mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 06:48:43 +02:00
b6b5246c53
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Vladimir Mandic <mandic00@live.com>
7 lines
264 B
Python
7 lines
264 B
Python
"""VIBE pipeline components for SD.Next."""
|
|
|
|
from .vibe_sana_editing import VIBESanaEditingModel
|
|
from .vibe_sana_pipeline import VIBESanaEditingPipeline, VIBESanaImagePipeline
|
|
|
|
__all__ = ["VIBESanaEditingModel", "VIBESanaEditingPipeline", "VIBESanaImagePipeline"]
|