StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

Unet folder not found with GGUF nodes - case sensitive

Open F117aDriver opened this issue 11 months ago • 3 comments

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

  1. Run appimage on Linux
  2. Move previously downloaded models into the folder structure created by Stability Matrix (putting GGUF models in the Unet folder)
  3. Try to use the Unet Load (GGUF) node, click on the model name input area which says "null" by default
  4. Nothing pops up
  5. Click the increment arrow on either side and the input changes from "null" to "undefined"
  6. Create a "unet" folder in the models directory and move GGUF models into it
  7. Repeat 1-5 and it will work.

Relevant logs

No response

Version

V2.13

What Operating System are you using?

Linux

F117aDriver avatar Jan 02 '25 17:01 F117aDriver

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.

airtonix avatar Jan 13 '25 21:01 airtonix

try ln -s Unet unet inside the models folder.

jvcosmo avatar Jan 16 '25 13:01 jvcosmo

@jvcosmo When you do this then it causes the checkpoint manager to crash the app.

airtonix avatar Feb 11 '25 21:02 airtonix