Advertisement
kopyl

Untitled

Jul 23rd, 2023
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.22 KB | None | 0 0
  1. payload = {
  2.     "input": {
  3.         "payload": {
  4.             "prompt": "(Best quality, 8k, 32k, Masterpiece, UHD:1.2),Photo of Pretty Japanese woman, 1girl, with a huge diamond necklace, front view, with pink short ponytail, ((big warm grin)), wearing a white tulle suspender wedding dress with flower-shaped lace and pearl embellishments and a short sleeve, (medium short [dark brown} hair), (big breasts:1.4), double eyelid, front shot, stare into the distance",
  5.             "negative_prompt": "sfw ng_deepnegative_v1_75t, ((badhandv4)), (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, normal quality, ((monochrome)), ((grayscale)) watermark, bad legs, bad arms",
  6.             "inference_steps": 20,
  7.             "cfg_scale": 7,
  8.             "seed": -1,
  9.             "enable_hr": True,
  10.             "hr_upscaler": "Latent",
  11.             "sampler_name": "DPM++ 2M Karras",
  12.             "denoising_strength": 0.7,
  13.             "width": 512,
  14.             'height': 512,
  15.             "n_iter": 1,
  16.         },
  17.         "timestamp_request_sent": timestamp_request_sent,
  18.         "model_name": "v1-5-pruned-emaonly.safetensors"
  19.     },
  20.     "webhook": "https://webhook.site/71233761-790c-4712-bde1-56cdcb5c0b4c"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement