Update su.py
Browse files
su.py
CHANGED
@@ -92,83 +92,47 @@ def find_user_by_Aliyun_id(Aliyun_id):
|
|
92 |
return None
|
93 |
|
94 |
def webui():
|
95 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
96 |
aria2(url, "webui.py", "/mnt")
|
97 |
subprocess.run(["python", "/mnt/webui.py"])
|
98 |
print("\n\033[42m webui success\033[0m\n")
|
99 |
|
100 |
def forge():
|
101 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
102 |
aria2(url, "forge.py", "/mnt")
|
103 |
subprocess.run(["python", "/mnt/forge.py"])
|
104 |
print("\n\033[42m forge success\033[0m\n")
|
105 |
|
106 |
def forgeflux():
|
107 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
108 |
aria2(url, "forgeflux.py", "/mnt")
|
109 |
subprocess.run(["python", "/mnt/forgeflux.py"])
|
110 |
print("\n\033[42m forgeflux success\033[0m\n")
|
111 |
|
112 |
def comfyui():
|
113 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
114 |
aria2(url, "comfyui.py", "/mnt")
|
115 |
subprocess.run(["python", "/mnt/comfyui.py"])
|
116 |
print("\n\033[42m comfyui success\033[0m\n")
|
117 |
|
118 |
def comfyuiflux():
|
119 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
120 |
aria2(url, "comfyuiflux.py", "/mnt")
|
121 |
subprocess.run(["python", "/mnt/comfyuiflux.py"])
|
122 |
print("\n\033[42m comfyuiflux success\033[0m\n")
|
123 |
|
124 |
def fooocus():
|
125 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
126 |
aria2(url, "fooocus.py", "/mnt")
|
127 |
subprocess.run(["python", "/mnt/fooocus.py"])
|
128 |
print("\n\033[42m fooocus success\033[0m\n")
|
129 |
|
130 |
def facefusion():
|
131 |
-
url = "https://modelscope.cn/models/luotianyi666/
|
132 |
aria2(url, "facefusion.py", "/mnt")
|
133 |
subprocess.run(["python", "/mnt/facefusion.py"])
|
134 |
print("\n\033[42m facefusion success\033[0m\n")
|
135 |
|
136 |
-
# def sd3():
|
137 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/sd3.py"
|
138 |
-
# aria2(url, "sd3.py", "/mnt")
|
139 |
-
# subprocess.run(["python", "/mnt/sd3.py"])
|
140 |
-
# print("\n\033[42m sd3 success\033[0m\n")
|
141 |
-
|
142 |
-
# def PaintsUNDO():
|
143 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/PaintsUNDO.py"
|
144 |
-
# aria2(url, "PaintsUNDO.py", "/mnt")
|
145 |
-
# subprocess.run(["python", "/mnt/PaintsUNDO.py"])
|
146 |
-
# print("\n\033[42m PaintsUNDO success\033[0m\n")
|
147 |
-
|
148 |
-
# def IClight():
|
149 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/IClight.py"
|
150 |
-
# aria2(url, "IClight.py", "/mnt")
|
151 |
-
# subprocess.run(["python", "/mnt/IClight.py"])
|
152 |
-
# print("\n\033[42m IClight success\033[0m\n")
|
153 |
-
|
154 |
-
# def ChatTTS():
|
155 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/ChatTTS.py"
|
156 |
-
# aria2(url, "ChatTTS.py", "/mnt")
|
157 |
-
# subprocess.run(["python", "/mnt/ChatTTS.py"])
|
158 |
-
# print("\n\033[42m ChatTTS success\033[0m\n")
|
159 |
-
|
160 |
-
# def Omost():
|
161 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/Omost.py"
|
162 |
-
# aria2(url, "Omost.py", "/mnt")
|
163 |
-
# subprocess.run(["python", "/mnt/Omost.py"])
|
164 |
-
# print("\n\033[42m Omost success\033[0m\n")
|
165 |
-
|
166 |
-
# def LivePortrait():
|
167 |
-
# url = "https://modelscope.cn/models/luotianyi666/oenkey-pyfile/resolve/master/LivePortrait.py"
|
168 |
-
# aria2(url, "LivePortrait.py", "/mnt")
|
169 |
-
# subprocess.run(["python", "/mnt/LivePortrait.py"])
|
170 |
-
# print("\n\033[42m LivePortrait success\033[0m\n")
|
171 |
-
|
172 |
def main():
|
173 |
# if not checkregion():
|
174 |
# return
|
|
|
92 |
return None
|
93 |
|
94 |
def webui():
|
95 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/webui.py"
|
96 |
aria2(url, "webui.py", "/mnt")
|
97 |
subprocess.run(["python", "/mnt/webui.py"])
|
98 |
print("\n\033[42m webui success\033[0m\n")
|
99 |
|
100 |
def forge():
|
101 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/forge.py"
|
102 |
aria2(url, "forge.py", "/mnt")
|
103 |
subprocess.run(["python", "/mnt/forge.py"])
|
104 |
print("\n\033[42m forge success\033[0m\n")
|
105 |
|
106 |
def forgeflux():
|
107 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/forgeflux.py"
|
108 |
aria2(url, "forgeflux.py", "/mnt")
|
109 |
subprocess.run(["python", "/mnt/forgeflux.py"])
|
110 |
print("\n\033[42m forgeflux success\033[0m\n")
|
111 |
|
112 |
def comfyui():
|
113 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/comfyui.py"
|
114 |
aria2(url, "comfyui.py", "/mnt")
|
115 |
subprocess.run(["python", "/mnt/comfyui.py"])
|
116 |
print("\n\033[42m comfyui success\033[0m\n")
|
117 |
|
118 |
def comfyuiflux():
|
119 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/comfyuiflux.py"
|
120 |
aria2(url, "comfyuiflux.py", "/mnt")
|
121 |
subprocess.run(["python", "/mnt/comfyuiflux.py"])
|
122 |
print("\n\033[42m comfyuiflux success\033[0m\n")
|
123 |
|
124 |
def fooocus():
|
125 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/fooocus.py"
|
126 |
aria2(url, "fooocus.py", "/mnt")
|
127 |
subprocess.run(["python", "/mnt/fooocus.py"])
|
128 |
print("\n\033[42m fooocus success\033[0m\n")
|
129 |
|
130 |
def facefusion():
|
131 |
+
url = "https://modelscope.cn/models/luotianyi666/onekey-pyfile/resolve/master/facefusion.py"
|
132 |
aria2(url, "facefusion.py", "/mnt")
|
133 |
subprocess.run(["python", "/mnt/facefusion.py"])
|
134 |
print("\n\033[42m facefusion success\033[0m\n")
|
135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
def main():
|
137 |
# if not checkregion():
|
138 |
# return
|