mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 12:57:06 +08:00
fix ideogram style types (#100)
This commit is contained in:
parent
5bc1aeaf45
commit
dec4dd9858
@ -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)",
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user