mirror of
https://github.com/vladmandic/automatic
synced 2026-08-27 23:51:00 +02:00
87cb999713
Signed-off-by: Vladimir Mandic <mandic00@live.com>
9 lines
259 B
Python
9 lines
259 B
Python
from .models import detailer_models
|
|
from .helper import detailer_opt, DetailerResult, list_models, assign_prompts, parse_prompt_lines, get_mask
|
|
from .detailer import Detailer
|
|
|
|
|
|
def initialize():
|
|
from modules import shared
|
|
shared.detailer = Detailer()
|