mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
WIP diffusers pipeline is weird. Starting to hate sdxl
This commit is contained in:
@@ -99,3 +99,5 @@ class SliderConfig:
|
||||
anchors = [SliderConfigAnchors(**anchor) for anchor in anchors]
|
||||
self.anchors: List[SliderConfigAnchors] = anchors
|
||||
self.resolutions: List[List[int]] = kwargs.get('resolutions', [[512, 512]])
|
||||
self.prompt_file: str = kwargs.get('prompt_file', '')
|
||||
self.prompt_tensors: str = kwargs.get('prompt_tensors', '')
|
||||
|
||||
Reference in New Issue
Block a user