File size: 14,845 Bytes
5282062
4c6fd94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60e6cad
 
5282062
60e6cad
8faeca4
60e6cad
 
6156469
60e6cad
 
 
 
 
 
 
6156469
 
99b5e5c
5282062
95da5df
755b12c
 
 
 
5282062
 
319fdc5
4f5c270
 
 
319fdc5
5282062
d0514ac
5282062
99b5e5c
5282062
 
90a6b11
5282062
 
 
 
 
 
 
 
 
 
 
 
 
48eda24
5282062
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cca8a8
 
 
 
 
 
 
5282062
1cca8a8
8ebaa17
1cca8a8
 
1612e76
1cca8a8
ee18c52
 
 
592b55e
99b5e5c
 
 
bf39d4f
 
 
 
 
 
4c6fd94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99b5e5c
 
 
f8c9d8f
ee18c52
99b5e5c
91f0a8c
99b5e5c
 
 
 
 
 
 
 
 
 
 
 
 
ee18c52
50160e5
2b3da7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3cb944f
ee18c52
 
122ceef
 
 
 
 
 
ee41ca5
dfbd363
4c6fd94
44d287e
106385e
 
 
 
 
 
 
 
 
 
 
 
 
ee41ca5
106385e
 
 
 
44d287e
3519533
106385e
3519533
ee18c52
f8c9d8f
ee41ca5
ee18c52
 
 
 
 
ee41ca5
1cca8a8
ee18c52
 
 
8fa141c
c7d81b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
import os
import threading
#使用的库
from pathlib import Path
import subprocess
import pandas as pd
import shutil
import os
import time
import re
import gc
import requests
import zipfile
import threading
import time
import socket
from concurrent.futures import ProcessPoolExecutor
import subprocess

# import wandb
def notbook():
    os.system("pip install pyngrok")
    os.system("pip install jupyterlab")
    # 构建命令字符串
    ngrok_command = f"ngrok http 8889 --authtoken=2KPyfzQrHit97J02tARy1ckHJYd_69rJbgjpjnVVeuXD3j9tv"
    jupyter_command = "jupyter-lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/ --port=8889 --LabApp.token= --LabApp.allow_origin=* --LabApp.base_url="
    
    # 启动 ngrok 进程
    ngrok_process = subprocess.Popen(ngrok_command, shell=True)
    
    # 启动 Jupyter 进程
    jupyter_process = subprocess.Popen(jupyter_command, shell=True)
    #os.system(f"ngrok tunnel --authtoken={ngrok_token} --region=ap http://localhost:8888 & python jupyter-lab --ServerApp.shutdown_no_activity_timeout=1800 --TerminalManager.cull_inactive_timeout=1800 --TerminalManager.cull_interval=300 --MappingKernelManager.cull_idle_timeout=1800 --MappingKernelManager.cull_interval=300 --MappingKernelManager.cull_connected=True --MappingKernelManager.cull_busy=True --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/ --port=8888 --LabApp.token= --LabApp.allow_origin=* --LabApp.base_url=")

os.system("pip install nvidia-ml-py3")
os.chdir(f"/home/xlab-app-center")
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui22 /home/xlab-app-center/stable-diffusion-webui")
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui22 /home/xlab-app-center/stable-diffusion-webui")
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui22 /home/xlab-app-center/stable-diffusion-webui")
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui22 /home/xlab-app-center/stable-diffusion-webui")
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui22 /home/xlab-app-center/stable-diffusion-webui")
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
#os.system(f"git lfs install")
#os.system(f"git reset --hard")
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")

