Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 64f4585

Browse files
authored
Update Dockerfile comments about download links
1 parent bb6bbf0 commit 64f4585

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN apk add --no-cache wget
2020
#COPY your/path_relative_to_dockerfile/model.safetensors /workspace/repositories/Fooocus/models/checkpoints/destinationmodelname.safetensors
2121

2222
# These are all the models Fooocus needs by default (you can download them also from https://huggingface.co/3WaD/RunPod-Fooocus-API/tree/main)
23+
# sd_xl_offset_example-lora_1.0 can be found on stabilityai huggingface - https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/tree/main and different checkpoint models can be obtained from Civitai
24+
# If you're changing those, don't forget to change what models are used by default in /src/config.txt and /src/default.json
2325
COPY models/juggernautXL_v8Rundiffusion.safetensors /workspace/repositories/Fooocus/models/checkpoints/juggernautXL_v8Rundiffusion.safetensors
2426
COPY models/sd_xl_offset_example-lora_1.0.safetensors /workspace/repositories/Fooocus/models/loras/sd_xl_offset_example-lora_1.0.safetensors
2527
COPY models/sdxl_lcm_lora.safetensors /workspace/repositories/Fooocus/models/loras/sdxl_lcm_lora.safetensors
@@ -82,4 +84,4 @@ RUN apt-get autoremove -y && \
8284
rm -rf /var/lib/apt/lists/*
8385

8486
RUN chmod +x /start.sh
85-
CMD /start.sh
87+
CMD /start.sh

0 commit comments

Comments
 (0)