imagepipeline/Emotions-Nervous
Emotions-Nervous
<img src="https://f005.backblazeb2.com/b2api/v2/b2downloadfilebyid?fileId=4zfdf0a8ed59e8666b89b10713f106631b453b8f354d20231202m085258c005v0501011t0017u01701507178032" alt="Generated by Image Pipeline" style="border-radius: 10px;">
This embedding model is uploaded on [imagepipeline.io](https://imagepipeline.io/)
Model details - I've designed these embeds to be lightweight and easy to use. Just add the emotion pack you want right next to your subject name as follows:
a portrait of a Happy512 clown
While they will likely still work if you plop them in other places in your prompt, they work best when they are placed just preceding your subject.

How to try this model ?
You can try using it locally or send an API call to test the output quality.
Get your API_KEY from imagepipeline.io. No payment required.
Coding in php javascript node etc ? Checkout our documentation

import requests
import json
url = "https://imagepipeline.io/sd/text2image/v1/run"
payload = json.dumps({
"model_id": "sd1.5",
"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",
"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",
"width": "512",
"height": "512",
"samples": "1",
"num_inference_steps": "30",
"safety_checker": false,
"guidance_scale": 7.5,
"multi_lingual": "no",
"embeddings": "4f7b1122-23d6-4a37-a1bf-0b7f66b779f4",
"lora_models": "",
"lora_weights": ""
})
headers = {
'Content-Type': 'application/json',
'API-Key': 'your_api_key'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
}Get more ready to use MODELS like this for SD 1.5 and SDXL :

API Reference
Generate Image
https://api.imagepipeline.io/sd/text2image/v1license: creativeml-openrail-m tags:
- imagepipeline
- imagepipeline.io
- text-to-image
- ultra-realistic pinned: false pipeline_tag: text-to-image
Feedback
If you have any feedback, please reach out to us at hello@imagepipeline.io
🔗 Visit Website

If you are the original author of this model, please click here to add credits