os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/extensions")
os.system(f"rm -rf ./batchlinks-webui")
plugins = [
    "https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui-localization-zh_CN2",
    "https://gitcode.net/ranting8323/multidiffusion-upscaler-for-automatic1111",
    "https://gitcode.net/ranting8323/adetailer",
    #"https://gitcode.net/ranting8323/sd-webui-prompt-all-in-one",
    "https://gitcode.net/ranting8323/sd-webui-inpaint-anything",
    "https://gitcode.net/ranting8323/a1111-sd-webui-tagcomplete",
    "https://gitcode.net/nightaway/sd-webui-infinite-image-browsing",
    "https://openi.pcl.ac.cn/2575044704/sd-extension-system-info",
    "https://openi.pcl.ac.cn/2575044704/batchlinks-webui"
]

for plugin in plugins:
    os.system(f"git clone {plugin}")
os.makedirs('/home/xlab-app-center/stable-diffusion-webui/models/adetailer', exist_ok=True)
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/models/adetailer")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/Bingsu/adetailer/resolve/main/hand_yolov8s.pt -d /home/xlab-app-center/stable-diffusion-webui/models/adetailer -o hand_yolov8s.pt")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/Bingsu/adetailer/resolve/main/hand_yolov8n.pt -d /home/xlab-app-center/stable-diffusion-webui/models/adetailer -o hand_yolov8n.pt")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/datasets/ACCC1380/private-model/resolve/main/kaggle/input/museum/131-half.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Stable-diffusion -o [作者自己融的默认二次元模型].safetensors")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/datasets/ACCC1380/private-model/resolve/main/ba.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Lora -o ba.safetensors")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/datasets/ACCC1380/private-model/resolve/main/racaco2.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Lora -o racaco2.safetensors")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/coinz/Add-detail/resolve/main/add_detail.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Lora -o add_detail.safetensors")
os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/datasets/VASVASVAS/vae/resolve/main/pastel-waifu-diffusion.vae.pt -d /home/xlab-app-center/stable-diffusion-webui/models/VAE -o pastel-waifu-diffusion.vae.pt")
# os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://download.openxlab.org.cn/models/camenduru/sdxl-refiner-1.0/weight//sd_xl_refiner_1.0.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Stable-diffusion -o sd_xl_refiner_1.0.safetensors")
# os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://download.openxlab.org.cn/models/camenduru/cyber-realistic/weight//cyberrealistic_v32.safetensors -d /home/xlab-app-center/stable-diffusion-webui/models/Stable-diffusion -o cyberrealistic_v32.safetensors")
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
print('webui launching...')
package_envs = [
    {"env": "STABLE_DIFFUSION_REPO", "url": os.environ.get('STABLE_DIFFUSION_REPO', "https://gitcode.net/overbill1683/stablediffusion")},
    {"env": "STABLE_DIFFUSION_XL_REPO", "url": os.environ.get('STABLE_DIFFUSION_XL_REPO', "https://gitcode.net/overbill1683/generative-models")},
    {"env": "K_DIFFUSION_REPO", "url": os.environ.get('K_DIFFUSION_REPO', "https://gitcode.net/overbill1683/k-diffusion")},
    {"env": "CODEFORMER_REPO", "url": os.environ.get('CODEFORMER_REPO', "https://gitcode.net/overbill1683/CodeFormer")},
    {"env": "BLIP_REPO", "url": os.environ.get('BLIP_REPO', "https://gitcode.net/overbill1683/BLIP")},
]
os.environ["PIP_INDEX_URL"] = "https://mirrors.aliyun.com/pypi/simple/"
for i in package_envs:
    os.environ[i["env"]] = i["url"]

import os
import time
import wandb

import os
import time
import wandb

# WandB登录
os.system('wandb login 5c00964de1bb95ec1ab24869d4c523c59e0fb8e3')

# 初始化WandB项目
wandb.init(project="gpu-temperature-monitor")

import os
import threading
import wandb
import time
import time
import nvidia_smi
import wandb
def remove_restart():
    os.chdir("/home/xlab-app-center/stable-diffusion-webui/html")
    os.system("rm ./footer.html && wget -O footer.html https://hf-mirror.com/datasets/ACCA225/openxlab/resolve/main/footer.html")
    os.chdir("/home/xlab-app-center/stable-diffusion-webui/modules")
    os.system("rm ./ui_settings.py && wget -O ui_settings.py https://hf-mirror.com/datasets/ACCA225/openxlab/resolve/main/ui_settings.py ")
remove_restart()
show_shell_info = False
def run(command, cwd=None, desc=None, errdesc=None, custom_env=None,try_error:bool=True) -> str:
    global show_shell_info
    if desc is not None:
        print(desc)

    run_kwargs = {
        "args": command,
        "shell": True,
        "cwd": cwd,
        "env": os.environ if custom_env is None else custom_env,
        "encoding": 'utf8',
        "errors": 'ignore',
    }

    if not show_shell_info:
        run_kwargs["stdout"] = run_kwargs["stderr"] = subprocess.PIPE

    result = subprocess.run(**run_kwargs)

    if result.returncode != 0:
        error_bits = [
            f"{errdesc or 'Error running command'}.",
            f"Command: {command}",
            f"Error code: {result.returncode}",
        ]
        if result.stdout:
            error_bits.append(f"stdout: {result.stdout}")
        if result.stderr:
            error_bits.append(f"stderr: {result.stderr}")
        if try_error:
            print((RuntimeError("\n".join(error_bits))))
        else:
            raise RuntimeError("\n".join(error_bits))

    if show_shell_info:
        print((result.stdout or ""))
    return (result.stdout or "")

def mkdirs(path, exist_ok=True):
    if path and not Path(path).exists():
        os.makedirs(path,exist_ok=exist_ok)
proxy_path={
    '/sd2/':'http://127.0.0.1:7862/',
    '/sd3/':'http://127.0.0.1:7863/'
} # 增加一个comfyui的代理
server_port=7860 # webui 默认端口
_server_port = locals().get('server_port') or globals().get('server_port') or 7860


_proxy_path = locals().get('proxy_path') or globals().get('proxy_path') or {}
# nginx 反向代理配置文件
def echoToFile(content:str,path:str):
    if path.find('/') >= 0:
        _path = '/'.join(path.split('/')[:-1])
        run(f'''mkdir -p {_path}''')
    with open(path,'w') as sh:
        sh.write(content)
# 检查网络
def check_service(host, port):
    try:
        socket.create_connection((host, port), timeout=5)
        return True
    except socket.error:
        return False
def localProxy():
    os.system('sudo apt install nginx -y')
    
    _proxy_path['/'] = f'http://127.0.0.1:{_server_port+1}/'
    _proxy_path['/1/'] = f'http://127.0.0.1:{_server_port+2}/'
    
    def getProxyLocation(subPath:str, localServer:str):
        return '''
    location '''+ subPath +'''
    {
        proxy_pass '''+ localServer +''';
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header REMOTE-HOST $remote_addr;
        proxy_set_header   Upgrade $http_upgrade;
        proxy_set_header   Connection upgrade;
        proxy_http_version 1.1;
        proxy_connect_timeout 10m;
        proxy_read_timeout 10m;
    }
    
    '''
    
    conf = '''
server
{
    listen '''+str(_server_port)+''';
    listen [::]:'''+str(_server_port)+''';
    server_name 127.0.0.1 localhost 0.0.0.0 "";
    
    if ($request_method = OPTIONS) {
        return 200;
    }
    fastcgi_send_timeout                 10m;
    fastcgi_read_timeout                 10m;
    fastcgi_connect_timeout              10m;
    
    '''+ ''.join([getProxyLocation(key,_proxy_path[key]) for key in _proxy_path.keys()]) +'''
}
'''
    echoToFile(conf,'/home/xlab-app-center/etc/nginx/conf.d/proxy_nginx.conf')
    if not check_service('localhost',_server_port):
        run(f'''nginx -c /home/xlab-app-center/etc/nginx/nginx.conf''')
    run(f'''nginx -s reload''')
    
# 初始化 nvidia_smi
nvidia_smi.nvmlInit()

