ComfyUI_ExtraModels icon indicating copy to clipboard operation
ComfyUI_ExtraModels copied to clipboard

Support for miscellaneous image models. Currently supports: DiT, PixArt, HunYuanDiT, MiaoBi, and a few VAEs.

Results 65 ComfyUI_ExtraModels issues
Sort by recently updated
recently updated
newest added

I saw the optimisation article about pixart-alpha in this link and tried that optimisation script, My graphics card is 1070ti ,Memory is 16G and it runs perfectly fine, hopefully this...

the fp8 storage type is introduced in https://github.com/comfyanonymous/ComfyUI/issues/2157 which significantly reduce vram usage, so I wonder whether pixart models have supported yet?

Error occurred when executing T5TextEncode: Tensor on device cpu is not on the expected device meta! File "C:\Users\strau\ComfyUI\execution.py", line 154, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "C:\Users\strau\ComfyUI\execution.py", line...

Here is the HF Repo: [https://huggingface.co/Tencent-Hunyuan/HunyuanDiT#using-gradio](https://huggingface.co/Tencent-Hunyuan/HunyuanDiT#using-gradio)

current Timm in requirement causing conflict with many new , nodes using the new timm .

Thank you for answering my eariler questions. Now I have updated my pytorch and cuda version and use sd 1.5 models for vae. But due to my limited disk storage,...

Error reported when using HunYuan DiT: RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! It seems that both CPU...

大佬能不能移植一下这个:https://github.com/tyxsspa/AnyText,到comfyui,这么好一个项目怎么没人弄呢,生成文字不是挺刚需的嘛。

Hello, I have been working with the hunyuan dit library and I've noticed that the results I'm getting are not completely consistent with the ones produced by the official sample.py...

This PR adds a Github Action (publish-node-action) that will run whenever the pyproject.toml file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR)....