Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 704 Bytes

ComfyUI_legacy_frontend

ComfyUI legacy JS frontend captured on comfyanonymous/ComfyUI#2666. This repo is for users to fall back on in case something goes wrong on the new frontend.

How To Use

Add command line argument --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest to your ComfyUI launch script.

For Windows stand-alone build users, please edit the run_cpu.bat / run_nvidia_gpu.bat file as following

.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest
pause