Setting generation properties
This commit is contained in:
@@ -12,3 +12,10 @@ class Prompt:
|
||||
restore_faces: bool = True
|
||||
sampler: str = "Euler a"
|
||||
creator: int = None
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
class Generated:
|
||||
prompt: Prompt
|
||||
seed: int
|
||||
model: str
|
||||
|
||||
Reference in New Issue
Block a user