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

Subdirectories inside \models\unet, are not read #130

Open
ClothingAI opened this issue Oct 15, 2024 · 0 comments
Open

Subdirectories inside \models\unet, are not read #130

ClothingAI opened this issue Oct 15, 2024 · 0 comments

Comments

@ClothingAI
Copy link

ClothingAI commented Oct 15, 2024

Expected Behavior

So I was installing some GGUF model (from here: https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main), and it seems they should be added to unet subdirectory.
Which I configured with the yaml file.
I had it inside a subfolder :
models\unet\GGUF_something
It was not read.
I moved it to models\unet and it was recongized after restart.

Actual Behavior

models\unet\subDirectory is not recongize by Unet Loader GGUF node.

Steps to Reproduce

Install one of the gguf models and put it inside models\unet\subDirectory
Open the webserver and load Unet Loader (GGUF),
You can see that the model does not appear unless you put it inside models\unet directy without any subdirectory.

Debug Logs

.

Other

No response


related: comfyanonymous/ComfyUI#5249

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

1 participant