StabilityMatrix
StabilityMatrix copied to clipboard
Unet folder not found with GGUF nodes - case sensitive
What happened?
Running AppImage on Linux, the Unet Load (GGUF) is not able to find the model. I had to rename the "Unet" folder in the models folder to "unet" to get it to work.
Steps to reproduce
- Run appimage on Linux
- Move previously downloaded models into the folder structure created by Stability Matrix (putting GGUF models in the Unet folder)
- Try to use the Unet Load (GGUF) node, click on the model name input area which says "null" by default
- Nothing pops up
- Click the increment arrow on either side and the input changes from "null" to "undefined"
- Create a "unet" folder in the models directory and move GGUF models into it
- Repeat 1-5 and it will work.
Relevant logs
No response
Version
V2.13
What Operating System are you using?
Linux
same here, looks the team develop on mac or windows so they won't notice the issue.
these paths need to be derived from config instead of hard coding them into code.
try ln -s Unet unet inside the models folder.
@jvcosmo When you do this then it causes the checkpoint manager to crash the app.