Skip to content

Possibly incorrect symlink creation for Data\Packages\ComfyUI\models\loras in 2.14.0-pre.1 + 2 #1219

@richardm1

Description

@richardm1

What happened?

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

Image

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

Image

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleStale issue or inactive for long period of time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions