mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 03:27:03 +08:00
Add preview to Save SVG node (#74)
This commit is contained in:
parent
1af6fd53bb
commit
ae436ac3b8
@ -91,7 +91,7 @@ class SaveSVGNode:
|
|||||||
"type": self.type
|
"type": self.type
|
||||||
})
|
})
|
||||||
counter += 1
|
counter += 1
|
||||||
return (None,)
|
return { "ui": { "images": results } }
|
||||||
|
|
||||||
|
|
||||||
class RecraftColorRGBNode:
|
class RecraftColorRGBNode:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user