OriJynn commited on
Commit
de39132
1 Parent(s): 7b04ece

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -8,20 +8,20 @@ tags:
8
  pinned: true
9
  ---
10
 
11
- # anything midjourney v4.1 API Inference
12
 
13
  ![generated from stablediffusionapi.com]()
14
  ## Get API Key
15
 
16
  Get API key from [Stable Diffusion API](http://stablediffusionapi.com/), No Payment needed.
17
 
18
- Replace Key in below code, change **model_id** to "anything-midjourney"
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/anything-midjourney)
23
 
24
- Credits: [View credits](https://civitai.com/?query=anything%20midjourney%20v4.1)
25
 
26
  View all models: [View Models](https://stablediffusionapi.com/models)
27
 
@@ -32,7 +32,7 @@ View all models: [View Models](https://stablediffusionapi.com/models)
32
 
33
  payload = json.dumps({
34
  "key": "",
35
- "model_id": "anything-midjourney",
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",
@@ -61,4 +61,3 @@ View all models: [View Models](https://stablediffusionapi.com/models)
61
 
62
  print(response.text)
63
 
64
- > Use this coupon code to get 25% off **DMGG0RBN**
 
8
  pinned: true
9
  ---
10
 
11
+ # Orb-Weaver V1
12
 
13
  ![generated from stablediffusionapi.com]()
14
  ## Get API Key
15
 
16
  Get API key from [Stable Diffusion API](http://stablediffusionapi.com/), No Payment needed.
17
 
18
+ Replace Key in below code, change **model_id** to "Orb-Weaver"
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/Orb-Weaver)
23
 
24
+ Credits: [View credits](https://civitai.com/?query=orb%20weaver%20v1)
25
 
26
  View all models: [View Models](https://stablediffusionapi.com/models)
27
 
 
32
 
33
  payload = json.dumps({
34
  "key": "",
35
+ "model_id": "orb-weaver",
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",
 
61
 
62
  print(response.text)
63