mirror of
https://github.com/vladmandic/automatic
synced 2026-09-05 20:40:44 +02:00
2c632bb562
Signed-off-by: Vladimir Mandic <mandic00@live.com>
9 lines
213 B
Python
9 lines
213 B
Python
from .models import detailer_models
|
|
from .helper import detailer_opt, DetailerResult, list_models
|
|
from .detailer import Detailer
|
|
|
|
|
|
def initialize():
|
|
from modules import shared
|
|
shared.detailer = Detailer()
|