John6666 commited on
Commit
2a4be46
1 Parent(s): e9a2b09

Upload dc.py

Browse files
Files changed (1) hide show
  1. dc.py +1 -1
dc.py CHANGED
@@ -123,7 +123,7 @@ print('\033[33m🏁 Download and listing of valid models completed.\033[0m')
123
 
124
  ## BEGIN MOD
125
  class GuiSD:
126
- def __init__(self, stream=True):
127
  self.model = None
128
  self.status_loading = False
129
  self.sleep_loading = 4
 
123
 
124
  ## BEGIN MOD
125
  class GuiSD:
126
+ def __init__(self, stream=False):
127
  self.model = None
128
  self.status_loading = False
129
  self.sleep_loading = 4