ACCA225 commited on
Commit
c53b4df
1 Parent(s): acdcf81

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +5 -3
app2.py CHANGED
@@ -192,7 +192,8 @@ try:
192
  #"https://kkgithub.com/modelscope/facechain.git",
193
  "https://openi.pcl.ac.cn/2575044704/sd-webui-controlnet",
194
  "https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
195
- "https://openi.pcl.ac.cn/2575044704/sd-webui-depth-lib"
 
196
  ]
197
  suffix_1 = "Nyan9"
198
  suffix_2 = "BiliBili"
@@ -364,9 +365,9 @@ try:
364
  time.sleep(500)
365
 
366
  #keepliving_thread = threading.Thread(target=session_saver)
367
- net_thread = threading.Thread(target=zrok)
368
 
369
- net_thread.start()
370
  #keepliving_thread.start()
371
 
372
  start_thread = threading.Thread(target=start)
@@ -383,6 +384,7 @@ try:
383
  monitor_gpu()
384
 
385
  #keepliving_thread.join()
 
386
  time.sleep(9999999)
387
  except Exception as e:
388
  print("执行这个线程的时候发生重大错误:", e)
 
192
  #"https://kkgithub.com/modelscope/facechain.git",
193
  "https://openi.pcl.ac.cn/2575044704/sd-webui-controlnet",
194
  "https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
195
+ "https://openi.pcl.ac.cn/2575044704/sd-webui-depth-lib",
196
+ "https://openi.pcl.ac.cn/Echoflare/letest"
197
  ]
198
  suffix_1 = "Nyan9"
199
  suffix_2 = "BiliBili"
 
365
  time.sleep(500)
366
 
367
  #keepliving_thread = threading.Thread(target=session_saver)
368
+ #net_thread = threading.Thread(target=zrok)
369
 
370
+ #net_thread.start()
371
  #keepliving_thread.start()
372
 
373
  start_thread = threading.Thread(target=start)
 
384
  monitor_gpu()
385
 
386
  #keepliving_thread.join()
387
+ print("Error")
388
  time.sleep(9999999)
389
  except Exception as e:
390
  print("执行这个线程的时候发生重大错误:", e)