ComfyUI_ExtraModels
ComfyUI_ExtraModels copied to clipboard
Support for miscellaneous image models. Currently supports: DiT, PixArt, HunYuanDiT, MiaoBi, and a few VAEs.
Hi, using your's example workflow, give me this error: KSampler Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking...
Downloaded the VAE from here: https://huggingface.co/mit-han-lab/dc-ae-f32c32-sana-1.0-diffusers/tree/main I'm getting a black screen for now, but there seems to be many missing layers... This is on Windows 11. ``` got prompt Missing...
PixArt and SANA need fix code for newer xformers ```python if (xformers.__version__).split(".")[2] >= "28": attn_bias = xformers.ops.fmha.attn_bias.BlockDiagonalMask.from_seqlens([N] * B, mask) else: attn_bias = xformers.ops.fmha.BlockDiagonalMask.from_seqlens([N] * B, mask) ```
https://pastebin.com/QfwE4HJF
Hi, First, thank you for creating such a game-changing tool. Its power is immense, but let's be honest: the vast ocean of custom nodes can be intimidating for many. We...