Skip to content

Comfy-Org/ComfyUI_legacy_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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