How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("LyliaEngine/Realistic_Skin_Texture_Style_V05")

prompt = "UHD, 4k, ultra detailed, cinematic, a photograph of  <lora:cinematic photography detailed illu xl v5:0.7>"
image = pipe(prompt).images[0]

Realistic_Skin_Texture_Style_V05

Prompt
UHD, 4k, ultra detailed, cinematic, a photograph of <lora:cinematic photography detailed illu xl v5:0.7>
Negative Prompt
ugly, deformed, noisy, blurry, low contrast, realistic, deformed, bad anatomy, bad face, ugly, missing, glasses, nipples, missing fingers, extra fingers
Prompt
UHD, 4k, ultra detailed, cinematic, a photograph of <lora:cinematic photography detailed illu xl v5:0.7>
Negative Prompt
ugly, deformed, noisy, blurry, low contrast, realistic, deformed, bad anatomy, bad face, ugly, missing, glasses, nipples, missing fingers, extra fingers
Prompt
UHD, 4k, ultra detailed, cinematic, a photograph of <lora:cinematic photography detailed illu xl v5:0.7>
Negative Prompt
ugly, deformed, noisy, blurry, low contrast, realistic, deformed, bad anatomy, bad face, ugly, missing, glasses, nipples, missing fingers, extra fingers

Model description

Update: Please if you see any of my models somewhere else report or let me know! Thnx

Trained on base model xl 1.0 + Flux1D + ZIT + ZIB + SD1.5

Update: Pony version added

Update: Illustrious version added

Update: zimage Turbo version added

Can be combined with Skin Tone Style XL (Human skin color)

Please read about version info box on the right.

Feedback and ratings are much appreciated.

Source

https://civitai.red/models/580857/realistic-skin-texture-style-detailed-skin-xl-sd15-f1d-pony-illu-zit-zib?modelVersionId=1790626

Credit

https://civitai.red/user/EauDeNoire

Trigger words

You should use sharp to trigger the image generation.

You should use detailed to trigger the image generation.

You should use cinematic style to trigger the image generation.

You should use cinematic photography style to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
67
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LyliaEngine/Realistic_Skin_Texture_Style_V05