refactor: rename to custom_routes
This commit is contained in:
parent
d8e37d0b21
commit
0cf6d97f2f
@ -9,7 +9,6 @@ import sys
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__)))
|
||||
|
||||
import routes
|
||||
import inspect
|
||||
import sys
|
||||
import importlib
|
||||
@ -19,6 +18,9 @@ import folder_paths
|
||||
from folder_paths import add_model_folder_path, get_filename_list, get_folder_paths
|
||||
from tqdm import tqdm
|
||||
|
||||
from . import custom_routes
|
||||
# import routes
|
||||
|
||||
ag_path = os.path.join(os.path.dirname(__file__))
|
||||
|
||||
def get_python_files(path):
|
||||
|
@ -1,5 +1,6 @@
|
||||
from aiohttp import web
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import os
|
||||
import requests
|
||||
import folder_paths
|
||||
@ -20,9 +21,6 @@ import atexit
|
||||
import logging
|
||||
from enum import Enum
|
||||
|
||||
import aiohttp
|
||||
from aiohttp import web
|
||||
|
||||
api = None
|
||||
api_task = None
|
||||
prompt_metadata = {}
|
Loading…
x
Reference in New Issue
Block a user