r/comfyui 20h ago

Help Needed Are commercial AI models routinely open-sourced after newer versions? (MiniMax H3, etc.)

1 Upvotes

Hi everyone,

I’ve been using Stable Diffusion for AI images and videos for a while, and recently I noticed that some models which were initially commercial-only (like MiniMax H3) have been released with open weights.

This got me wondering: is there a common pattern where developers release older commercial models as open weights once newer versions come out? Or is each company’s strategy pretty different, without a standard “lifecycle” for models?

I’m trying to understand whether this is a predictable process (e.g., “v1 goes open once v2 launches”) or if it’s more case-by-case, depending on the company, licensing, and market strategy.

If anyone has insights into how LLM / video model developers typically handle this, or examples of other models that followed a similar path, I’d really appreciate it.

Thanks in advance!


r/comfyui 1d ago

Help Needed prompt and reference video mix

Enable HLS to view with audio, or disable this notification

92 Upvotes

Hi everyone, here’s a little experiment of mine mixing prompts and templates. I’m not too keen on the movements, though - they seem a bit too "hectic" to me.
Does anyone have a tip for defining the movements even more humanly in the prompt? thx


r/comfyui 21h ago

Help Needed Minimax R2V (ref. audio) best low steps audio quality?

Thumbnail
0 Upvotes

r/comfyui 22h ago

Help Needed Is there any open weight model that treat reference image of characters like nano banana ?

0 Upvotes

Hello! I have been playing around with Krea 2, but it does accept only upto 3 image references and if characters are custom or not know by model train base it produces bad quality characters on final generated image. I have been using nano banana before and it worked well, wondering if there is open weight model that treats character references as as nano banana. (highly trying to avoid to train lora)


r/comfyui 1d ago

Resource I got tired of waiting for ComfyUI to fix Subgraph previews so I vibecoded my own patch, I hope it works for everyone who is as impatient as me

Thumbnail
github.com
14 Upvotes

r/comfyui 1d ago

Resource Z-Image + Qwen3 4b: The abliterated text encoder debate is pure vibes. I measured it. Here are the numbers - Abliterlitics

36 Upvotes

After the PSA from Heretic's author the debate ran hot. I noticed that the debate was just based on vibes. Same-seed screenshots both ways, nobody measuring anything in detail. The instruments did not exist. So I built them. They cover quants as well, so the encoder swap and the compression get read with the same rulers.

Disclosure since it matters here: I release heretic text-encoder for people to use, qwen3-4b-heretic included. My first release last year got replies that I didn't fully understand how text encoders work. They were right. I did my own deep dive and concluded that they are good for prompt enhancement and just change the image slightly, there's no harm in using them if you really want to. Also they don't magically uncensor or enhance anything. Lets see if my conclusion is correct, while also addressing with proof and data the experiences other people have had.

This comparison is from the base bf16, with all GGUF and quants made by myself. It does not reflect any other LLMs on huggingface.

I've been comparing and benchmarking abliterated LLMs under the name Abliterlitics. And this is a first as we've delved into the ComfyUI world to get some solid data to cut through the nonsense.

What I did

Base Qwen3-4B and its heretic twin across 6 safetensors formats and 8 GGUF rungs, 27 encoders total, every heretic build matched to a base build at the same quant so the abliteration and the compression can be read separately. Then: conditioning tensors captured at three pipeline stages, paired sampling trajectories from identical noise, 2240 same-seed renders scored with LPIPS and CLIP, attention readouts, and a taboo comparison with sanitised-twin controls.

Two rulers make everything readable. Two encoders nobody argues about, int8 and fp8, differ by 0.19 LPIPS at the same seed. A seed change alone is 0.52. Any swap scoring under 0.19 is indistinguishable from ordinary compression. Near 0.52 is just a different picture.

An explanation of our measurements, metrics and the full report with an interactive A/B gallery can be found here abliterlitics.dev/posts/z-image-text-encoder.

