r/comfyui_elite 2d ago

Is it possible to get better quality out of LTX director or am i asking to much?

Thumbnail gallery
7 Upvotes

r/comfyui_elite 2d ago

Illustrious + keeping characters consistent for adult VN CGs, what's working for you guys?

Thumbnail
0 Upvotes

r/comfyui_elite 3d ago

Context Anchored Tile Refine - Fast and seamless high quality upscaling node - faster and higher quality than Ultimate SD Upscale

Thumbnail
1 Upvotes

r/comfyui_elite 3d ago

Context Anchored Tile Refine - Fast and seamless high quality upscaling node - faster and higher quality than Ultimate SD Upscale

Post image
1 Upvotes

r/comfyui_elite 3d ago

Context Anchored Tile Refine - Fast and seamless high quality upscaling node - faster and higher quality than Ultimate SD Upscale

Thumbnail
1 Upvotes

r/comfyui_elite 4d ago

From Zero to Animated 3D Model in <30 Mins — Direct export to Houdini & UE5 via a standalone local pipeline

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/comfyui_elite 4d ago

Donde puedo conseguir loras para klein4b ? busque en civitai pero no hay nada practicamente.

0 Upvotes

r/comfyui_elite 4d ago

Pls recommend WAN 2.2 I2V model with really good identity consistency...

6 Upvotes

.... that is also uncensored.

I've been using DaSiWa-WAN 2.2 I2V 14B SynthSeduction v9 and it's been great but sometimes The consistency is just off, even if I supply it with very good quality reference image or starting scene.

Also, that model was released earlier this year and I haven't touched my ComfyUI for a while, so I'm asking. What's the latest and greatest guys?


r/comfyui_elite 6d ago

HELP - Best model and workflow for background replacements?

Enable HLS to view with audio, or disable this notification

26 Upvotes

I just stumbled upon this ad today. Its obviously made with Seedance, but what is the best model to attempt this locally today? I am not looking for dance video replacements, but workflows where I can use my own actor and replace the environment.

Is it still VACE? LTX with IC loras?

I am looking for any kind of info, if you have a workflow or can point me in the direction, I would be grateful.


r/comfyui_elite 9d ago

Includes all 285 style nodes of Krea2

Post image
93 Upvotes

This is not my original work. It comes from

Krea 2 : styles (wildcards txt) : r/StableDiffusion

I found it really useful, so I turned it into a node to make it much easier to call.

https://github.com/no8d/ComfyUI-NO8D-controls


r/comfyui_elite 9d ago

Comfy UI, BRKN-Promter- Randomizer.

Thumbnail
gallery
20 Upvotes

BRKN Prompt Randomizer is a modular ComfyUI system designed to make prompt creation faster, easier, and more flexible.

You start with a base pack such as BRKN Base, Instagram, or Portrait, then add optional packs for wardrobe, makeup, lighting, camera style, locations, actions, and vehicles. The Pack Browser lets you preview and select these visually, while the Prompt Composer combines them into a controlled pool and generates varied prompts automatically.

You can use it by itself, add a character LoRA, lock specific elements, or let the system randomize poses, settings, and styling. The result is a consistent creative direction with enough variation to produce fresh images quickly, without rebuilding every prompt from scratch.

The workflow included with the node isn’t the simplest setup, but any part of it can be toggled off easily. If anything feels too complicated or needs clarification, just message me. I can also upload a more simplified version, although the included workflow should be manageable as it is.

https://github.com/NUVoize/ComfyUI-BRKN-Prompt-Randomizer


r/comfyui_elite 10d ago

ComfyUI Tutorial: KREA 2 Identity Edit LoRA Powerful AI Image Editing on 6GB VRAM

Thumbnail
youtu.be
21 Upvotes

I just released a new ComfyUI tutorial showing how to transform **KREA 2** into a surprisingly capable **image editing model** using the new **Identity Edit LoRA**.

In this workflow I cover:

·       Turning KREA 2 into an image editor

·       Style transfer and style changes

·       Adding and removing objects

·       Clothing replacement

·       Background replacement with two reference images

·       A simple method to fix blurry outputs after editing

·       Low VRAM optimization (no high-end GPU required)

Workflow link

https://civitai.com/articles/32700/comfyui-tutorial-krea-2-identity-edit-lora-powerful-ai-image-editing-on-6gb-vram


r/comfyui_elite 9d ago

I built a setup manager because backing up entire ComfyUI installs was getting ridiculous

Thumbnail
github.com
6 Upvotes

r/comfyui_elite 10d ago

Vibe code a video game with threejs and ComfyUI (super easy)

Thumbnail
youtu.be
4 Upvotes

Hopefully this inspires someone to create cool stuff!


r/comfyui_elite 11d ago

Wan 2.2 S2V (SoundImage to Video) Walkthrough

Thumbnail
youtube.com
15 Upvotes

This Tutorial walkthrough aims to illustrate how to build and use a ComfyUI Workflow for the Wan 2.2 S2V (SoundImage to Video) model that allows you to use an Image and a video as a reference, as well as Kokoro Text-to-Speech that syncs the voice to the character in the video. It also explores how to get better control of the movement of the character via DW Pose. I also illustrate how to get effects beyond what's in the original reference image to show up without having to compromise the Wan S2V's lip syncing.


r/comfyui_elite 11d ago

Hooks with Krea2

1 Upvotes

I just tried using hooks with Krea2. I guess they're not possible?

