StableDiffusionImg2ImgPayload

org.llm4s.imagegeneration.provider.StableDiffusionImg2ImgPayload
See theStableDiffusionImg2ImgPayload companion object
case class StableDiffusionImg2ImgPayload(init_images: Seq[String], mask: Option[String], prompt: String, negative_prompt: String, width: Int, height: Int, steps: Int, cfg_scale: Double, denoising_strength: Double, batch_size: Int, n_iter: Int, seed: Long, sampler_name: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product