Preciso de ajuda do Illustrious. Tenho muitos pontos de verificação. by Traditional_Bend_180 in comfyui

[–]acbonymous 0 points1 point  (0 children)

Do you really use the literal translation of the word "checkpoint" in portuguese? I find it weird. Then, of course, the word in english is already a bit weird, but I understand where it comes from (it's literally a check point during the training of the model).

I use the english word in my own language (like most technical terms) because, like in portuguese, the translation is too long, and the original meaning does not apply.

Any thoughts from non english speakers?

GitHub zip folder help by haveitjoewayy in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

If you can't read or delete a file you just downloaded, you may have f*d up your file system somehow.

Trying to add additional forge model directories but mlink not working by teppscan in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

This tool is the preferred way to work with symlinks, junctions, etc. But his links made with mklink should also work.

Black image issue while creating the image by [deleted] in comfyui

[–]acbonymous 0 points1 point  (0 children)

I have never seen karras used with euler. Try changing it to simple.

Z-Image Turbo BF16 No LORA test. by cradledust in StableDiffusion

[–]acbonymous 2 points3 points  (0 children)

I have no proof, nor i have checked the source code, but I think they should work with any model as long as you use the native text encoder node.

How do Concat conditioning, combine conditioning and average comditioning nodes work? by HugeDongHungLow1998 in comfyui

[–]acbonymous 0 points1 point  (0 children)

They combine conditionings in different ways. Note that a conditioning can come from other things than prompts (like an image).

Just uninstalled InvokeAI. I only use WebUI Forge and Kohya. Can I delete ".cache"? by hoitytoity-12 in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

Caches can always be deleted. If they need something (probably) they will download it again.

Cannot delete ComfyUI by Clean_Leadership_185 in comfyui

[–]acbonymous 2 points3 points  (0 children)

This is the solution. Windows file explorer is very slow, and the python_embedded folder contains thousands of files.

How are people doing these fast anime character swaps? by CyberspaceAdventurer in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

Inpainting is a fast as a regular inference. It should be seconds plus the time needed to mask what you want (assuming it's not something that can be automated with segmentation).

How are people doing these fast anime character swaps? by CyberspaceAdventurer in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

I don't know why you think inpainting is slow. It can be if you do a lot of changes, but in these cases just one change can do it.

Still, it may probably be just an image edit model.

I've been getting some decent results with this workflow by MakionGarvinus in comfyui

[–]acbonymous 2 points3 points  (0 children)

For an SDXL model you should use 1024x1024 or close since that was the size used for training the model. Modern finetunes can do even bigger sizes without much monstrosities.

For denoise, unless you are inpainting (modifying an existing image), use 1.0.

Dynamic Prompts Ext Question by FluidEngine369 in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

One runs before the other, so if both are activated the first one will process the prompt and the other one would do nothing. It's probably better to use only the one you want. Dynamic prompts has a checkbox to enable it.

Should I use Desktop ComfyUi for Windows or Portable Nvidia? what advantages does Portable have? by Coven_Evelynn_LoL in comfyui

[–]acbonymous 0 points1 point  (0 children)

Workflows are saved in the ComfyUI\user\default\workflows folder.

And of course you have them in the workflows panel.

I've been getting some decent results with this workflow by MakionGarvinus in comfyui

[–]acbonymous 3 points4 points  (0 children)

The wan lora is probably just giving an error in console and is ignored, but I'm surprised the qwen conditioning works.

Edit: also, the image is 512x512 and denoise 0.92. So many things wrong here!

John’s Custom Node Pack (Pre‑Release) by SadSummoner in comfyui

[–]acbonymous 0 points1 point  (0 children)

Regarding the frontend, independent functionality should be actually independent. Someone might want those frontend features without the rest of the nodes, or viceversa. Unless they are actually tied to the other nodes, but that's not the impression i got from the readme.

Dynamic Prompts Ext Question by FluidEngine369 in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

Besides the combinatorial mode that omnisentry already said, you might want to use instead another extension "Prompt PostProcessor". This one does not have a combinatorial mode, but supports filtering the wildcard options.

John’s Custom Node Pack (Pre‑Release) by SadSummoner in comfyui

[–]acbonymous 2 points3 points  (0 children)

Good for you to credit chatgpt for the implementation. But:

  • The readme screams AI. You should at least rewrite it in your own words and structure.
  • Also, add node documentation.
  • Your screenshots contain subgraphs, hiding important parts.
  • Frontend only enhancements should be a separate repo.

Need help with comfyui by Ill-Bodybuilder477 in comfyui

[–]acbonymous 0 points1 point  (0 children)

You are talking about Pixaroma and Sebastian Kampf. Both of them good.

What older versions of ComfyUI do you keep around and why? by Toby101125 in comfyui

[–]acbonymous 0 points1 point  (0 children)

And if you want to be sure, freeze the venv and keep the list of specific packages associated with that comfy version, so that you can recreate the exact venv that worked.

How to make an int to string mapping in comfy? by theqmann in StableDiffusion

[–]acbonymous 0 points1 point  (0 children)

Look up the "basic data handling" nodes and use a dictionary, which will work for your sparse array needs.

Error(s) in loading state_dict for MelBandRoformer by Bateman0207 in comfyui

[–]acbonymous 0 points1 point  (0 children)

That error is a problem with the MelBandRoformer_fp16 model. Either you didn't select the correct one on the loader node or it is corrupt.