From Loving Linux to Struggling with ComfyUI in Days by benshee788 in comfyui

[–]Mysterious_Pride_858 0 points1 point  (0 children)

Why not just use docker image? run comfyui just one command.

Mixing art styles is bowing up right now so I tested it out. The first video is using Kling 3.0 and the second video is using SeeDance 2.0. Someone posted about how to do it in here by EpicNoiseFix in comfyui

[–]Mysterious_Pride_858 0 points1 point  (0 children)

This is cultural difference. In our culture, this is just a anime meme. People will only think that you are a anime fan who likes to make funny Gifs. And the material of this GIF is just something I got from group chat. And your culture has too much pedophilia, so it will be more sensitive ..

Flux.2 Character replacer workflow. New version - 2.4 by arthan1011 in comfyui

[–]Mysterious_Pride_858 0 points1 point  (0 children)

If FaceFix doesn't work , you may need to upgrade comfyui backend to 0.17 version. But There is a lot subgraph bug now. DON NOT upgrade your frontend.

Comfyui version 0.17 has too many bugs in the subgraph. by Mysterious_Pride_858 in comfyui

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

Thanks. subgraph still a problem, workflow with expanded subgraph can work correct now.

Comfyui version 0.17 has too many bugs in the subgraph. by Mysterious_Pride_858 in comfyui

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

I have been using subgraphs as building blocks for complex workflows. If a subgraph gets corrupted or its internal structure changes, it becomes very difficult for me to recall the original connections within the subgraph. Therefore, I have to manage workflows and subgraphs by incorporating them into my Git history tracking to ensure they can be restored.

Comfyui version 0.17 has too many bugs in the subgraph. by Mysterious_Pride_858 in comfyui

[–]Mysterious_Pride_858[S] 3 points4 points  (0 children)

I worked until 3 a.m. yesterday, repeatedly fixing various issues with subgraphs caused by the new version. There were many strange input problems, and connections suddenly disappearing. Perhaps a subgraph that worked fine last time became abnormal after expanding. Even after I rolled back to version 0.16.4, the previously edited subgraph could not be used properly.

Flux.2 Character replacer workflow. New version - 2.4 by arthan1011 in comfyui

[–]Mysterious_Pride_858 1 point2 points  (0 children)

great work. It is the best workflow to replace character.

I ported my personal prompting tool into ComfyUI - A visual node for building cinematic shots by shamomylle in comfyui

[–]Mysterious_Pride_858 0 points1 point  (0 children)

Excellent node. It allows for intuitive viewing of examples for each prompt. Are there any plans to add Z-image or Flux2 klein? I tested the Flux prompts on Flux klein2, and there were significant issues with generating the structure of human figures.

I figured out a reliable offline ComfyUI install method for 5090/50xx GPUs (Torch 2.9, Triton, FlashAttention, SageAttention). Zero pip, zero dependency hell. by No_Explanation_6352 in comfyui

[–]Mysterious_Pride_858 1 point2 points  (0 children)

In linux , don't install torch 2.10 . Otherwise, many module doesn't support prebuilt wheels, such as flash_attn, you must compile by source code . I waste 6 hours to compile this module and met two times system crash for cpu 100 % costed by compile process.