mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
c4d9338d2e
Signed-off-by: Vladimir Mandic <mandic00@live.com>
7 lines
273 B
Python
7 lines
273 B
Python
"""
|
|
original code from <https://github.com/NVlabs/consistory>
|
|
"""
|
|
from .consistory_pipeline import ConsistoryExtendAttnSDXLPipeline
|
|
from .consistory_unet_sdxl import ConsistorySDXLUNet2DConditionModel
|
|
from .consistory_run import run_anchor_generation, run_extra_generation
|