John6666 commited on
Commit
40ea453
1 Parent(s): 957b312

Upload dc.py

Browse files
Files changed (1) hide show
  1. dc.py +4 -0
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