diStyApps / ComfyUI-disty-Flow

Flow is a custom node designed to provide a user-friendly interface for ComfyUI.
215 stars 12 forks source link

[Bug]: Model Locations and Missing Models #7

Closed jandolina closed 4 weeks ago

jandolina commented 4 weeks ago

Where is the issue?

Bug Description

I am not seeing my models in the Flow UI. My model is a symbolic link from /home/ComfyUI/models to /home/models. It is finding my vae models but not my checkpoints and the t5xxl... models

Step-by-step instructions to reproduce the issue

Are there any settings?

Expected Behavior

I would see my models populate the pulldowns

Current Behavior

For simple Flux Dev, the top two pulldowns are empty

Flow Version or Commit

current

Media and Logs

No more...

Additional Information

No response

diStyApps commented 4 weeks ago

Should have not have problems with symbolic link, i also use it. In what workflow it happening? In ComfyUI its working properly?

jandolina commented 4 weeks ago

It seems it has to do with the Flux workflows. The Basic SDXL workflows show all my models and are working fine. The pulldowns for model and ClipLoader 1 on the Flux workflows seem to be filtering the results.

jandolina commented 4 weeks ago

You can see below that the models are in the right place and showing up for the SDXL workflows. Screenshot 2024-10-23 at 9 56 54 PM

diStyApps commented 4 weeks ago

For flux models should be in the folder "unet" and the clip models in "clip" folder inside the models folder in ComfyUI.

jandolina commented 4 weeks ago

That was it, thank you!