Gildenface XL β Headshot LoRA
Model description
Gildenface XL β a LoRA focused on exaggerated and less-than-glamorous close-ups with very high detailed textures.
Great for producing unique, grotesque and/or outlandish faces, but it can be used as a enhance details for faces and textures, depending on weight and prompt.
Trigger word: Gildenface
Useful prompt tips: Portrait photo, close up on face, detailed skin texture, leathery skin texture, visible skin pores, swollen face, greasy hair, wrinkles, potato nose, addict, blushing, chubby, hard shadows, disgusted, blemish, facial hair, staring
+ general enhancers, photography terms, and portrait photographers
Recommended weights: between 0.8 β 1.2
It's a bit rough around the edges, and your milage may vary β but when it hits right it's golden.
Be sure to check out Caricature XL LoRA by Blink, if you like creating weird
Trigger words
You should use Gildenface portrait photo
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 𧨠diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('WizWhite/gildenface-xl-headshot-lora', weight_name='GildenfaceXL_Headshot_LoRA_v1.safetensors')
image = pipeline('candid close up photo of a surprised Shrek business man, detailed skin texture, standing outside in a swamp,').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 37
Model tree for WizWhite/gildenface-xl-headshot-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0