You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: