You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, you should certainly be able to add your own extra paths to the yaml file, are you saying we're overwriting the entire file or just that stability-matrix section? If the former, that's a bug. You should be able to add extra sections to the yaml as shown here, we should only be overwriting the section named stability-matrix.
Also, in the newer 2.4.x versions, we've added an option to install packages without symlinks or config modifications - you can try using Symlinks or just set it to None if you'd rather manage it yourself.
We will be adding an option to switch these at runtime instead of having to reinstall the package to switch the "Shared Folder Strategy".
It seems the management of the model paths for comfyui hard codes possible paths in extra_model_paths.yaml
This limits being able to define new directories or subdirectories, as the yaml reader rewrites it on every instantiation of Comfyui
in this process:
StabilityMatrix/StabilityMatrix.Core/Models/Packages/ComfyUI.cs
Line 220 in 2d0965a
maybe this could be more flexible to not overwrite new paths, or have a way to add new paths to a config
thanks
The text was updated successfully, but these errors were encountered: