struct Turquoise::Eloquent::Prompt::Request
- Turquoise::Eloquent::Prompt::Request
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
turquoise/eloquent/api.crConstructors
Instance Method Summary
- #guidance : Float32 | Nil
- #guidance=(guidance : Float32 | Nil)
- #image : File | Nil
- #image=(image : File | Nil)
- #mask : File | Nil
- #mask=(mask : File | Nil)
- #num_steps : Int32 | Nil
- #num_steps=(num_steps : Int32 | Nil)
- #prompt : String
- #prompt=(prompt : String)
- #strength : Int32 | Nil
- #strength=(strength : Int32 | Nil)