Class: RubyAmazonBedrock::PayloadBuilders::StabilityAi::StableDiffusionXlV0
- Defined in:
- lib/bedrock_runtime/payload_builders/stability_ai/stable_diffusion_xl_v0.rb
Overview
StableDifussionXlV0 is a subclass of Base. It provides functionalities specific to the Stability AI SDXL 0.8 model.
for more information about the Anthropic model.
Instance Method Summary collapse
-
#model_id ⇒ String
Returns the model ID for the SDXL 0.8 model.
Methods inherited from Base
Methods inherited from Base
#build, #initialize, #parameters, #type
Constructor Details
This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base
Instance Method Details
#model_id ⇒ String
Returns the model ID for the SDXL 0.8 model.
17 18 19 |
# File 'lib/bedrock_runtime/payload_builders/stability_ai/stable_diffusion_xl_v0.rb', line 17 def model_id 'stability.stable-diffusion-xl-v0' end |