File size: 594 Bytes
db14b86 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
image: paperspace/stable-diffusion-webui-deployment:v1.1
port: 7860
command:
- python
- launch.py
- '--share'
- '--autolaunch'
- '--listen'
- '--enable-insecure-extension-access'
- '--port'
- '7860'
- '--ckpt'
- ../opt/mo4a5gkc13ccrl/v1-5-pruned-emaonly.ckpt
env:
- name: MODEL_NAME
value: stable-diffusion-classic
- name: MODEL_FILE
value: v1-5-pruned-emaonly.ckpt
- name: MODEL_DIR
value: /opt/mo4a5gkc13ccrl
models:
- id: mo4a5gkc13ccrl
path: /opt/mo4a5gkc13ccrl
resources:
replicas: 1
instanceType: A4000 # <-- we recommend the A4000 or A5000 |