Stable Diffusion
Installing
Installing via Apolo CLI
apolo app-template get stable-diffusion > mystablediffusion.yaml# Example mystablediffusion.yaml
template_name: stable-diffusion
template_version: v25.5.0
input:
# Enable access to your application over the internet using HTTPS.
ingress_http:
# Require authenticated user
auth: true
# Select the resource preset used per service replica.
preset:
# The name of the preset.
name: 'H100x1'
# Configure the deployment settings and model selection for Stable Diffusion.
stable_diffusion:
# Set the number of replicas to deploy
replica_count: 1
# Hugging Face Model Configuration.
hugging_face_model:
# The name of the Hugging Face model.
model_hf_name: "stabilityai/stable-diffusion-2"
# The Hugging Face API token.
hf_token:
key: HF_TOKEN
Inputs / Outputs (schema v1)
JSON Path
Default
Description
Key
Purpose
Usage
1 · REST API
2 · Web UIs
References
Last updated
Was this helpful?