1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove internal model download endpoint (#5432)

This commit is contained in:
Chenlei Hu
2024-11-28 01:57:06 -08:00
committed by GitHub
parent b666539595
commit 20879c78f9
5 changed files with 0 additions and 605 deletions

View File

@@ -10,7 +10,6 @@ class InternalRoutes:
The top level web router for internal routes: /internal/*
The endpoints here should NOT be depended upon. It is for ComfyUI frontend use only.
Check README.md for more information.
'''
def __init__(self, prompt_server):