What happened?
Error when attempting to inference with a lora when Comfy is in symlink model sharing mode:

The old/working strategy in dev.3 - note that loras in Data\Packages\ComfyUI\models is a symlink:

The new (non-working) strategy in pre.1 and pre.2 - note loras is now an actual folder with two symlinks inside:

Temporary workaround (i.e. restore the old strategy):
[first delete lora folder from SM\Data\Models]
...then...
PS S:\SM\Data\Packages\ComfyUI\models> new-item -Target M:\SM\Data\Models\Lora -Path loras -Type SymbolicLink -Verbose
VERBOSE: Performing the operation "Create Symbolic Link" on target "Destination: S:\SM\Data\Packages\ComfyUI\models\loras".
Directory: S:\SM\Data\Packages\ComfyUI\models
Mode LastWriteTime Length Name
---- ------------- ------ ----
l---- 2025-04-18 05:50 loras -> M:\SM\Data\Models\Lora
Inferencing with a lora now works. Restart of Comfy pkg will overwrite this workaround.
Steps to reproduce
No response
Relevant logs
Version
2.14.0-pre.1 and pre.2
What Operating System are you using?
Windows
What happened?
Error when attempting to inference with a lora when Comfy is in symlink model sharing mode:
The old/working strategy in dev.3 - note that
lorasinData\Packages\ComfyUI\modelsis a symlink:The new (non-working) strategy in pre.1 and pre.2 - note
lorasis now an actual folder with two symlinks inside:Temporary workaround (i.e. restore the old strategy):
Inferencing with a lora now works. Restart of Comfy pkg will overwrite this workaround.
Steps to reproduce
No response
Relevant logs
Version
2.14.0-pre.1 and pre.2
What Operating System are you using?
Windows