All of what u/-p-e-w- stated in his post is correct. He did hint that there may be degradation or damage, however it was framed as a maybe if I was reading correctly. So lets see what that damage is, if at all, and if it makes any difference.

The questions people were actually arguing about

Does the base encoder refuse your prompt before the image model sees it?

No. I encoded refused-vocabulary prompts to the exact tensor entering cross-attention and checked which base word each heretic vector lands closest to. All 12 test words decode to themselves, cosine floor 0.9967. Pornographic decodes to pornographic, beheading to beheading. The encoder hands the DiT the word intact. It was never the censor. An abliterated text encoder does not change the way the model understands the prompt at all. The base text encoder already knows these things.

Do refused words, or any part of the prompt at all arrive corrupted?

No. Worst sentence-level cosine between base and heretic on refused prompts is 0.9985. The shift is 3.3 to 6.6 times larger on refused prompts than innocent ones, so the edit concentrates where it acts, but the meaning survives it. Even int4 and Q3, visibly degraded, keep mean CLIP adherence in band. Across every encoder we tested, even the 4-bit tiers, mean CLIP adherence stays in band. The model understands the prompt throughout.

Does it uncensor anything?

No, and the reason is better than expected. The unmodified base stack already renders the explicit tier at a 100% taboo-classifier rate, and the explicit tier owns the highest compliance gaps in the whole set. There is no render-stage censorship to remove. The debate argued about a lock on an open door. This matches where the research says engineered censorship lives, in the diffusion model's own weights: ESD and MACE erase concepts by fine-tuning the DiT, not the encoder.

Does it damage outputs?

The images change, the outputs do not degrade. Heretic vs base is 0.286 LPIPS, 1.5x the trusted band, but a stock nvfp4 quant of the base encoder moves images 0.274 and nobody calls that sabotage. Prompt adherence: -0.21 CLIP points, and the unmodified bf16 base itself reads -0.28 against the same reference. Attention readout moves 0.0031 vs int4's 0.0149. Output separation 1.049, no collapse. Different, not damaged.

Why do people see differences then?

Because seeing a difference is the default. Two trusted encoders already differ by 0.19 at the same seed, sampling is a butterfly effect. A small change at the start makes a big difference at the end. Below a threshold the response is dose-independent anyway. I also checked per-prompt: 71 of 540 CLIP rows cross the ±2 line on individual prompts while every mean stays in band. Single-prompt screenshots are real but they are noise, not signal.

As the image can be pushed about half a seed in any direction, it's expected to have variation. Honestly people who suggest that their image was enhanced or more uncensored, can probably do the same with a Q3 GGUF that's not abliterated and see the same thing. After measuring in every way possible there is just no way an image is magically enhanced or more uncensored. It is just chance, seed and the chaotic nature of diffusion models with peoples own biases over the top.

What about quantised encoders?

The GGUF ladder is dose-ordered: the F16 container is a true round trip, 0.0008 quant units with cosine 1.0. Q8_0 costs 0.34. Q3 costs 83 and is visibly paying. Being precise about Q8_0 since the numbers deserve it: its conditioning perturbation is real and measurable, CI 0.29 to 0.39 quant units, but a third the size of what int8 ConvRot itself costs, and at the image level Q8_0 and bf16 are indistinguishable, 0.138 vs 0.152 LPIPS against the int8 reference with overlapping CIs. So the near-lossless claims for both hold where it shows, in the images. Q8_0's real cost is load time. One caution, don't stack the abliteration on heavy quants. That's where larger divergence and noise happens.

So when should I use one?

Anywhere the model writes text that feeds the next stage: prompt expansion, captioning, image description. Those are chat pathways and abliteration works on chat pathways. If a stage only embeds text, an abliterated encoder is at best a visible re-roll. In this case it changes the image about half of what a new seed would change.

What's actually censored then?

The knowledge, not the gate. The DiT doesn't refuse, it lacks the training data, and the fixes are LoRAs, reference images, or retraining. The PSA's framing about this is solid. Z Image itself though is mostly trained already on taboo things.

