Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux Dev Diffusion_Models from Example has Issues Loading #47

Closed
F1zzyD opened this issue Jan 27, 2025 · 2 comments
Closed

Flux Dev Diffusion_Models from Example has Issues Loading #47

F1zzyD opened this issue Jan 27, 2025 · 2 comments

Comments

@F1zzyD
Copy link

F1zzyD commented Jan 27, 2025

The example for loading Flux Dev models found on this page is either outdated or incorrect.

  • Putting the flux1-dev.safetensors file in ComfyUI/models/diffusion_models/ folder and loading the example workflow does not allow the flux1-dev model to be loaded in the "Load Diffusion Model" node. The model "unet_name" always shows "null". I have placed flux1-dev.safetensors in every folder in the models directory for Stable Diffusion and it still fails to load a model.
  • Putting t5xxl_fp16.safetensors and clip_l.safetensors in the ComfyUI/models/clip/ folder and loading the example workflow does not allow either clip to be loaded in the "DualCLIPLoadler" node. They both always show "null"
@comfyanonymous
Copy link
Owner

It's correct, they are where I have them on my own install.

There's something wrong with your ComfyUI if it doesn't work.

@F1zzyD
Copy link
Author

F1zzyD commented Jan 28, 2025

Ugh, I see what happened wrong. Leaving this here just in case others encounter this issue:

Go to (or create) "extra_models_paths.yaml" and check your base_path. Add diffusion_models: diffusion_models and make sure it is in the same directory as your base_path. For example:

comfyui:
    base_path: /mnt/data/aimodels/

    checkpoints: Stable-diffusion
    configs: Stable-diffusion
    vae: VAE
    loras: |
         Lora
         LyCORIS
    upscale_models: |
                  ESRGAN
                  RealESRGAN
                  SwinIR
    embeddings: embeddings
    hypernetworks: hypernetworks
    controlnet: ControlNet
    diffusion_models: diffusion_models

@F1zzyD F1zzyD closed this as completed Jan 28, 2025
@F1zzyD F1zzyD changed the title Flux Dev Example Outdated/Incorrect Flux Dev Diffusion_Models from Example has Issues Loading Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants