BBrother commited on
Commit
8e5aaf1
1 Parent(s): 373962b

Update v2_3.py

Browse files
Files changed (1) hide show
  1. v2_3.py +0 -6
v2_3.py CHANGED
@@ -252,8 +252,6 @@ if T2I_:
252
  for url, output_path in urls_and_outputs:
253
  run_wget(url, output_path)
254
 
255
- import fileinput
256
- import os
257
 
258
  # 定义要操作的文件路径
259
  launch_py_path = "/bushu/ui/launch.py"
@@ -798,7 +796,3 @@ subprocess.run(["cd", "/bushu/ui"], shell=True)
798
  # 安装requirements.txt中的依赖项
799
  subprocess.run(["pip", "install", "-r", "/bushu/ui/requirements.txt"])
800
 
801
-
802
-
803
- #python launch.py --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queu --multiple --no-download-sd-model --share
804
- #python launch.py --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --no-download-sd-model --share
 
252
  for url, output_path in urls_and_outputs:
253
  run_wget(url, output_path)
254
 
 
 
255
 
256
  # 定义要操作的文件路径
257
  launch_py_path = "/bushu/ui/launch.py"
 
796
  # 安装requirements.txt中的依赖项
797
  subprocess.run(["pip", "install", "-r", "/bushu/ui/requirements.txt"])
798