mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
a882ce945b
Signed-off-by: Vladimir Mandic <mandic00@live.com>
9 lines
223 B
Python
9 lines
223 B
Python
from .models import detailer_models
|
|
from .helper import DetailerResult, detailer_opt, list_models, get_mask
|
|
from .detailer import Detailer
|
|
|
|
|
|
def initialize():
|
|
from modules import shared
|
|
shared.detailer = Detailer()
|