|
docker run -d -p 5000:5000 --gpus=all r8.im/zylim0702/qr_code_controlnet@sha256:628e604e13cf63d8ec58bd4d238474e8986b054bc5e1326e50995fdbc851c557 |
|
curl -s -X POST \ |
|
-H "Content-Type: application/json" \ |
|
-d $'{ |
|
"input": { |
|
"eta": 0, |
|
"url": "https://www.go-yamamoto.com", |
|
"seed": -1, |
|
"prompt": "A high-res, photo-realistic rendering of Mount Fuji as a sharp, semi-realistic silhouette on the horizon, nature photography, 4k, lens flare, sunrise", |
|
"scheduler": "K_EULER_ANCESTRAL", |
|
"guess_mode": false, |
|
"num_outputs": 1, |
|
"guidance_scale": 9, |
|
"negative_prompt": "Longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality", |
|
"image_resolution": 768, |
|
"num_inference_steps": 100, |
|
"disable_safety_check": true, |
|
"qr_conditioning_scale": 1.3 |
|
} |
|
}' \ |
|
http://localhost:5000/predictions |