Closed sonic-chain closed 1 year ago
this is a example for running multi-models after deploying the image
version: "2.0" services: stable-diffusion-ui: image: sonic868/stable-diffusion:v1.0 models: - name: illustroV3.safetensors url: https://civitai.com/api/download/models/151490 dir: "/easy-diffusion/models/stable-diffusion" - name: midchapter2.safetensors url: https://civitai.com/api/download/models/154252 dir: "/easy-diffusion/models/stable-diffusion" - name: v1-5-pruned-emaonly.safetensors url: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors dir: "/easy-diffusion/models/stable-diffusion" expose: - port: 9000 as: 80 to: - global: true deployment: stable-diffusion-ui: lagrange: count: 1
space link: https://lagrangedao.org/spaces/0x6091b2f5678952cAfbf02755D78973EBff302e11/Stable-Diffusion-base-2/files
this is a example for running multi-models after deploying the image