Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
44f3ce5
1
Parent(s):
cc3a6ed
modules/default_pipeline.py
CHANGED
@@ -46,4 +46,4 @@ def process(positive_prompt, negative_prompt, width=1280, height=960, batch_size
|
|
46 |
|
47 |
close_all_preview()
|
48 |
|
49 |
-
return images
|
|
|
46 |
|
47 |
close_all_preview()
|
48 |
|
49 |
+
return images * 2
|