CoolFace
Modelpublic

imagepipeline/Realistic-Vision-V6.0

sourceHugging Facecreativeml-openrail-mupdated 3y agoView on Hugging Face
2likes39downloads
Model Card

Realistic-Vision-V6.0

<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb0b5cb-1249-4b84-bc9c-21029e002666/width=450/00012-3108443162.jpeg,https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf0b3c8-129a-4bd0-ba34-0e32ab539ffa/width=450/00018-75415819.jpeg, " alt="Generated by Image Pipeline" style="border-radius: 10px;">

This checkpoint model is uploaded on [imagepipeline.io](https://imagepipeline.io/)

Model details - Propt: RAW photo, subject, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime), text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, UnrealisticDream, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers:1.4), (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation, UnrealisticDream, Euler A or DPM++ SDE Karras, CFG Scale 3,5 - 7, Hires. fix with 4x-UltraSharp upscaler, Denoising strength 0.25-0.45, Upscale by 1.1-2.0

![Try this model](https://imagepipeline.io/models/Realistic-Vision-V6.0?id=dd56943a-39fc-40ed-a325-db658affdfb4/)

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

![documentation](https://docs.imagepipeline.io/docs/introduction)

python
import requests  
import json  
  
url =  "https://imagepipeline.io/sd/text2image/v1/run"  
  
payload = json.dumps({  
"model_id":  "dd56943a-39fc-40ed-a325-db658affdfb4",  
"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":  "", 
"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 :

![All models](https://imagepipeline.io/models)

API Reference

Generate Image
http
  https://api.imagepipeline.io/sd/text2image/v1
HeadersTypeDescription
API-KeystrGet your API_KEY from imagepipeline.io
Content-Typestrapplication/json - content type of the request body
ParameterTypeDescription
model_idstrYour base model, find available lists in models page or upload your own
promptstrText Prompt. Check our Prompt Guide for tips
num_inference_stepsint [1-50]Noise is removed with each step, resulting in a higher-quality image over time. Ideal value 30-50 (without LCM)
guidance_scalefloat [1-20]Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5
lora_modelsstr, arrayPass the model_id(s) of LoRA models that can be found in models page
lora_weightsstr, arrayStrength of the LoRA effect

license: 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

![portfolio](https://imagepipeline.io/)

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