mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 02:47:15 +08:00
Update server.py
This commit is contained in:
parent
581a9991ff
commit
2094b59e09
@ -584,6 +584,7 @@ class PromptServer():
|
|||||||
|
|
||||||
@routes.get("/object_info")
|
@routes.get("/object_info")
|
||||||
async def get_object_info(request):
|
async def get_object_info(request):
|
||||||
|
folder_paths.cache_helper.clear()
|
||||||
with folder_paths.cache_helper:
|
with folder_paths.cache_helper:
|
||||||
out = {}
|
out = {}
|
||||||
for x in nodes.NODE_CLASS_MAPPINGS:
|
for x in nodes.NODE_CLASS_MAPPINGS:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user