From e05104a220fbf85419e37e9b450fa8a55de685a4 Mon Sep 17 00:00:00 2001 From: Dowon Date: Wed, 15 May 2024 21:55:33 +0900 Subject: [PATCH] fix: move traceback.py, ui.py --- {adetailer => aaaaaa}/traceback.py | 0 {adetailer => aaaaaa}/ui.py | 0 scripts/!adetailer.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {adetailer => aaaaaa}/traceback.py (100%) rename {adetailer => aaaaaa}/ui.py (100%) diff --git a/adetailer/traceback.py b/aaaaaa/traceback.py similarity index 100% rename from adetailer/traceback.py rename to aaaaaa/traceback.py diff --git a/adetailer/ui.py b/aaaaaa/ui.py similarity index 100% rename from adetailer/ui.py rename to aaaaaa/ui.py diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index d0fe926..d2c40a9 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -29,6 +29,8 @@ from aaaaaa.p_method import ( need_call_postprocess, need_call_process, ) +from aaaaaa.traceback import rich_traceback +from aaaaaa.ui import WebuiInfo, adui, ordinal, suffix from adetailer import ( AFTER_DETAILER, __version__, @@ -46,8 +48,6 @@ from adetailer.mask import ( mask_preprocess, sort_bboxes, ) -from adetailer.traceback import rich_traceback -from adetailer.ui import WebuiInfo, adui, ordinal, suffix from controlnet_ext import ( CNHijackRestore, ControlNetExt,