MCPcopy Create free account
hub / github.com/vladmandic/sdnext / Options

Class Options

cli/api-grid.py:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15@dataclass
16class Options: # set default parameters here
17 prompt: str = ''
18 negative_prompt: str = ''
19 seed: int = -1
20 steps: int = 20
21 cfg_scale: float = 6.0
22 sampler_name: str = "Default"
23 width: int = 1024
24 height: int = 1024
25 save_images: bool = False
26 send_images: bool = True
27
28
29@dataclass

Callers 1

api-grid.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected