main
黄海 1 year ago
parent 5773715dd6
commit a1ccfdbd96

@ -1,4 +1,5 @@
import os.path
import time
import urllib.parse
import urllib.request
@ -113,6 +114,7 @@ def clear_cache(server_address):
queue_prompt(server_address, "cleanGpuRam", prompt_data)
# 显示显卡使用率
time.sleep(2)
print('清理显存后:' + getUse(server_address))

Loading…
Cancel
Save