HuggingClientPayload

org.llm4s.imagegeneration.provider.HuggingClientPayload
See theHuggingClientPayload companion object
case class HuggingClientPayload(inputs: String, parameters: Parameters)

Request payload sent to the Hugging Face inference API for image generation.

Value parameters

inputs

The text prompt describing the image to generate.

parameters

Generation parameters controlling guidance, steps, seed, etc.

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