[diffusion] model: support Ideogram4 NVFP4 (#27379)

This commit is contained in:
Mick
2026-06-06 11:14:28 +08:00
committed by GitHub
parent e8668508d1
commit bf66b7b6da
24 changed files with 1342 additions and 59 deletions
+2
View File
@@ -34,6 +34,8 @@ logger = logging.getLogger(__name__)
KNOWN_NON_DIFFUSERS_DIFFUSION_MODEL_PATTERNS: dict[str, str] = {
"hunyuan3d": "Hunyuan3D2Pipeline",
"flux.2-dev-nvfp4": "Flux2NvfpPipeline",
"comfy-org/ideogram-4": "Ideogram4Nvfp4Pipeline",
"comfy-org--ideogram-4": "Ideogram4Nvfp4Pipeline",
}