内置节点
简体中文
为Recraft图像生成设置Logo栅格风格的辅助节点
class RecraftStyleV3LogoRasterNode(RecraftStyleV3RealisticImageNode): """ 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
此页面对您有帮助吗?