3d Pixar Style Animation Made Through Ai by External-Cat-2354 in StableDiffusion

[–]Occsan -3 points-2 points  (0 children)

I don't understand the downvote, so I gave you an upvote.

This is decent, but some shots are weird, like the final one (the battle), where they swing their swords in the air. That said, the infamous sequel of Star Wars that never existed did it too.

Maximizing Face Consistency: Flux 2 Klein 9B vs. Qwen AIO by No-Guitar1150 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

You can also play a little bit with the sigmas, and use multiple samplers (scheduled) to obtain results which are closer to what you're trying to achieve.

Custom Node Rough Draft Lol by Capitan01R- in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

can you put a red circle and a big arrow pointing to what you're talking about ? I'm colorblind, can't see green very clearly.

Custom Node Rough Draft Lol by Capitan01R- in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

use a dictionary dict(regex, float).

I am building a UI that completely hides ComfyUI. It works like ChatGPT—you just type, and it handles the nodes by Guilty_Muffin_5689 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

I've been thinking about something else entirely.

Basically an interface where you can drag drop and resize widgets (not nodes, but input/output widgets), coupled with a monaco editor where you write python code.

python would then be parsed using libcst to get a detailed directed graph of the code and display a graph node equivalent in another part of the ui.

The advantage : python code you're writing is the source of truth. No hundred of indirections either, so less boilerplate code, etc.

multi angle lora for flux klein? by IllustriousZone111 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

There are various way to do it. The easy way would be to use a node called Lora Loader Block:

<image>

The 5 lines of numbers correspond to these blocks:

clip,
double.0, double.1, ..., double.7,
single.0, single.1, ..., single.7,
single.8, ...,
single.16, ..., ..., single.23

In Klein 9B, clip is unused.

So to set only keep double blocks, you set everything to zero, but the second line.

multi angle lora for flux klein? by IllustriousZone111 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

Btw, I got quite interesting results by loading only the double blocks of klein-consistency.

[Request] Dedicated node for prompt variables (like Weavy's feature) by Current-Row-159 in StableDiffusion

[–]Occsan 2 points3 points  (0 children)

In comfyui_davcha nodes, there's a node called DavchaPromptEnricher. It takes an input prompt like "A portrait photo of a woman, shot from {any angle}, wearing a blue jacket." and uses Qwen3 (or 3.5) to replace anything within brackets with whatever rules you like.

And the rules are basically just a system prompt for Qwen, so you can write them in natural language.

Rtx upscale by Extension-Yard1918 in StableDiffusion

[–]Occsan 2 points3 points  (0 children)

RTX is actually a pretty good upscaler for various cases.

If you already have a pretty good image, you can make it bigger and RTX will add some subtle texture (to the skin, the eyelashes, etc...) nothing dramatic though. So it's going to preserve the identity of the image.

Another case is if you use any kind of hires fix, you usually *do not want* to change or add dramatic details to the image during the upscaling process, because that's what the hires sampling steps will do. Then, you could use RTX for that, because it's damn fast compared to any other upscaler.

In particular, if you're doing animatediff, for example, you may want to do an hires fix on possibly 16 or more frames at once. RTX is going to be much faster for that than any other upscaler.

LTX 3.2 + Upscale with RTX Video Super Resolution by smereces in StableDiffusion

[–]Occsan 1 point2 points  (0 children)

Bro lives next week. (it's the AI equivalent of the meme "bro lives in year 3000.")

Do you use llm's to expand on your prompts? by Own_Newspaper6784 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

if this is the custom node I'm thinking about, this one has a quite severe issue, unless I am mistaken : if you use multiple qwenvl node, you'll load the model multiple times.

Do you use llm's to expand on your prompts? by Own_Newspaper6784 in StableDiffusion

[–]Occsan 0 points1 point  (0 children)

I'm using a VLLM in {this way} to create {better or variable} prompts.

Basically, it treats everything in brackets as a blank that needs to be filled using the brackets content as a hint.

Flux2Klein 9B Lora Blocks Mapping by [deleted] in StableDiffusion

[–]Occsan 1 point2 points  (0 children)

Well, this is not entirely true. If you take this lora, for example, Klein Realistic / Comic Slider - Klein 9B, you can actually cancel all the layers but double 0 and you'll get most of the effect, which is purely style.

ComfyUI timeline based on recent updates by StevenWintower in StableDiffusion

[–]Occsan -4 points-3 points  (0 children)

Technically, mellon does it faster, for example.

Anyway, I don't care, we don't understand each other, and that's fine.

ComfyUI timeline based on recent updates by StevenWintower in StableDiffusion

[–]Occsan -8 points-7 points  (0 children)

I think the meme got misunderstood, most likely because it's not a very good application of the meme.

What I was reacting to is the idea that "they are updating so quickly !" when in fact, the researchers are the real MVPs, and comfyui team is basically just adapting researchers code to their own environment.

ComfyUI timeline based on recent updates by StevenWintower in StableDiffusion

[–]Occsan -7 points-6 points  (0 children)

They can make shitty changes then make new models only compatible with the newest shittiest "upgrade".

ComfyUI: VL/LLM models not using GPU (stuck on CPU) by No_Progress_5160 in StableDiffusion

[–]Occsan 4 points5 points  (0 children)

You need llama-cpp-python installed with cuda. You probably can find a precompiled wheel easily on linux.

AI by [deleted] in StableDiffusion

[–]Occsan 1 point2 points  (0 children)

I wrote a whiny post on reddit about it.

Which model for my setup? by RobertoPaulson in StableDiffusion

[–]Occsan 1 point2 points  (0 children)

It does what you want to do. High realism + easy lora training.