forked from lllyasviel/Fooocus
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
You may wish to consider switching from ComfyUI main to ComfyUI LTS, which is pip/uv installable.
The LTS version includes GGUF support as standard, and provides the option of adding a pip-installable version of Nunchaku in the future. LTS releases are also versioned, making dependency management somewhat easier.
Switching would primarily involve removing the custom Git loader code and adding something like:
# set the release
comfy_release = "0.3.66.10"
# installation
run_pip(f'install comfyui@git+https://github.com/hiddenswitch/ComfyUI.git@v{comfy_release}')However, some modules have been reorganized and the RF pipeline might also require modifications.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels