This website requires JavaScript.
Sign In
wangbo
/
ComfyUI
Watch
1
Star
0
Fork
0
You've already forked ComfyUI
mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced
2026-01-31 16:50:17 +08:00
Code
Issues
Actions
24
Packages
Projects
Releases
Wiki
Activity
32ce7a70a7
ComfyUI
/
app
/
assets
/
api
History
Jedrzej Kosinski
32ce7a70a7
Removed 501 early returns on endpoints intended to be released, removed @ROUTES.put(f"/api/assets/{{id:{UUID_RE}}}/preview") and @ROUTES.post("/api/assets/scan/seed") and their related schema_in objects
2026-01-28 15:31:06 -08:00
..
routes.py
Removed 501 early returns on endpoints intended to be released, removed @ROUTES.put(f"/api/assets/{{id:{UUID_RE}}}/preview") and @ROUTES.post("/api/assets/scan/seed") and their related schema_in objects
2026-01-28 15:31:06 -08:00
schemas_in.py
Removed 501 early returns on endpoints intended to be released, removed @ROUTES.put(f"/api/assets/{{id:{UUID_RE}}}/preview") and @ROUTES.post("/api/assets/scan/seed") and their related schema_in objects
2026-01-28 15:31:06 -08:00
schemas_out.py
Finish @ROUTES.delete(f"/api/assets/{{id:{UUID_RE}}}/tags")
2026-01-16 00:50:13 -08:00