Skip to content

Networks browser errors (post-2025.07/8 updates) #7

@PaulCoddington

Description

@PaulCoddington

Some problems have appeared after updating to the latest version:

  1. Checkpoints can no longer have a full stop in the name. e.g. "FLUX.1-dev", "FLUX.1-schnell", both end up being interpreted as "FLUX", at least insofar as they end up sharing the same thumbnail (I have not checked for additional path errors, such as selecting the model for rendering, etc).

  2. Browser no longer reads metadata JSON files for checkpoints and embeddings (metadata loading for LoRA seems to be still working).

  3. Symlinks cause errors when the volume they point to is offline. e.g.

*** Error loading embedding …
    Traceback (most recent call last):
      File "C:\stable-diffusion-webui-ux-forge\modules\textual_inversion\textual_inversion.py", line 197, in load_from_dir
        if os.stat(fullfn).st_size == 0:
    FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\folder\\folder\\symlink'
  1. Thumbnails are being stored as subfolders within user-curated model folders rather than a temp cache. Apart from housekeeping concerns, model folders are often shared between applications, and it cannot be assumed that all users have write access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions