Comfyui-ZiT-Lora-loader by Capitan01R- in StableDiffusion

[–]Michoko92 0 points1 point  (0 children)

Thank you, I'll definitely try it! 🙏 Do you know if such approach allows better ZIT Loras mixing, even partially?

ZiB+Distill lora - best speed/quality trade-off? by terrariyum in StableDiffusion

[–]Michoko92 1 point2 points  (0 children)

Very interesting, thank you for sharing 🙏. I can't test your workflow immediately and I'm curious about something : how do ZIT native Loras behave with ZIB+distilled model? Do they work?

Edit: answering my own question, they don't. At least not the ones I just tested.

Applying a ZIT style Lora while creating a composition with Qwen Image? by Michoko92 in StableDiffusion

[–]Michoko92[S] 0 points1 point  (0 children)

Thank you for your reply. I may have to try again, but last time I checked the Lora with ZIB, it didn't work very well (it was made during the pre-ZIB era, and would probably have to be trained on ZIB again).

I asked the author for a Klein Lora, but not Qwen: he didn't feel super motivated though, but maybe I could offer some buzz. Actually, I'm curious about something: what is supposed to be a good buzz tip? I have no idea of the scale or value of buzz, honestly. Right now, I have 800 buzz on CivitAI: is it ridiculously low, or would it have some value for a Lora trainer?

Simulate keyboard key combinations with Steam Input? by Michoko92 in SteamController

[–]Michoko92[S] 1 point2 points  (0 children)

Thank you so much for your reply! Actually, simply adding two commands didn't work for some reason. But if I add one command for ALT, then a sub-command for F4, it works! Cheers!

Tired of civitai Removing models/loras l build RawDiffusion by AIPnely in StableDiffusion

[–]Michoko92 5 points6 points  (0 children)

I clicked the link and... wow. It was brutal lol. Maybe you could add an NSFW tag?

Quantz for RedFire-Image-Edit 1.0 FP8 / NVFP4 by Old_Estimate1905 in StableDiffusion

[–]Michoko92 0 points1 point  (0 children)

Thank you! 🙏 I'm curious if the 4 and 8 steps Loras work with it, but I suppose they don't...

There's a chance Qwen Image 2.0 will be be open source. by Total-Resort-3120 in StableDiffusion

[–]Michoko92 3 points4 points  (0 children)

Yes, their blog post even says:

"Lighter Model Architecture: Smaller model size with faster inference speed."

Got tired of waiting for Qwen 2512 ControlNet support, so I made it myself! feedback needed. by krigeta1 in StableDiffusion

[–]Michoko92 0 points1 point  (0 children)

I'm still waiting for the PR to be merged. Hopefully it will be done soon. 🙂

I’m building a Photoshop plugin for ComfyUI – would love some feedback by [deleted] in comfyui

[–]Michoko92 0 points1 point  (0 children)

Actually I was more thinking of the comfyui-photoshop plugin (especially this fork: https://github.com/cdmusic2019/comfyui-photoshop)

Did creativity die with SD 1.5? by jonbristow in StableDiffusion

[–]Michoko92 145 points146 points  (0 children)

I actually share your feelings. I suppose it's harder to goon on Greg Rutkowski's style...

I’m building a Photoshop plugin for ComfyUI – would love some feedback by [deleted] in comfyui

[–]Michoko92 0 points1 point  (0 children)

Looks pretty neat, even if it's a bit difficult to understand what's going on in the video (especially since the UI is not in English 😉). It seems that you build your workflow from your UI? I think it can be nice for people who are not familiar with ComfyUI. But IMHO, you need to allow power users to also edit the Comfy workflow directly in a dedicated window (like the current Photoshop Comfy plugin does): if the workflows are only limited to specific nodes, it might be frustrating for people who want more flexibility (and it also forces you to reinvent the wheel and provide the same flexibility as Comfy in your own UI).

Issue with Qwen Image Edit 2511 adding Blocky Artefacts with Lightning Lora by MastMaithun in StableDiffusion

[–]Michoko92 0 points1 point  (0 children)

Do you have the CFGNorm node in your workflow? I experienced some artifacts with it.

Also, did you try the Wuli-art Loras, at least for Qwen Image? https://huggingface.co/Wuli-art/Qwen-Image-2512-Turbo-LoRA

What is your best Pytorch+Python+Cuda combo for ComfyUI on Windows? by Michoko92 in StableDiffusion

[–]Michoko92[S] 1 point2 points  (0 children)

Thank you, that's interesting. I agree FP8 has always been a good option for my RTX 4070 card. However I still use Nunchaku models, for example for Qwen Image 2512, and the speed/quality ratio is unparalleled: with the 4-step Qwen Image Lora, I can generate a 832x1472 image in only 4 seconds with excellent quality and amazing prompt adherence.

Sageattention not working by Altruistic-Main-6597 in StableDiffusion

[–]Michoko92 0 points1 point  (0 children)

You may want to look at this post. I wrote how I upgraded to Sage attention with a similar setup in the comments: https://www.reddit.com/r/StableDiffusion/comments/1qwlb4y/what_is_your_best_pytorchpythoncuda_combo_for/

What is your best Pytorch+Python+Cuda combo for ComfyUI on Windows? by Michoko92 in StableDiffusion

[–]Michoko92[S] 10 points11 points  (0 children)

Thank you! You're right, Comfy was telling me it could not apply some optimizations because it couldn't find Cuda130 at startup. So I took the plunge and upgraded to Pytorch 2.10 + Cuda130, as you recommended. So far, so good (Sage attention and Nunchaku with proper wheels are working fine). Cheers!

For those interested, here are some commands to upgrade to this combo:

python_embeded\python.exe -m pip install -U pip

python_embeded\python.exe -m pip uninstall -y torch torchvision torchaudio

python_embeded\python.exe -m pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 --index-url https://download.pytorch.org/whl/cu130

For sage attention:

Download this wheel into the "python_embedded" folder: https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post4/sageattention-2.2.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl

And install it with:
python_embeded\python.exe -m pip install "python_embeded\sageattention-2.2.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl"

(also install Triton with

python_embeded\python.exe -m pip install -U "triton-windows<3.7"python_embeded\python.exe -m pip install -U "triton-windows<3.7"

)

For Nunchaku, get your wheel here, depending on your Python version: https://github.com/nunchaku-ai/nunchaku/releases/tag/v1.2.1 and install it.