ComfyUI
ComfyUI copied to clipboard
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
I add the files in output\Year-month-day, and it getting work, but **how to display images on web pages???** ========== nodes.py ========== import time class SaveImage: def __init__(self): #加入含有日期的存储图片路径# today=time.strftime("%Y-%m-%d",time.localtime()) #今天日期...
A tuple list is not editable. You cannot add to remove, or dynamically (easily) rebuild it without knowing total tensors and catting them manually by code (which means a whole...
Adds convert options to the node menu  And once converted, convert back  New primitive node that can be connected to one of these inputs  When connected it...
Fixes issue: https://github.com/comfyanonymous/ComfyUI/issues/86
I make a custom node ( Repo:https://github.com/gamert/ComfyUI_tagger.git ). Use deepbooru to fetch tagger for image ,then link to ClipText Node ,I prefer to show in multiline for editing But Failed...
On Ubuntu, I'll generate many images and then want to go back to one to try some tweaks. To do this, I first hit the Clear button to clear the...
where i can get clip and clip vision models?
Hi Team, I was just introduced to this new up-scaler : 4x_UltraSharp https://mega.nz/folder/qZRBmaIY#nIG8KyWFcGNTuMX_XNbJ_g Is there a way to integrate different up-scalers into Comfy? Thanks in advance!
The `realpath()` expands symbolic links, this PR changes it to `abspath()`, because it preserves the symbolic links, allowing the output folder to be a symbolic link pointing to a folder...
If a workflow is loaded, and it contains a LoadImage node that points to a file that does not exist, ComfyUI reports an error in the console and no image...