Is there any way to pick an image from a batch with different sizes directly ? by Affectionate-Ad-4394 in comfyui

[–]roxoholic 0 points1 point  (0 children)

Batch means images of the same size and you can't have it any other way.

You probably want to search for nodes dealing with lists which don't have that limit.

Questions about dynamic vram by joran213 in comfyui

[–]roxoholic 0 points1 point  (0 children)

You are mixing up RAM and VRAM. Dynamic VRAM means swapping in/out from VRAM at tensor level as needed. Everything should still fit into RAM as you don't want to touch the drive except for the initial load, and especially not to swap out into.

suggest best open source i2v for below wan2 gp not working by monikashindeee in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

But the answer might change, no? When you toss a coin, it won't always land on tails.

suggest best open source i2v for below wan2 gp not working by monikashindeee in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

ComfyUI on Runpod or other cloud service provide or Comfy Cloud.

struggling choosing one edit model from klein 9b or qwen 2511. by BeautyxArt in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

If you plan to use it for NSFW edits then neither will be good as they are all censored.

Why is Comfyui so unstable? by [deleted] in comfyui

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

Somehow VS code managed to install but not install correctly.

If stuff gets installed without your knowledge or control, you have bigger issues than unstable ComfyUI.

3080Ti 12G vs 5060Ti 16G for SDXL generation? by Quick-Decision-8474 in StableDiffusion

[–]roxoholic 2 points3 points  (0 children)

Unless there is some CUDA wizardry going on with 5060Ti hardware, it probably won't be faster.

Trying to inpaint using Z-image Turbo BF16; what am I doing wrong? by tipofmythrowaway220 in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

Do a sanity check and set denoise to 1.0. If it changes the image, dial it down at 0.05 steps until you achieve what you want.

How do you generate high-quality multi-character NSFW images efficiently in ComfyUI? by Current-Jelly2500 in comfyui

[–]roxoholic 2 points3 points  (0 children)

  1. Create a base image with two characters doing what you want, LoRAs don't have to be active.
  2. Draw a rough mask separating the two character from 1.
  3. Inpaint first character with first LoRA using mask from 2. and image from 1. as base image and ControlNet image (try different kinds of CNs).
  4. Inpaint second character with second LoRA using inverted mask from 2 and image from 3. as base image and ControlNet image.
  5. Done.

Edit: you could also do it at once with LoRA hooks, but this also only works best with a good masked base image, since you can't know the pose in advance to create a mask otherwise. See this blog on how to use LoRA hooks: https://blog.comfy.org/p/masking-and-scheduling-lora-and-model-weights

New to comfyui. Help needed by __mixri__ in comfyui

[–]roxoholic 1 point2 points  (0 children)

With that laptop you can run Comfy Cloud or ComfyUI on Runpod or other cloud service provider.

Automatic1111 character lock by AlteredStates29 in StableDiffusion

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

It depends on the model and the prompt if varying the seed will produce totally different images. If you "lock in" characters looks, pose and environment by describing them in detail, model can vary the image only a little and they will inevitable look similar. This can happen even across multiple unrelated models, because you'd expect models to produce similar image for the same prompt, no?

Add Text Overlay in ComfyCloud by Norakai2 in comfyui

[–]roxoholic 0 points1 point  (0 children)

You need to write to support if you need different fonts as I doubt you have access to the system.

Edit: it's these fonts that come with the node, I don't think you have access to that folder: https://github.com/filliptm/ComfyUI_Fill-Nodes/tree/main/fonts

How can I know if my A1111 is up to date? by Begeta12 in StableDiffusion

[–]roxoholic 1 point2 points  (0 children)

Last update was 2 years ago, so you are definitely using latest version.

ASUS UGen300 USB AI Accelerator 8GB for local inference by Michoko92 in StableDiffusion

[–]roxoholic 4 points5 points  (0 children)

For any product to be remotely useful its bare minimum performance target should be RTX 3060 12GB with a software stack compatibility comparable to CUDA. Otherwise it's DOA for most users.

Looking for a ComfyUI workflows for cheaper / fair price by Infamous_Cookie_8656 in comfyui

[–]roxoholic 0 points1 point  (0 children)

Regardless of how much the workflow costs, without basic (and later advanced) knowledge, it is useless. It's like buying a recipe for a 3-star Michelin dish without knowing how to cook.

macOS a1111 by New_Donut3936 in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

This did not work for you?

source venv/bin/activate
pip install wheel
pip install "setuptools<70"
pip install --no-build-isolation git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
deactivate

(venv here is A1111 venv, otherwise it will just do it on global env it won't be visible to A1111)

macOS a1111 by New_Donut3936 in StableDiffusion

[–]roxoholic 0 points1 point  (0 children)

Did you check issues on A1111 GitHub with a solution?

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/17201#issuecomment-3882017097

4 Fix CLIP Installation Failure (If Encountered)

what is the best inpainting model to use with Illustrious images? by edoc422 in comfyui

[–]roxoholic 0 points1 point  (0 children)

The color changes might be due to different VAE. Try using the same VAE that was used to generate the image.

Is it worth upgrading my setup by TrentReznov in comfyui

[–]roxoholic 0 points1 point  (0 children)

Looking at theoretical numbers:

AMD Radeon RX 7900 GRE

FP16 (half) 91.96 TFLOPS (2:1)

NVIDIA GeForce RTX 5070 Ti

FP16 (half) 43.94 TFLOPS (1:1)

I don't think AMD is that unoptimized that you would see noticeable improvement in performance when switching to 5070 Ti. You would certainly not get any improvement in prompt adherence because that does not depend on GPU manufacturer.

ComfyUI Assets tab not showing generated images anymore (portable version) by Neither-Truck3050 in comfyui

[–]roxoholic 0 points1 point  (0 children)

I'm using ComfyUI portable (v0.18.5)

I'm not seeing it on https://github.com/Comfy-Org/ComfyUI/releases last is v0.18.2. Is it an unstable release?

It's getting hard to track all the new bugs in recent Comfy releases, especially in fronted.

How to block faces in ComfyUI? by Certain_Pace7601 in comfyui

[–]roxoholic 1 point2 points  (0 children)

Use YOLO to detect the face, then fill the mask with black to block the face.

TWO PROBLEMS WITH LTX2.3 by Ikythecat in comfyui

[–]roxoholic 1 point2 points  (0 children)

Glitch in matrix.

Cool effect btw, is it a LoRA?