Skip to content

Commit a958385

Browse files
author
Peyton
committed
Removed .detach() from script example.
1 parent 4b6197d commit a958385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main():
102102
)
103103
104104
saveimage_19 = saveimage.save_images(
105-
filename_prefix="ComfyUI", images=vaedecode_17[0].detach()
105+
filename_prefix="ComfyUI", images=vaedecode_17[0]
106106
)
107107
108108

0 commit comments

Comments
 (0)