mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 17:07:11 +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": (
|
"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)",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user