forked from lllyasviel/stable-diffusion-webui-forge
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Some problems have appeared after updating to the latest version:
-
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).
-
Browser no longer reads metadata JSON files for checkpoints and embeddings (metadata loading for LoRA seems to be still working).
-
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'
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels