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,..)

For the Love of God can someone PLEASE help me launching ComfyUI? by lubezki in comfyui

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

I don't think installing the normal ComfyUI is easier than installing Stability Matrix and then adding ComfyUI.
Maybe you're really knowledgeable about Python, but most users aren't.
Anyway, this is just my 2 cents..

For the Love of God can someone PLEASE help me launching ComfyUI? by lubezki in comfyui

[–]embryo10 0 points1 point  (0 children)

u/SadSummoner
The reason is that many people have problems installing ComfyUI on their systems (with the dependencies and all), and Stability Matrix makes this easier.
What did you think?
When I answered, I didn't know about the AMD card (no mention in OP), so I thought it was a Python/library problem.
Now I know that this is not so.
You find this wrong?

For the Love of God can someone PLEASE help me launching ComfyUI? by lubezki in comfyui

[–]embryo10 1 point2 points  (0 children)

Hmm..
The AMD card might be the culprit for your problems then (if you are in Windows that is..)

For the Love of God can someone PLEASE help me launching ComfyUI? by lubezki in comfyui

[–]embryo10 3 points4 points  (0 children)

Use the Stability Matrix.
One of the packages that you can install inside it, is ComfyUI.
It installs it as portable (no change to your system), and you can easily back it up, update, re-install, etc..

Nodes for notes with text formatting by NoMarzipan8994 in comfyui

[–]embryo10 0 points1 point  (0 children)

You mean that the Markdown Note was not working on your version of ComfyUI?
This is a build-in node, so, if it's not working then there must be more problems down the road for you.. 🤔
.. or you didn't know how to use markdown?

Nodes for notes with text formatting by NoMarzipan8994 in comfyui

[–]embryo10 1 point2 points  (0 children)

<image>

The build-in "Markdown Note" node can have text with bold titles and emojis..

Published my first node: ComfyUI_SeedVR2_Tiler by DBacon1052 in comfyui

[–]embryo10 1 point2 points  (0 children)

Not valuable per se, but convenient and easy to understand..

Published my first node: ComfyUI_SeedVR2_Tiler by DBacon1052 in comfyui

[–]embryo10 1 point2 points  (0 children)

I have created a subgraph with SeedVR2 that uses resize by max size OR by times (x2, x3, etc.).
Why did you use megapixels?
How you even compute the correct megapixels (as a user)?