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("baidu/ERNIE-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("jibhug/Jibs_European_Face_Fix_for_ERNIE")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Jibs European Face Fix for ERNIE

Jib_mix_Flux_fp8_v3_VS_v4_00303_

Jib_mix_Flux_fp8_v3_VS_v4_00278_

Jib_mix_Flux_fp8_v3_VS_v4_00257_

Model description

Changes ERNIEs defualt face output to European faces rather than Asian face a lot of the time.

Download model

Download them in the Files & versions tab.

Downloads last month
55
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jibhug/Jibs_European_Face_Fix_for_ERNIE

Adapter
(14)
this model