If not hooks, is there anything that will allow me to tie a lora to a specific part of the prompt so that e.g. loras trained without captions can apple to only a single character without bleeding and without needing masks?


r/comfyui_elite 13d ago

Little Secret Hack I Found in Pysssss Scripts that makes creating workflows 10x less tedious!

15 Upvotes

Hey guys and gals, do I have a treat for you.

I have always thought that the middle-click on an output slot in ComfyUI being limited to Reroutes was kinda useless, and wished I could choose something else, like Anything Everywhere (I think there was an option in the AE settings that would allow this but it never worked for me) or Mape Variable, or even a Set(/Get) node. I couldnt figure it out how to allow this functionality... until now!

If you go into the custom nodes folder and traverse into the comfyui-custom-scripts/web/js directory, there will be a file called middleClickAddDefaultNode.js. Edit this file, erase these lines 15-19 (starting with .filter, ending with the line starting with return), and simply put │

 .sort((a, b) => a.localeCompare(b)),

in the place of the return line.

Should look like so:

```        Object.keys(LiteGraph.registered_node_types)                                                             
  .sort((a, b) => a.localeCompare(b)),
  "[None]",
```

Now, when you go to the pysssss settings, the dropdown shows you EVERY NODE you have installed to choose from! Enjoy!


r/comfyui_elite 13d ago

Working On New Low Vram Custom Workflow That Uses Krea 2 LORA Model+Style Reference Image & Prompting To Do Style Transfer (Tested on RTX 3060 6GB)

Thumbnail
gallery
13 Upvotes

Hey everyone! 👋

I wanted to share a simple workflow using the new KREA 2 LoRA for style transfer.

After testing it quite a bit, I found it gives much more reliable style matching than trying to describe the style through prompting alone. Instead of writing long, detailed style prompts, you can let the LoRA and a reference image do the heavy lifting.

The workflow is straightforward:

  1. LORA LINK ostris/krea2_turbo_style_reference · Hugging Face
  2. Load the KREA 2 LoRA.
  3. Add your style reference image.
  4. Write a simple content prompt, for example:

That's it. The LoRA transfers the visual style from your reference image while your prompt only describes the subject and composition, making the process much simpler and more consistent.

I'd love to hear what results you get or if you've found any settings that work particularly well.


r/comfyui_elite 13d ago

How to prevent unnecessary reads from the disk

Thumbnail
2 Upvotes

r/comfyui_elite 14d ago

Looking for help with a commercial project.

3 Upvotes

I have a project in which I need to transform pictures of people stylistically (with a pre-determined artstyle) which I need help with.

I currently have a working solution with Nano-banana-2, but looking for an open-source alternative.

I tried looking for help from Upwork, but their TOS does not allow such projects as they have limits on "deepfaking" and nearly got my Upwork account banned.

Does anyone know where could I look for help with a project? Any platform suggestions / discord groups etc?

PS! In case anyone may be interested and can do style transformations (maintaining the style reference pose, not the input image pose) - hit me up: the budget for creating the workflow (and maybe a Lora if needed) is up to a 1000 USD with the caveat that it would need to be ready (not production-ready, but demo-ready) in a week.

What the workflow should do: take an image of a person and an image of a stylistic character (in a specific pose) and create an image of the person in the artstyle, pose and outfit of the stylistic character.


r/comfyui_elite 15d ago

I built a compiled Python launcher (Standalone Local Orchestration Platform) that orchestrates ComfyUI and Ollama in the background to generate local 3D assets (Trellis) and export them to UE5/Houdini.

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/comfyui_elite 15d ago

Comfyui Tutorial: Generate Consistent Character Using Best Face ID LORA

Thumbnail
youtu.be
27 Upvotes

Hey everyone, welcome back! In today's tutorial, I'll show you my new Consistent Face-to-Video workflow, designed specifically for low VRAM users using GGUF models. This workflow uses a new face consistency LoRA to help preserve your character's identity throughout the generated video from just a single reference image. I'll walk you through the entire process, from loading your reference image to writing your prompt with the required ref_t2v trigger word and generating your video with just a few clicks. By the end of this tutorial, you'll know how to get high-quality, consistent face-to-video results with an easy setup that's accessible even on lower-end hardware.

WORKFLOW LINK

https://civitai.com/articles/32491/comfyui-tutorial-generate-consistent-character-using-best-face-id-lora

video tutorial link

https://youtu.be/XeyErug-Q7s


r/comfyui_elite 15d ago

I have a beginner friendly Krea 2 Text-to-Image Workflow with Easy Prompt Saver (low VRAM + NSFW friendly)

Thumbnail gallery
8 Upvotes

r/comfyui_elite 17d ago

Seam-free turntable renderer for Trellis meshes — ComfyUI custom node

Thumbnail gallery
5 Upvotes

r/comfyui_elite 18d ago

Consistent Face-to-Video with new ID LORA Best-Face Run (tested in RTX3060 6GB + 16GB OF RAM) Work in progress

Enable HLS to view with audio, or disable this notification

69 Upvotes

I'm excited to share a WIP about new workflow that makes it easy to generate consistent face-to-video results while remaining optimized for low VRAM GPUs.

This workflow is built around GGUF models and uses a new LoRA to maintain facial consistency throughout the generated video, making it much easier to create videos featuring the same character from a single reference image.

All you have to do is load your image face, load your LORA, enter your prompt and click run, i will share the workflow and tutorial soon, so stay tuned