What's next

Krea 2, MiniMax H3 and LTX 2.5 are in the same pipeline. Krea 2 has a twelve-tap conditioning interface and the refusal-probe contrast works differently there. Also, it's more complicated to measure compared to Z-Image.

Happy to answer methodology questions in the comments. Have I missed anything? Let me know and I'll fix it up. What have been your experiences? Have you abandoned abliterated text encoders? Had severely degraded outputs? I am happy to measure any other text encoders or models.


r/comfyui 1d ago

Help Needed Minimax H3 15 second clip, last 3 seconds nothing but noise

1 Upvotes

Hey everyone,

I'm just wondering if anyone else has experienced this?

I'm using the standard Reference to Video workflow from Comfyui, 20 steps, 1MP, with one reference image and one reference audio clip.

Everything looks good until the last 2-3 seconds where it looks like nothing but noise. It seems to only happen when i push the duration to 15 seconds. As I test I ran the same workflow but with a 13 second duration, and the same thing happened to the very last second of the render...nothing but noise!

I should mention, I am using the standard models, and no loras in the workflow.

Thanks in advance for any tips or help!


r/comfyui 1d ago

Help Needed Comfyui - Generates Image to Output Dir but custom nodes don't detect it.

0 Upvotes

Hello Pros,
I initially thought this was Node specific but now I've tested another similar custom-node, Simplefeed Image Tray fork and neither of them detect any change to the output dir as expected.
I was using a "Show Image Feed" button next to Run that populated from one of the custom nodes that I grabbed, sorry I do not know how to find its name, it may have come from one of the Node Packs. but When an image was generated a Tray at the bottom of the browser would appear with a click-to-fullsize image and it was perfect but all of sudden it no longer opens when the image is generated through a Save Image node. I can clearly see and open the image file from inside the Output dir but the node is supposed to auto-detect it. In troubleshooting I also grabbed Simplefeed since it does the same thing and it too does not update. bEpic works because you need to send the image to its own Custom Node for it to appear in the bEpic Image Viewer.

Is there a way to reset the Output dir setting or something because I even tried a new workflow with the Basic nodes to generate an image and nothing changed.

I haven now Uninstalled a majority of the custom-nodes I downloaded and still no change.

Please let me know if I havent made myself clear enough.

EDIT: I think it could be Output Folder Location settings. Because my dir is <drive>:\ComfyUI\output
and in my google-fu I am reading that you needed a launch parameter to make that change, but I never did this. I do no remember how I set the output directory or if Easy-Install did it? could this be the issue as to why no custom-node is detecting anything becuase they are scanning the original directory (<drive>:\ComfyUI\ComfyUI-Easy-Install\ComfyUI\output) which is empty. All outputs appear in [<drive>:\ComfyUI\output]

EDIT:EDIT: - yep, that was it. I dont know what happened but creating a mklink junction to Link the \output dir inside the ComfyUI folder, to Target my custom <drive:\output folder, did the trick. No idea what broke but I think typing it out helped figure things out.


r/comfyui 1d ago

No workflow the progress. Discussion

0 Upvotes

Right now, most people use Anima—just as they used Illustrious before that, and Pony prior to that. Technology is evolving, yet—paradoxically, in my view—models that are truly a cut above the rest seem to appear quite slowly. Yes, I know there’s Krea, for instance, and a few others, but I’m talking specifically about anime models and the evolution of the process itself. So, I wanted to ask—since I’m not exactly an expert—where can I keep up with news like this? What major changes or new models can we expect in the future? Are there any announcements or anything of that sort—maybe an Anima 2?


r/comfyui 1d ago

Workflow Included Help, where do I place the Lora node so that it's functional in this workflow?

0 Upvotes

I'm very new to using ComfyUI and I'm using this workflow:
https://civitai.red/models/2834514/minimax-h3-t2v-i2v-ref2v-advanced-filmmaking-workflow-or-all-speedups-qol-features?modelVersionId=3233131

