twinnedAI
twinnedAI
I have a similar issue, I do not get the error message but the loras in the provided path are not shown in the ui. Even if i copy them...
@Tom-Neverwinter please let me know if I should open a new isse. The "lora" tab is empty for me, but checkpoints tab is working: commit 8a04293430af3b80760aa0065219256ce0bccc34 Ubuntu 22.04.4 LTS x86_64...
I am not familiar with the codebase, but I could found out, that the path for the --lora-dir is not correctly handled: I added a log to process_network_files: ```python def...
okay, I could fix my issue by not using ~ as alias for /home/user and just providing the absolute path(in my case: path /home/user/development/ComfyUI/models/loras)