kadirnar commited on
Commit
734b7b1
1 Parent(s): 0dc05e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -76,12 +76,16 @@ ADD --chown=user https://huggingface.co/darkstorm2150/Protogen_x5.8_Official_Rel
76
  ADD --chown=user https://huggingface.co/gsdf/Counterfeit-V2.5/resolve/main/Counterfeit-V2.5_fp16.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/Counterfeit-V2.5_fp16.safetensors
77
  ADD --chown=user https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/SomethingV2_2.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/SomethingV2_2.safetensors
78
  ADD --chown=user https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/future-diffusion-v1.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/future-diffusion-v1.ckpt
 
79
  ADD --chown=user https://huggingface.co/SG161222/Realistic_Vision_V2.0/resolve/main/Realistic_Vision_V2.0.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/Realistic_Vision_V2.0.ckpt
80
  ADD --chown=user https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/resolve/main/dreamlike-diffusion-1.0.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/dreamlike-diffusion-1.0.ckpt
81
  ADD --chown=user https://huggingface.co/prompthero/openjourney-v4/resolve/main/openjourney-v4.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/openjourney-v4.ckpt
 
 
82
  ADD --chown=user https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/v2-1_512-ema-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusionv2-1_512-ema-pruned.ckpt
83
  ADD --chown=user https://huggingface.co/nitrosocke/mo-di-diffusion/resolve/main/moDi-v1-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion//moDi-v1-pruned.ckpt
84
  ADD --chown=user https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_6_BakedVae.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/DreamShaper_6_BakedVae.safetensors
 
85
  ADD --chown=user https://huggingface.co/ckpt/majicmix-realistic/resolve/main/majicmixRealistic_v4.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/majicmixRealistic_v4.safetensors
86
 
87
  RUN sed -i -e '''/ prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
 
76
  ADD --chown=user https://huggingface.co/gsdf/Counterfeit-V2.5/resolve/main/Counterfeit-V2.5_fp16.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/Counterfeit-V2.5_fp16.safetensors
77
  ADD --chown=user https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/SomethingV2_2.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/SomethingV2_2.safetensors
78
  ADD --chown=user https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/future-diffusion-v1.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/future-diffusion-v1.ckpt
79
+ ADD --chown=user https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned.ckpts
80
  ADD --chown=user https://huggingface.co/SG161222/Realistic_Vision_V2.0/resolve/main/Realistic_Vision_V2.0.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/Realistic_Vision_V2.0.ckpt
81
  ADD --chown=user https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/resolve/main/dreamlike-diffusion-1.0.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/dreamlike-diffusion-1.0.ckpt
82
  ADD --chown=user https://huggingface.co/prompthero/openjourney-v4/resolve/main/openjourney-v4.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/openjourney-v4.ckpt
83
+ ADD --chown=user https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler/resolve/main/x4-upscaler-ema.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/x4-upscaler-ema.ckpt
84
+ ADD --chown=user https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/v2-1_768-ema-pruned.ckpt
85
  ADD --chown=user https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/v2-1_512-ema-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusionv2-1_512-ema-pruned.ckpt
86
  ADD --chown=user https://huggingface.co/nitrosocke/mo-di-diffusion/resolve/main/moDi-v1-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion//moDi-v1-pruned.ckpt
87
  ADD --chown=user https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_6_BakedVae.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/DreamShaper_6_BakedVae.safetensors
88
+ ADD --chown=user https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_6_NoVae_pruned.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/DreamShaper_6_NoVae_pruned.safetensors
89
  ADD --chown=user https://huggingface.co/ckpt/majicmix-realistic/resolve/main/majicmixRealistic_v4.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/majicmixRealistic_v4.safetensors
90
 
91
  RUN sed -i -e '''/ prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py