We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db21af commit 6edf62bCopy full SHA for 6edf62b
Dockerfile
@@ -50,6 +50,9 @@ ARG MODEL_TYPE
50
# Change working directory to ComfyUI
51
WORKDIR /comfyui
52
53
+# Create necessary directories
54
+RUN mkdir -p models/checkpoints models/vae
55
+
56
# Download checkpoints/vae/LoRA to include in image based on model type
57
RUN if [ "$MODEL_TYPE" = "sdxl" ]; then \
58
wget -O models/checkpoints/sd_xl_base_1.0.safetensors https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors && \
0 commit comments