def monitor_gpu():
    while True:
        try:
            print("你正在使用Nyan9的openxlab脚本,如果谁用了我的脚本请跟本人联系一下好吗:QQ2575044704")
            # 获取 GPU 温度
            handle = nvidia_smi.nvmlDeviceGetHandleByIndex(0)  # 0 表示第一个 GPU
            gpu_temperature = nvidia_smi.nvmlDeviceGetTemperature(handle, nvidia_smi.NVML_TEMPERATURE_GPU)

            # 获取 GPU 使用率
            utilization = nvidia_smi.nvmlDeviceGetUtilizationRates(handle)
            gpu_usage = utilization.gpu

            # 使用 WandB 记录 GPU 温度和使用率
            wandb.log({"GPU 温度": gpu_temperature, "GPU 使用率": gpu_usage})

        except Exception as e:
            print(f"Error: {e}")

        time.sleep(60)
# 实例保活
import time

def session_saver():
    try:
        import cupy as cp
    except ImportError:
        print("cupy模块未安装,正在安装...")
        try:
            import pip
            pip.main(['install', 'cupy'])
            import cupy as cp
        except ImportError:
            print("无法安装模块,请确保已正确安装pip。")
            return
    
    while True:
        for _ in range(5):
            matrix_a = cp.random.rand(10000, 10000)
            matrix_b = cp.random.rand(10000, 10000)
            result = cp.dot(matrix_a, matrix_b)
            print("实例保活:", result)
            del matrix_a, matrix_b, result
            cp.cuda.Stream.null.synchronize()
        time.sleep(300)

def start():
    #try:
    #    print('启动proxy')
    #    threading.Thread(target = localProxy,daemon=True).start()
    #except Exception as e:
    #    # 在这里处理异常的代码
    #    print(f"proxy An error occurred: {e}")
    #notbook()
    os.chdir("/home/xlab-app-center/stable-diffusion-webui/")
    try:
        while True:
            package_envs = [
                {"env": "STABLE_DIFFUSION_REPO", "url": os.environ.get('STABLE_DIFFUSION_REPO', "https://gitcode.net/overbill1683/stablediffusion")},
                {"env": "STABLE_DIFFUSION_XL_REPO", "url": os.environ.get('STABLE_DIFFUSION_XL_REPO', "https://gitcode.net/overbill1683/generative-models")},
                {"env": "K_DIFFUSION_REPO", "url": os.environ.get('K_DIFFUSION_REPO', "https://gitcode.net/overbill1683/k-diffusion")},
                {"env": "CODEFORMER_REPO", "url": os.environ.get('CODEFORMER_REPO', "https://gitcode.net/overbill1683/CodeFormer")},
                {"env": "BLIP_REPO", "url": os.environ.get('BLIP_REPO', "https://gitcode.net/overbill1683/BLIP")},
            ]
            os.environ["PIP_INDEX_URL"] = "https://mirrors.aliyun.com/pypi/simple/"
            for i in package_envs:
                os.environ[i["env"]] = i["url"]
            os.system(f"python launch.py --api --xformers --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
            #time.sleep(5)
            
            command = "python launch.py --api --api-auth=1:5 --xformers --ui-settings-file /home/xlab-app-center/config.json --ui-config-file /home/xlab-app-center/ui-config.json --gradio-queue --disable-safe-unpickle"
    
            
            #process = subprocess.Popen(command, shell=True)
            time.sleep(200)
            os.system(f"{command}")
    except Exception as e:
            # 在这里处理异常的代码
        print(f"启动SD发生错误: {e}")
# Create threads for each function
wandb_thread = threading.Thread(target=monitor_gpu)
keepliving_thread = threading.Thread(target=session_saver)
start_thread = threading.Thread(target=start)

# Start the threads
wandb_thread.start()
start_thread.start()
keepliving_thread.start()

# Wait for both threads to finish
wandb_thread.join()
start_thread.join()
#keepliving_thread.join()
time.sleep(3000000)