stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
how do I add unet for FLUX-dev?
Hi,
I am running comfy.
I wish to try out the FLUX workflow.
I created a folder name unet in the /data/models and downloaded the Flux-dev model into it but comfy can't load it?
I came across this extra_model_paths.yaml in the services/comfy folder and I added the following line in this:
unet: models/unet
also tried:
UNETLoader: models/unet
but still can't load it. Any help would be appreciated.