Spaces:
Build error
Build error
File size: 652 Bytes
027c33d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
docker run -d -p 5000:5000 --gpus=all r8.im/xarty8932/dream@sha256:5e3c45aa9c9896f86634175309490225e5a379a6a81c39abbf55eab2cd16b657
curl -s -X POST \
-H "Content-Type: application/json" \
-d $'{
"input": {
"width": 1024,
"height": 1024,
"prompt": "An astronaut riding a rainbow unicorn",
"refine": "no_refiner",
"scheduler": "K_EULER",
"lora_scale": 0.6,
"num_outputs": 1,
"guidance_scale": 7.5,
"apply_watermark": true,
"high_noise_frac": 0.8,
"negative_prompt": "",
"prompt_strength": 0.8,
"num_inference_steps": 50
}
}' \
http://localhost:5000/predictions |