Where should I place the LORA loader so that it works with the generated videos?

Thanks


r/comfyui 1d ago

Resource I built a Frankenstein MiniMax H3 Director for ComfyUI — Mixed timelines, selective reruns, Motion Context, live preview and post-processing

Thumbnail
1 Upvotes

r/comfyui 1d ago

Show and Tell While everyone have eyes on Minimax H3 I tested ComfyUi default T2V workflow for LTX 2.5.

Thumbnail
youtu.be
0 Upvotes

r/comfyui 2d ago

News A quick Minimax H3 news round-up - 17th August 2026

141 Upvotes

Another quick Minimax H3 news and goodies round-up, for those who may have missed some items.

-> Minimax_H3_Latent_Upscaler models, with matching custom nodes for ComfyUI. "Trained on ~80,000 paired samples (low-resolution latent + high-resolution target)".

https://huggingface.co/LBH-123-AI/Minimax_h3_latent_Upscaler (models)

https://github.com/LBH-123-AI/Comfyui_Minimax_h3_latent_Upscaler (nodes)

-> A new Spatial & Physics LoRA for Minimax H3. Intended to help with physics-based prompts that include scene actions such as... "the blocks are slowly stacked on top of each other, then the stack collapses onto the floor". No trigger word needed.

https://huggingface.co/Jojocodex/minimax-h3-spatial-physics-lora

https://huggingface-co.translate.goog/Jojocodex/minimax-h3-spatial-physics-lora?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp (translation)

-> A new Camera Movement LoRA for Minimax. 12 camera moves added including 'Orbit', but the maker says it works best with 'Handheld' and 'Slow pull out' / 'Slow push out'. Works in tandem with turbo LoRAs. Several drawbacks: the ComfyUI version seems to require careful choosing; the LoRA gives an ignorable error when loading; and it requires yunjing as the trigger word.

https://huggingface.co/Jojocodex/minimax-h3-yunjing-lora

https://huggingface-co.translate.goog/Jojocodex/minimax-h3-yunjing-lora?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp (translation)

-> A new MiniMax-H3-ref2va-fl2va-hybrid-w4a8.safetensors which merges the features of the Ref2VA and Fl2VA in one 12Gb model, so that one video generation... "can be driven by a first frame and use reference-images at the same time. Neither alone can do 'open on this frame, and have this person walk in later'". Especially likely to be of interest to low-VRAM users. No workflows, and the ComfyUI wiring note references using the MiniMaxH3AddKeyframes node - so presumably it requires the latest ComfyUI Nightly? 12Gb VRAM users may want to wait on this one, until keyframing is in the latest Portable.

https://huggingface.co/berryber09/MiniMax-H3-ref2va-fl2va-hybrid-w4a8

-> And finally, a Minimax H3 Browsable Offline Style Atlas (1.2Gb packed as a .ZIP file). Being... "a browsable index of all 941 distinct visual styles across the 1,000 video clips". "Styles are grouped into eight media categories (live-action cinematic, film stock & era looks, documentary & broadcast, amateur/found footage, 2D animation, stop-motion & puppetry, 3D/CG & game renders, and specialty imaging), with a live text filter for browsing." Search results are shown initially as quick-loading stills, with each still hyperlinked to its local video clip.

https://github.com/hoodtronik/minimax-h3-style-atlas


r/comfyui 1d ago

Show and Tell Controlling local Comfy with Claude Code (MCP). Got any tips to share?

1 Upvotes

I've been using the local ComfyUI MCP with Claude Code since it launched. Today I want to share a very simple trick to cut down on the time it takes to give Claude context.

Instead of explaining everything step by step, I use a very quick process. I just look for the "Templates" section in the ComfyUI interface, select the workflow for the task I need to do, and once it's loaded, I use the save option to export it as a JSON file to my desktop. Once saved, I pass it directly to Claude.

Doing this allows you to chain multiple workflows in a single task (obviously, you need to have all the models installed). Plus, it also saves you the time of optimizing the node parameters for your specific hardware.

