fix ideogram style types (#100)

This commit is contained in:
thot experiment 2025-05-01 11:34:03 -07:00 committed by GitHub
parent 5bc1aeaf45
commit dec4dd9858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -417,7 +417,7 @@ class IdeogramV2(ComfyNodeABC):
"style_type": ( "style_type": (
IO.COMBO, IO.COMBO,
{ {
"options": ["NONE", "ANIME", "CINEMATIC", "CREATIVE", "DIGITAL_ART", "PHOTOGRAPHIC"], "options": ["AUTO", "GENERAL", "REALISTIC", "DESIGN", "RENDER_3D", "ANIME"],
"default": "NONE", "default": "NONE",
"tooltip": "Style type for generation (V2 only)", "tooltip": "Style type for generation (V2 only)",
}, },