mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
8 lines
80 B
Python
8 lines
80 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
|
|
@dataclass
|
|
class BaseModelConfig:
|
|
pass
|