Spaces:
Running
on
Zero
Running
on
Zero
Upload dc.py
Browse files
dc.py
CHANGED
@@ -782,6 +782,10 @@ def _infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidanc
|
|
782 |
return gr.update(visible=True)
|
783 |
|
784 |
|
|
|
|
|
|
|
|
|
785 |
def pass_result(result):
|
786 |
return result
|
787 |
|
|
|
782 |
return gr.update(visible=True)
|
783 |
|
784 |
|
785 |
+
infer.zerogpu = True
|
786 |
+
_infer.zerogpu = True
|
787 |
+
|
788 |
+
|
789 |
def pass_result(result):
|
790 |
return result
|
791 |
|