stable-diffusion-webui-dist.../scripts/spartan/shared.py

9 lines
203 B
Python

benchmark_payload: dict = {
"prompt": "A herd of cows grazing at the bottom of a sunny valley",
"negative_prompt": "",
"steps": 20,
"width": 512,
"height": 512,
"batch_size": 1
}