From dec4dd9858af155dc89d5754f14e02484b5a7b45 Mon Sep 17 00:00:00 2001 From: thot experiment <94414189+thot-experiment@users.noreply.github.com> Date: Thu, 1 May 2025 11:34:03 -0700 Subject: [PATCH] fix ideogram style types (#100) --- comfy_api_nodes/nodes_ideogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api_nodes/nodes_ideogram.py b/comfy_api_nodes/nodes_ideogram.py index 51e81286f..4ac871624 100644 --- a/comfy_api_nodes/nodes_ideogram.py +++ b/comfy_api_nodes/nodes_ideogram.py @@ -417,7 +417,7 @@ class IdeogramV2(ComfyNodeABC): "style_type": ( IO.COMBO, { - "options": ["NONE", "ANIME", "CINEMATIC", "CREATIVE", "DIGITAL_ART", "PHOTOGRAPHIC"], + "options": ["AUTO", "GENERAL", "REALISTIC", "DESIGN", "RENDER_3D", "ANIME"], "default": "NONE", "tooltip": "Style type for generation (V2 only)", },