adhikjoshi commited on
Commit
6844a1f
1 Parent(s): 3dd598e

converted using stablediffusionapi.com

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -15,13 +15,13 @@ pinned: true
15
 
16
  Get API key from [ModelsLab API](http://modelslab.com), No Payment needed.
17
 
18
- Replace Key in below code, change **model_id** to "arienmixxL-asian-portrait"
19
 
20
  Coding in PHP/Node/Java etc? Have a look at docs for more code examples: [View docs](https://modelslab.com/docs)
21
 
22
- Try model for free: [Generate Images](https://modelslab.com/models/arienmixxL-asian-portrait)
23
 
24
- Model link: [View model](https://modelslab.com/models/arienmixxL-asian-portrait)
25
 
26
  View all models: [View Models](https://modelslab.com/models)
27
 
@@ -32,7 +32,7 @@ View all models: [View Models](https://modelslab.com/models)
32
 
33
  payload = json.dumps({
34
  "key": "your_api_key",
35
- "model_id": "arienmixxL-asian-portrait",
36
  "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",
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",
 
15
 
16
  Get API key from [ModelsLab API](http://modelslab.com), No Payment needed.
17
 
18
+ Replace Key in below code, change **model_id** to "arienmixxl-asian-portrait"
19
 
20
  Coding in PHP/Node/Java etc? Have a look at docs for more code examples: [View docs](https://modelslab.com/docs)
21
 
22
+ Try model for free: [Generate Images](https://modelslab.com/models/arienmixxl-asian-portrait)
23
 
24
+ Model link: [View model](https://modelslab.com/models/arienmixxl-asian-portrait)
25
 
26
  View all models: [View Models](https://modelslab.com/models)
27
 
 
32
 
33
  payload = json.dumps({
34
  "key": "your_api_key",
35
+ "model_id": "arienmixxl-asian-portrait",
36
  "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",
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",