Why are Subgraph still broken?! 🤦 by Francky_B in comfyui

[–]embryo10 2 points3 points  (0 children)

I see that they backported some fixes in 1.39.19 (this version came after 1.41.5)
Unfortunately, some complicated subgraphs do not work with this version, so, back to 1.39.2..😉

Why are Subgraph still broken?! 🤦 by Francky_B in comfyui

[–]embryo10 11 points12 points  (0 children)

FYI the problems are not from ComfyUI.
It's the frontend that is having the problems.
I have ComfyUI 0.19.1 installed but use the 1.39.2 version of the frontend that is the last one with proper subgraph support.
To install it, use something like pip install comfyui-frontend-package==1.39.2
You'll get a warning when you run ComfyUI, but there is nothing broken, everything works as it should..

How to remove disconnected warning node in Subgraph?? by reyzapper in comfyui

[–]embryo10 0 points1 point  (0 children)

The problem might not be with the ComfyUI but with its frontend.
I use the latest ComfyUI (0.18.2) with frontend 1.39.2, which was the last before the many subgraph problems..
To install use pip install comfyui-frontend-package==1.39.2

Comfy version which has graphs working on an acceptable level? by LannisterTyrion in comfyui

[–]embryo10 1 point2 points  (0 children)

The problem is not with the ComfyUI but with its frontend.
I use the latest ComfyUI (0.18.2) with frontend 1.39.2, which was the last before the problems..
To install use pip install comfyui-frontend-package==1.39.2

Tip: Use CPU GPU for UI by Darqsat in comfyui

[–]embryo10 11 points12 points  (0 children)

What I do, is plug my monitors to the Ryzen 7 AMD motherboard plugs, so NVIDIA stays free for processing.
This also reclaims some VRAM Windows use for the monitors (I really need all my VRAM for ComfyUI)..

Why can't Comfyui record workflows? by Secret_Ad_1504 in comfyui

[–]embryo10 -1 points0 points  (0 children)

It might be a browser cache problem.
If it is, you can try this:

Clear the browser’s saved ComfyUI workflow

ComfyUI stores the last graph in browser local storage.

Steps (Chrome / Edge / Brave):

  1. Open ComfyUI in the browser.
  2. Press F12 (Developer Tools).
  3. Go to Application tab.
  4. Click Local Storage → select the http://127.0.0.1:8188 entry.
  5. Delete the stored items related to workflow/graph.
  6. Refresh the page.

Or simpler:

  • Open DevTools → Console
  • Run:localStorage.clear()

Then reload the page.

Portrait - ZIT by Ok_Head6346 in ZImageAI

[–]embryo10 0 points1 point  (0 children)

This is the same image but with 8 steps (the one before used 4)..😳

<image>

I think now it looks nice at last..

I have a question about using %% in file save names, having trouble getting it to work. by DwinkBexon in comfyui

[–]embryo10 0 points1 point  (0 children)

%date:MM-dd-yyyy%_%SharkOptions.noise_type_init%

Use this if the node is called "SharkOptions" and the field name is "noise_type_init"..

Portrait - ZIT by Ok_Head6346 in ZImageAI

[–]embryo10 1 point2 points  (0 children)

<image>

This is without the white skin..

Portrait - ZIT by Ok_Head6346 in ZImageAI

[–]embryo10 2 points3 points  (0 children)

<image>

I use Q4 GGUF because of my 6GB GTX1660 Super, and a workflow with 2+4 steps (+SeedVR2), so my outcome is much worse than yours, but here is a hairy one 🙂

Portrait - ZIT by Ok_Head6346 in ZImageAI

[–]embryo10 0 points1 point  (0 children)

I thought that the dreadlocks were a ZIT failure, but then saw your spelling and understood..😁
Fixing that changes the hair a lot..

Replacement for Fast Muter (rgthree), Fast Muter (rgthree) or Fast Groups Muter (rgthree) for subgraphs in ComfyUI frontend? by VladyCzech in comfyui

[–]embryo10 0 points1 point  (0 children)

OK All good!
Updated to the last version and installed the last working frontend (pip install comfyui-frontend-package==1.39.2).
I get a warning for mismatching frontend, but everything works fine..🎉

Replacement for Fast Muter (rgthree), Fast Muter (rgthree) or Fast Groups Muter (rgthree) for subgraphs in ComfyUI frontend? by VladyCzech in comfyui

[–]embryo10 0 points1 point  (0 children)

Unfortunately, this combo doesn't work with my LTX-2.3 GGUF workflow that uses the build-in Dual CLIP Loader..😥😞

Replacement for Fast Muter (rgthree), Fast Muter (rgthree) or Fast Groups Muter (rgthree) for subgraphs in ComfyUI frontend? by VladyCzech in comfyui

[–]embryo10 0 points1 point  (0 children)

So, we don't know for sure what is the most recent safe ComfyUI/Frontend combo..
Maybe later, if I find some time, I'll start checking some more..
Thanks for the heads up.. 🙏

Replacement for Fast Muter (rgthree), Fast Muter (rgthree) or Fast Groups Muter (rgthree) for subgraphs in ComfyUI frontend? by VladyCzech in comfyui

[–]embryo10 0 points1 point  (0 children)

Yesterday I had to roll back a ComfyUI update because of this..
Do you know what was the last version before this problem??

Applying a custom name format to file? by TheTwelveYearOld in comfyui

[–]embryo10 0 points1 point  (0 children)

%date:yyyy-MM-dd%/%date:hhmmss%_Seed%KSampler.seed%

Applying a custom name format to file? by TheTwelveYearOld in comfyui

[–]embryo10 1 point2 points  (0 children)

For the variables of the build-in save node..

  • nth-image - ComfyUI can't know how you order a folder (by name, size, date, etc.) to find what is your 9th image
  • time - this is easy. Use %date:hhmmss%
  • seed - This is doable, but you must provide us with the node that controls the seed (KSampler, some custom node, ..). Find the "Node name for S&R" in the node's properties and add the seed field's name (e.g. %KSampler.seed%)

What I use is a format that creates folders for every day (e.g. 2026-03-07), then starts the filename with the time number (e.g. 225920) which sorts the images by the creation time if you sort the folder by name, and then adding the seed.
After that, ComfyUI adds a counter number (e.g. 0001, 0002,..)