A work-around to update ComfyUI (Flux+SD3) - Nvidia GPU #740
feickoo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically All I did was to modify the dockerfile.
The first file to modify is /service/comfy/Dockerfile
update the first line to
FROM pytorch/pytorch:2.4.1-cuda12.4-cudnn9-runtime
so we can have the latest dependency versionAnd we remove the line
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
so we can have the latest version of ComfyUI.The full file will look like
Now within the same folder, we modify extra_model_paths.yaml. This file will make ComfyUI to use the proper folders to load our models for Flux and SD3.
after saving, go back to spin up
sudo docker compose --profile comfy up --build
and you should be ready to go. remember to put flux in unet folder and SD3 in diffusion_modelsBeta Was this translation helpful? Give feedback.
All reactions