Method: StableDiffusion::SamplerItem#to_s

Defined in:
lib/stable_diffusion/models/sampler_item.rb

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



200
201
202
# File 'lib/stable_diffusion/models/sampler_item.rb', line 200

def to_s
  to_hash.to_s
end