mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 16:47:09 +08:00
Update server.py
This commit is contained in:
parent
e407987b31
commit
0284325398
@ -561,7 +561,7 @@ class PromptServer():
|
|||||||
"ram_total": ram_total,
|
"ram_total": ram_total,
|
||||||
"ram_free": ram_free,
|
"ram_free": ram_free,
|
||||||
"comfyui_version": __version__,
|
"comfyui_version": __version__,
|
||||||
"required_frontend_version":required_frontend_version,
|
"required_frontend_version": required_frontend_version,
|
||||||
"python_version": sys.version,
|
"python_version": sys.version,
|
||||||
"pytorch_version": comfy.model_management.torch_version,
|
"pytorch_version": comfy.model_management.torch_version,
|
||||||
"embedded_python": os.path.split(os.path.split(sys.executable)[0])[1] == "python_embeded",
|
"embedded_python": os.path.split(os.path.split(sys.executable)[0])[1] == "python_embeded",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user