mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-24 05:55:01 +03:00
9 lines
142 B
Python
9 lines
142 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class ModelSlot:
|
|
modelFile: str = ""
|
|
diffusionFile: str = ""
|
|
defaultTrans: int = 0
|