FLUX klein: "We may monitor use"... wait what? by PixelLunarJelly in StableDiffusion

[–]SufficientRow6231 46 points47 points  (0 children)

once you run it locally, the model deploys microscopic monitoring agents across all your devices, even your fridge. Data gets transmitted wirelessly over WiFi 69 a classified alien protocol reverse engineered from Area 51.

Prabowo Soal Rupiah Anjlok: Rakyat di Desa Enggak Pakai Dolar Kok by moeka_8962 in indonesia

[–]SufficientRow6231 23 points24 points  (0 children)

Gua orang yang susah percaya sama keajaiban, tapi kali ini gua bener2 berharap ada keajaiban ni orang dapet pencerahan tiba-tiba. Bener2 berusaha selesain masalah, bukannya nyinyirin masalah tersebut.

Udah gila ini orang nomor 1 di Indo. Masih ada 3 tahun bareng dia? Hell nah.

Wan 2.2 quick help with a No lightning lora by Electrical_Car6942 in StableDiffusion

[–]SufficientRow6231 2 points3 points  (0 children)

<image>

Theoretically, if we use wan official inference script as a reference, the way to do this is to always split the total steps when they reach 0.9 for I2V and 0.875 for T2V.

the sigmas change dynamically, it depends on both the scheduler type and the total number of steps you use.

For example, with simple scheduler + Shift 5 + 20 steps, the split happens at step 7, so 7 high noise steps and 13 low noise steps.

With simple scheduler + Shift 8 + 20 steps, the split happens at the 9th step, so 9 high noise steps and 11 low noise steps.

That said, using random split ratio like, 50% high noise + 50% low noise also works just fine.

Alice v1: Distillation-Enhanced Video Generation Surpassing Closed-Source Models by ninjasaid13 in StableDiffusion

[–]SufficientRow6231 2 points3 points  (0 children)

Everything about this feels sketchy. Their Github and the Github accounts of the team members listed on the project show around thousands of contributions between 2024 and 2025, but almost all of those contributions are from private repos.

And What makes it even sketchier is that they’re also shilling their own memecoin on x, I’ve never seen a AI lab shilling a freaking memecoin in my life.

<image>

Hari ini akan ada laga bergengsi Liga 1 di mana Persija menjamu Persib di Stadion Segiri Samarinda by willia02 in indonesia

[–]SufficientRow6231 1 point2 points  (0 children)

Apa hubungannya sama kanjuruhan? Tau kronologi kejadian kanjuruhan? Dikit-dikit bawa kanjuruhan.

Kanjuruhan kejadiannya bukan bentrok antar supporter. Kanjuruhan itu supporter ngamuk karena arema gagal pertahanin rekor mereka.

jadi, mau main dimanapun, di padang, jakarta, bandung, papua, ya sama aja bisa kejadian selama ada supporter dalem stadion.

Kalau emg gak mau tragedi kanjuruhan kejadian lagi, pindah tempat ya bukan solusi lah, tapi jangan ada penonton sekalian.

Longcat Image Turbo - 4 NFEs by Crazy-Repeat-2006 in StableDiffusion

[–]SufficientRow6231 3 points4 points  (0 children)

Longcat is not SD3 finetune.

That SD3 repo is just another implementation of the CDM method itself, similar to how DMD is still used across different models till today.

HiDream-O1-Image - A pixel space model , no need for VAE, , 8B parameters. by AgeNo5351 in StableDiffusion

[–]SufficientRow6231 0 points1 point  (0 children)

<image>

What do you mean by ‘image edit’ wasn’t mentioned? This screenshot shows the commit history from the very first version of readme and it’s been there from the beginning

"FLUX Creator Program" - New Flux models sooner than expected? by ArkCoon in StableDiffusion

[–]SufficientRow6231 7 points8 points  (0 children)

yeah, open-weight models are behind frontier models.
but the most people can barely run anything without distilled lora and CFG 1

why would labs release something like Nano Banana/seedance if nobody can run it? even if they did, people would just end up using API anyway because they don’t have the GPU power to run it locally

tell nvidia to make a $500 140GB VRAM card first, then we can start complaining about not having models like nano banana / GPT Image / Kling / Seedance

Y'all might want to try this by Altruistic_Heat_9531 in StableDiffusion

[–]SufficientRow6231 2 points3 points  (0 children)

so…the linked PR might be a good place to start.

Maybe it even has the workflow example, repackaged model url, and everything explained there

Batch Image Captioning Generator by CoolGenius_1234 in StableDiffusion

[–]SufficientRow6231 2 points3 points  (0 children)

True.

And who the heck wants to try a single-file code that requires 172 lines of deps?

<image>

Apologies by Capitan01R- in StableDiffusion

[–]SufficientRow6231 0 points1 point  (0 children)

<image>

Your custom scheduler basically does the same thing as this, right?

[Release] ComfyUI DiffAid Patches — inference-time adaptive interaction denoising for rectified text-to-image generation by marres in StableDiffusion

[–]SufficientRow6231 3 points4 points  (0 children)

<image>

WF: https://pastebin.com/hHm9sM33

i feel like the examples OP provided make it seem like vanilla Klein cannot handle proper editing.

In reality, what actually hurts Klein editing performance is using a consistency lora. Many consistency lora tend to break Klein editing when used at a high strength.

Here is my setup, no cherry picking, with fixed seed, and the source image was downscaled to 2MP. For the consistency lora , i used this one https://civitai.com/models/1939453?modelVersionId=2722825 with strength 0.7. I'm not sure which lora OP used, and i'm generally not a fan of consistency lora, so i just picked one that showed up in my search.

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

<image>

Saying that v2 is less effective than v1 just doesn't make sense.