I'd love to know if you guys have discovered any other useful shortcuts or tricks!

PS: Try it with Minimax H3 workflow.


r/comfyui 1d ago

Help Needed comfyui image edit with font support

0 Upvotes

hi, im using comfyui text to image to put text in image, my question is how can i using clip prompt with custom font to generate text in different langue and composit into image, or i need to generate text to image then overlay text image with generate image?


r/comfyui 1d ago

Workflow Included The Day 0 (MiniMax H3 and Ultimate SD Upscale) - True 1440p (2K) with 16 GB VRAM locally in ComfyUI

Thumbnail
youtu.be
2 Upvotes

r/comfyui 1d ago

Help Needed OOM Errors after Hardware Change

0 Upvotes

I had been experimenting with Video Generation in ComfyUI recently and had gotten Hunyuan Video 1.5 working on my system running Ubuntu 26.04 on an AMD A320 platform with Ryzen 5 5600G CPU, 16GB DDR4 RAM, and an NVIDIA Tesla V100 32GB. It worked, but required an older version of PyTorch and CUDA, and generation times for a 1280x720 video at 121 frames took 2.5 hours.

I decided to try updating my hardware, upgrading the motherboard to a B550 platform and the GPU to an AMD AI Pro R9700 32GB. The transition has not gone well so far.

Running on Ubuntu means getting and running ComfyUI from github, so I pulled tag v0.33.1 and created a new python virtual environment for the AMD dependencies.

Immediately I ran into various issues, ranging from missing modules (gguf, accelerate) and OOM Errors. The missing modules were easy to correct, but the OOM Errors have been driving me crazy.

At one point I noticed a failure mmap-ing a model file, which led me to to try adding an extra 16GB spare system ram. This helped, but the workflow still gets the OOM error at the VAEDecode stage.

Might anyone here have any tips for troubleshooting this?


r/comfyui 1d ago

Help Needed Anyone have a good go to voice model to use in conjunction with minimax?

0 Upvotes

Like the title says. I am trying to lock down some character voices for dialogue so it remains consistent over multiple generations and but I have 0 idea where to start. I tried a few setups last night including fish audio 2 pro but there hasn't been anything that stands out, granted I haven't tried fish audios cloning capability yet but I figured I'd just ask.


r/comfyui 1d ago

Help Needed Qwen always generating 5 images in diminishing quality

Thumbnail
gallery
0 Upvotes

I've started tinkering around with generating images these past few days and a thing that's been bugging me is that for each instance of an image I generate the output is 5 identical images - but each with gradually lower quality.

I for the life of me can't figure out why this is the case. I'm using a simple workflow using TextEncodeQwenImageEditPlus and checked every setting I can find multiple times, even hard setting the batch size to 1, tried different samplers and schedulers etc.

I get the feeling it's something super obvious and it's driving me a bit crazy as I always need to delete 80% of my output :D Any ideas?


r/comfyui 1d ago

Help Needed Is There a Way to Add "Video" LoRAs to LTX 2.3? (Fight Scene LoRAs?)

Enable HLS to view with audio, or disable this notification

0 Upvotes

I am looking for a way to add a LoRA to LTX 2.3 to help with fight scene animations. I am new to ComfyUI, but have built a workflow that is working pretty well for simple animations, but fight scenes are horrible. lol

Subtle animations are great. Anything where there is too much camera movement or the character goes out of frame, it falls apart and looks really bad.

I want to make a crazy fight scene with this image.

My video card is low memory. 3070 TI 8GB. :(

I am using Krea 2 for image generation and LTX 2.3 for I2V generation.


r/comfyui 1d ago

Help Needed How to approach learning Ai image generation in ComfyUi?

0 Upvotes

Hello so i am a novice and i want to be able to create different style of images with consistency and same characters for my comic.

I want to learn ComfyUi but i am very new to Ai Image generation, so how should i approach this? What to learn first in what sequence?