mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 12:57:09 +08:00
Add Realistic Image and Logo Raster styles for Recraft v3 (#38)
This commit is contained in:
parent
a0b991c4ba
commit
0fcf869c9e
@ -1910,6 +1910,14 @@ class RecraftStyleV3LogoRasterNode(RecraftStyleV3RealisticImageNode):
|
|||||||
Select vector_illustration style and optional substyle.
|
Select vector_illustration style and optional substyle.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def INPUT_TYPES(s):
|
||||||
|
return {
|
||||||
|
"required": {
|
||||||
|
"substyle": (get_v3_substyles(s.RECRAFT_STYLE, include_none=False),),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
RECRAFT_STYLE = RecraftStyleV3.logo_raster
|
RECRAFT_STYLE = RecraftStyleV3.logo_raster
|
||||||
|
|
||||||
|
|
||||||
@ -2183,10 +2191,10 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"LumaReferenceNode": LumaReferenceNode,
|
"LumaReferenceNode": LumaReferenceNode,
|
||||||
"LumaConceptsNode": LumaConceptsNode,
|
"LumaConceptsNode": LumaConceptsNode,
|
||||||
"RecraftTextToImageNode": RecraftTextToImageNode,
|
"RecraftTextToImageNode": RecraftTextToImageNode,
|
||||||
# "RecraftStyleV3RealisticImage": RecraftStyleV3RealisticImageNode,
|
"RecraftStyleV3RealisticImage": RecraftStyleV3RealisticImageNode,
|
||||||
"RecraftStyleV3DigitalIllustration": RecraftStyleV3DigitalIllustrationNode,
|
"RecraftStyleV3DigitalIllustration": RecraftStyleV3DigitalIllustrationNode,
|
||||||
|
"RecraftStyleV3LogoRaster": RecraftStyleV3LogoRasterNode,
|
||||||
# "RecraftStyleV3VectorIllustration": RecraftStyleV3VectorIllustrationNode,
|
# "RecraftStyleV3VectorIllustration": RecraftStyleV3VectorIllustrationNode,
|
||||||
# "RecraftStyleV3LogoRaster": RecraftStyleV3LogoRasterNode,
|
|
||||||
"MinimaxTextToVideoNode": MinimaxTextToVideoNode,
|
"MinimaxTextToVideoNode": MinimaxTextToVideoNode,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user