adhikjoshi
commited on
Commit
•
c4d35ee
1
Parent(s):
9a42ebb
converted using stablediffusionapi.com
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ Replace Key in below code, change **model_id** to "bg-dream-model-b"
|
|
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-model-b)
|
23 |
|
24 |
Credits: [View credits](https://civitai.com/?query=BG%20Dream%20Model%20B)
|
@@ -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-model-b",
|
36 |
-
"prompt": "
|
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-model-b)
|
23 |
+
|
24 |
Model link: [View model](https://stablediffusionapi.com/models/bg-dream-model-b)
|
25 |
|
26 |
Credits: [View credits](https://civitai.com/?query=BG%20Dream%20Model%20B)
|
|
|
33 |
url = "https://stablediffusionapi.com/api/v3/dreambooth"
|
34 |
|
35 |
payload = json.dumps({
|
36 |
+
"key": "your_api_key",
|
37 |
"model_id": "bg-dream-model-b",
|
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",
|