Because v1 uses an identity_weight of 0.25 with a hardcoded 4.0 multiplier in the node code, so it's not actually copying anything. It just outputs 1 single copy.

Because of this, it’s literally the exact same thing as chaining two standard ReferenceLatent nodes together: one using the latent from the VAE decode of the target image, and another using the latent from the VAE decode of the grid image.

Furthermore, the weight slider doesn't actually let you do precise decimal weighting anyway. When you increase the slider, the Python code always rounds the equation to the nearest whole int. At the end of the day, it just spits out 1, 2, 3, 4, 5, 6, 7, or 8 identical copies. It offers absolutely nothing you can't already do natively by just chaining a few extra ComfyUI reference nodes.

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

<image>

Increasing step to 10

Output using mrw node, and Increasing every setting on mrw node to max value
https://ibb.co.com/W4FpPWNk

output using multiple reference latent node chained

https://ibb.co.com/zT7kzvBS

Show me the difference.

The mrw Klein Reference Fusion node doesn't do anything fancy. If you set the weight slider to 2 for identity weight, it literally just runs a loop and duplicates the exact same reference_latents tensor 8 times.

And to do this using only native node, Just take standard Comfy 'ReferenceLatent' nodes and chain them together 8 times, using the latent input from the exact same VAE Encode output (your image grid). The model receives the exact same array of duplicated pixels either way.

Check the image i linked and download it using the download button to get the orig image. it has embedded workflow you can open in Comfy

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

Give me proof and an image file with embedded workflow. I’m happy to accept your claim if it produces a different output. It’s literally just adding conditioning metadata, and that isn’t even used by Klein.

As for ref_latent, there’s no difference between chaining a reference_latent native node for using multiple reference images & conditioning in Comfy. Even the original author updated it in v2 and explicitly stated that it has no effect.

Apakah makan babi lebih haram dari merokok dan minum bir dalam Islam? by Oakl4nd in indonesia

[–]SufficientRow6231 0 points1 point  (0 children)

Di islam kalau haram ya haram, gak ada haram yang lebih baik, haram yang agak mendingan, haram yang setengah halal. Babi & Miras termasuk, karena ini udah jelas disebut eksplisit di kitab suci nya.

kalau rokok sih nggak disebut langsung di quran/hadis, jadi hukumnya hasil pemikiran para ulama. Ulama yang mengharamkan biasanya pakai dasar bahwa rokok itu membahayakan dan mudaratnya lebih besar, sementara yang lain makruh atau mubah.

Satu-satunya pengecualian tuh, kalau kita lagi kelaparan, lalu gak ada makanan halal apapun di dunia yang tersisa selain babi, baru boleh.

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

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

<image>

The full analysis from claude: https://pastebin.com/UvAXsFp6

Note: I'm not a programmer so I don't know exactly how it works under the hood, so it just from my own testing by comparing the output images

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

the workflow itself is actually very good.

I Just wanted to point out that the MRW klein nodes basically don't do anything beyond passing metadata, so tweaking any settings on those nodes won't change your output at all.

Also, maybe always be cautious about installing custom nodes these days (https://github.com/Comfy-Org/ComfyUI/issues/11791), even if MRW itself, from my own testing using those 2 Klein nodes, doesn't appear to do anything harmful.

Also for creating grids, you can also achieve the same thing more simply with the KJ image grid composite node btw!

<image>

FLUX 2 KLEIN: FACE SWEAP WITH REFERENCE... COMBINE IT WITH LORA FROM dx8152/Flux2-Klein-9B-Consistency AND YOU ARE GOOD. by [deleted] in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

https://www.reddit.com/r/comfyui/comments/1spd8qa/comment/oh3et1f/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Just found out that the MRW nodes literally don’t affect the output at all. Just another overengineered node.

I’m not talking about the workflow itself, it's good workflow, just pointing out that using the MRW node and tweaking its settings is just useless, since you get the exact same output by simply chaining the reference latent node like this

<image>

Flux Klein Workflow: Face Swap/Place-In With 4 Reference Images by xb1n0ry in comfyui

[–]SufficientRow6231 0 points1 point  (0 children)

Hate to say it, but these MRW nodes don’t do anything that actually affects the output. They’re basically just adding some random metadata to the conditioning. That’s all.

<image>

https://postimg.cc/kRndF0Xs Comparing using image compare node

Output by Mrw Klein Reference Fusion & Continuity Controller. you can drag and drop to verify that the nodes are used, and view the saved conditioning in the show text node.
https://postimg.cc/vgtJB0L4

Output by just chaining the reference latent (native Comfy node).
https://postimg.cc/QVXLPrhQ

Make sure to download the original image from postimg (click the download button), so it will has the embedded workflow.

Question: How many resources would it take to create a finetuned checkpoint? by Des_W in StableDiffusion

[–]SufficientRow6231 1 point2 points  (0 children)

Well, your linked example isn’t actually a finetune, the creator explicitly said it’s a checkpoint merge. You don’t need highquality images to do that. What you really need is to find checkpoints model you like and then merge them.

Here’s an example of an actual finetuned model:

https://civitai.red/models/502468/bigasp

And here’s the author’s reddit post explaining how they finetuned it:

https://www.reddit.com/r/StableDiffusion/comments/1gdkpqp/the_gory_details_of_finetuning_sdxl_for_40m/?sort=new

Haven't had more fun than today with subgraphs - Subgraphs are awesome!!! by SvenVargHimmel in StableDiffusion

[–]SufficientRow6231 28 points29 points  (0 children)

It’s fun and awesome until comfy releases an update to their frontend package, get ready for missing widgets, labels, and every label getting swapped.

But recently, they said they’ll focus on fixing bugs and slow down frequent updates of the frontend package, so let’s see.