imagepipeline/Juggernaut-XL-V9-RDPhoto2-Lightning_4S
Juggernaut-XL-V9-RDPhoto2-Lightning_4S
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37ad832d-92d6-4698-b24b-faada23fe314/width=450/00016-beautiful%20lady,%20(freckles),%20big%20smile,%20ruby%20eyes,%20short%20hair,%20dark%20makeup,%20hyperdetailed%20photography,%20soft%20light,%20head%20and%20shoul.jpeg" alt="Generated on Image Pipeline" style="border-radius: 10px;">
This checkpoint model is uploaded on [imagepipeline.io](https://imagepipeline.io/)
Model details - Recommended Settings : Res: 832*1216 Sampler: DPM++ SDE Steps: 4-6 CFG: 1-2 Negative: Start with no negative, and add afterwards the Stuff you don´t wanna see in that image. HiRes: 4xNMKD-Siax200k with 2 Steps and 0.35 Denoise + 1.5 Upscale And a few keywords/tokens that I regularly use in training, which might help you achieve the optimal result from the version: Architecture Photography Wildlife Photography Car Photography Food Photography Interior Photography Landscape Photography Hyperdetailed Photography Cinematic Movie Still Mid Shot Photo Full Body Photo Skin Details

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/sdxl/text2image/v1/run"
payload = json.dumps({
"model_id": "50643a0a-0f06-4159-affc-4c2e34552023",
"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 :

API Reference
Generate Image
https://api.imagepipeline.io/sdxl/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
