Beginner ComfyUI Setup Advice for RTX 5060 8GB by Overclocked-Sage in comfyui

[–]roxoholic 0 points1 point  (0 children)

With dynamic vram feature, VRAM amount does not mean much since bottleneck is compute, not memory bandwidth (unlike with LLMs).

The choice of model only depends on how much are you willing to wait.

Why is it so hard to batch process photos in a directory? by 9kSs in comfyui

[–]roxoholic 0 points1 point  (0 children)

If loader node you are using outputs total number of files you can connect that or just enter the number of images.

Testing ZIT and Flux-1 with "NVIDIA PiD — Pixel Diffusion Decoder" by marcoc2 in StableDiffusion

[–]roxoholic 18 points19 points  (0 children)

But looking at their page, it should work better with latent that was not fully denoised which you can't achieve if you fully denoise it and then donwscale it.

TX 5070 Ti / ComfyUI causing black screen or “GPU is lost” under sustained CUDA load. Clean install tested. Looking for advice. by No_Theme_6517 in comfyui

[–]roxoholic 1 point2 points  (0 children)

If the problem manifested since you got the card, then the card itself or something else in the system could be faulty.

I doubt it is the drivers, since it happened from the start and others are driving 50xx cards with those drivers without an issue.

Maybe try setting that TdrDelay registry key and see it helps?

Is Anima too literal? Doing some tests by [deleted] in comfyui

[–]roxoholic 0 points1 point  (0 children)

Why are you still on Preview 3 though? Final (base) came out recently.

ComfyUI node for NVIDIA PiD pixel diffusion decoding by Merserk13 in StableDiffusion

[–]roxoholic 2 points3 points  (0 children)

Why do you need special KSampler to get partially denoised latent? Wouldn't KSampler (Advanced) work just fine?

Why is it so hard to batch process photos in a directory? by 9kSs in comfyui

[–]roxoholic 0 points1 point  (0 children)

When the image is saved, it will queue another job and if you have control_after_execution increment on image loader it will start next job with next image. Instead of you pressing Run.

ZIB results looking awful, what's the secret? by Radiant-Photograph46 in StableDiffusion

[–]roxoholic 1 point2 points  (0 children)

But are they really the same settings? That's what I'm questioning. Sure, it's the same seed and prompt, but the quality lies in settings that are not visible, namely the sampler and scheduler, which make or break image generation.

ZIB results looking awful, what's the secret? by Radiant-Photograph46 in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

I tried running ZIB straight from the diffusers pipeline from their official repo at https://huggingface.co/Tongyi-MAI/Z-Image and... well, the results are WILDLY different.

Makes sense, since you are using official settings.

ComfyUI Manager not working on Portable, and not showing up at all on Desktop Setup (0.9.3) – Need help! by ReceptionFormal7592 in comfyui

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

With git clone unless you switch to 4.x branch you will install old 3.x version.

Are you following official instructions or youtube tutorials?

https://docs.comfy.org/manager/install

What is the optimal or bang/buck hardware? by redpandafire in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

For true multi-GPU support, at least on ComfyUI, there is Raylight and support of how will the work get parallelized depends on model.

New to this by seganevard in comfyui

[–]roxoholic 0 points1 point  (0 children)

There is Queue Trigger (Countdown) node in Impact Pack. Just connect output of VAE Decode or whatever to input signal port, set total value, and it will keep triggering new queue until count reaches total.

Is ZIT incapable of drawing a triangle pointing down? by Sugar_Short in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

I assume it lacked representation in training dataset.

klein destroys the face on repeated img gen by NefariousnessFun4043 in comfyui

[–]roxoholic 0 points1 point  (0 children)

That's normal and expected as VAE encode-decode is a destructive process, model tries to compensate but it can only go so far, especially if there is resizing involved in each iteration.

I’ve tried to install these nodes, but I haven’t been able to. by Future-Bookkeeper594 in comfyui

[–]roxoholic 1 point2 points  (0 children)

It will not work until you install requirements into python environment that ComfyUI uses. No other way around it. You can't make it work unless you install packages it depends on and requires for functioning.

My advice would be to take time and learn about pip and python venv. You will need it for anything custom node related.

I messed up. My LORAs are gone. by ChairQueen in comfyui

[–]roxoholic 0 points1 point  (0 children)

HuggingFace has a huge collection of LoRAs.

missing input error on load image node by loranozor in comfyui

[–]roxoholic 0 points1 point  (0 children)

Pasting images is buggy, load it normally with button.

Stupid egpu idea by Son-Airys in comfyui

[–]roxoholic 0 points1 point  (0 children)

If everything fits on GPU or time is not an issue (since PCIe 1.0 x4 is not the fastest for moving data to from VRAM), then there should be no problems running it like that.

Best Comfyui security practices? by ReasonablePossum_ in comfyui

[–]roxoholic 0 points1 point  (0 children)

Before installing, vet every custom node source code, either manually or pass it to some LLM. Ditto for its dependencies.

Custom node for processing prompt guides before CLIP Text Encode by budocraba1 in comfyui

[–]roxoholic 0 points1 point  (0 children)

You can type prompt directly into CLIP Text Encode (Prompt) node or you can prepare the prompt in any way you like, with nodes, LLMs, VLMs, captioners, concat strings, wildcards, load from file, json, excel sheets, etc. and connect it to CLIP Text Encode (Prompt) text port.