diff --git a/BaiHu/Util/ComfyUIUtil.py b/BaiHu/Util/ComfyUIUtil.py index b23733ec..477f1dcb 100644 --- a/BaiHu/Util/ComfyUIUtil.py +++ b/BaiHu/Util/ComfyUIUtil.py @@ -97,9 +97,8 @@ def getUse(server_address): return "显存共" + vram_total_str + "GB,已使用" + used_vram_str + "GB,使用率:" + str(used_lv) + "% " -# 如何清空Comfyui的gpu缓存 +# 参考文档:如何清空Comfyui的gpu缓存 # https://wailikeji.blog.csdn.net/article/details/140035515 - # 清理GPU显存 def clear_cache(server_address): # 显示显卡使用率 diff --git a/BaiHu/Util/__pycache__/ComfyUIUtil.cpython-310.pyc b/BaiHu/Util/__pycache__/ComfyUIUtil.cpython-310.pyc index 432fa4ed..aed693cc 100644 Binary files a/BaiHu/Util/__pycache__/ComfyUIUtil.cpython-310.pyc and b/BaiHu/Util/__pycache__/ComfyUIUtil.cpython-310.pyc differ