move SVG to core (#7982)

* move SVG to core

* fix workflow embedding w/ unicode characters
This commit is contained in:
thot experiment
2025-05-09 10:46:34 -07:00
committed by GitHub
parent 8ab15c863c
commit 28f178a840
3 changed files with 107 additions and 106 deletions

View File

@@ -81,7 +81,6 @@ class RecraftStyle:
class RecraftIO:
STYLEV3 = "RECRAFT_V3_STYLE"
SVG = "SVG" # TODO: if acceptable, move into ComfyUI's typing class
COLOR = "RECRAFT_COLOR"
CONTROLS = "RECRAFT_CONTROLS"