File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33Front-end of [ ComfyUI] ( https://github.com/comfyanonymous/ComfyUI ) modernized. This repo is fully compatible with the existing extension system.
44
5+ ## How To Use
6+
7+ Add command line argument ` --front-end-version Comfy-Org/ComfyUI_frontend@latest ` to your
8+ ComfyUI launch script.
9+
10+ For Windows stand-alone build users, please edit the ` run_cpu.bat ` / ` run_nvidia_gpu.bat ` file as following
11+
12+ ``` bat
13+ .\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_frontend@latest
14+ pause
15+ ```
16+
517## Road Map
618
719### What has been done
@@ -16,10 +28,12 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th
1628
1729 - Starting with node search box revamp ![ image] ( https://github.com/user-attachments/assets/ef6ce019-5194-4e55-9f1e-91440e473920 )
1830
31+ - Easy install and version management (< https://github.com/comfyanonymous/ComfyUI/pull/3897 > ).
32+
1933
2034### What to be done
2135
22- - Replace the existing ComfyUI front-end impl ( < https://github.com/comfyanonymous/ComfyUI/pull/3897 > ).
36+ - Replace the existing ComfyUI front-end impl
2337- Remove ` @ts-ignore ` s.
2438- Turn on ` strict ` on ` tsconfig.json ` .
2539- Introduce a UI library to add more widget types for node developers.
You can’t perform that action at this time.
0 commit comments