adhikjoshi commited on
Commit
7538472
1 Parent(s): 01a1015

converted using stablediffusionapi.com

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -19,6 +19,8 @@ Replace Key in below code, change **model_id** to "bg-dream-irl"
19
 
20
  Coding in PHP/Node/Java etc? Have a look at docs for more code examples: [View docs](https://stablediffusionapi.com/docs)
21
 
 
 
22
  Model link: [View model](https://stablediffusionapi.com/models/bg-dream-irl)
23
 
24
  Credits: [View credits](https://civitai.com/?query=BG%20Dream%20IRL)
@@ -31,9 +33,9 @@ View all models: [View Models](https://stablediffusionapi.com/models)
31
  url = "https://stablediffusionapi.com/api/v3/dreambooth"
32
 
33
  payload = json.dumps({
34
- "key": "",
35
  "model_id": "bg-dream-irl",
36
- "prompt": "actual 8K portrait photo of gareth person, portrait, happy colors, bright eyes, clear eyes, warm smile, smooth soft skin, big dreamy eyes, beautiful intricate colored hair, symmetrical, anime wide eyes, soft lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws, concept art, digital painting, looking into camera",
37
  "negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
38
  "width": "512",
39
  "height": "512",
 
19
 
20
  Coding in PHP/Node/Java etc? Have a look at docs for more code examples: [View docs](https://stablediffusionapi.com/docs)
21
 
22
+ Try model for free: [Generate Images](https://stablediffusionapi.com/models/bg-dream-irl)
23
+
24
  Model link: [View model](https://stablediffusionapi.com/models/bg-dream-irl)
25
 
26
  Credits: [View credits](https://civitai.com/?query=BG%20Dream%20IRL)
 
33
  url = "https://stablediffusionapi.com/api/v3/dreambooth"
34
 
35
  payload = json.dumps({
36
+ "key": "your_api_key",
37
  "model_id": "bg-dream-irl",
38
+ "prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
39
  "negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
40
  "width": "512",
41
  "height": "512",