refactor: rename to custom_routes

This commit is contained in:
BennyKok 2023-12-16 02:15:57 +08:00
parent d8e37d0b21
commit 0cf6d97f2f
2 changed files with 4 additions and 4 deletions

View File

@ -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):

View File

@ -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 = {}