struct

Arcana::AI::Image::Identity

Inherits Struct < Value < Object

Identity conditioning — controls character consistency across generations. The method determines how the provider uses the reference image.

Constructors

ace_plus(path : String, strength : Float64 = 0.65, task_type : String = "portrait") : self
Source
ip_adapter(path : String, strength : Float64 = 0.5) : self
Source
new(reference_path : String, method : Method = Method::SeedImage, strength : Float64 = 0.65, task_type : String | Nil = nil)
Source
pulid(path : String, strength : Float64 = 0.65) : self
Source
seed_image(path : String, strength : Float64 = 0.95) : self
Source

Instance methods

method
Source
method=(method : Method)
Source
reference_path
Source
reference_path=(reference_path : String)
Source
strength
Source
strength=(strength : Float64)
Source
task_type
Source
task_type=(task_type : String | Nil)
Source

Nested types