mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-25 16:59:00 +00:00
fix: import only needed
This commit is contained in:
@@ -163,4 +163,10 @@ if TYPE_CHECKING:
|
||||
pass
|
||||
|
||||
else:
|
||||
from modules.processing import *
|
||||
from modules.processing import (
|
||||
StableDiffusionProcessing,
|
||||
StableDiffusionProcessingImg2Img,
|
||||
StableDiffusionProcessingTxt2Img,
|
||||
create_infotext,
|
||||
process_images,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user