Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.88 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.88 KB

ComfyUI Viewer

simple browser to view ComfyUI write in rust less than 2mb in size. arguably with small RAM usage compare to regular browser. and u can set the custom directory when you save workflow or export a component from vanilla comfyui menu

How?

place your workflow json file in workflows folder (next to the executable file)

this is the default setting that auto generate once you run the program.
port: the port are where the ComfyUI server running. ie: (http://127.0.0.1:8188)
workflow_dir: the directory where u put ur workflow json flie

{
  "port": 8188,
  "workflow_dir": ".\\workflows"
}

preview

Optional

u can download custom download user.css and place them on [ComfyUI Folder]/web

also other optional script avaiable on thisfolder. Copy ComfyUI-Ricing folder to ComfyUI/custom_nodes folder

hotkey name description
` (backtick) solomode mute all node that are not link with current selected node
alt reroute add holding alt key while clicking on the dot in the middle of the connector will automatically add a reroute node (credit to melMass)