| 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: |
|
|