---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- concept
- portrait
- detailed
- face
- grotesque
- headshot
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: Gildenface portrait photo
widget:
- text: 'gildenface portrait photography of jabba the hutt, close up photo, professional, breathtaking, close-up on face, highly detailed skin, visible skin pores, dark, gritty'
output:
url: >-
3277226.jpeg
- text: 'gildenface portrait photography of a troll from the movie troll hunter'
output:
url: >-
3277704.jpeg
- text: 'gildenface portrait of a surprised shocked zombie at a birthday party, highly detailed texture, sharp focus, party hat'
output:
url: >-
3277754.jpeg
- text: 'gildenface breathtaking portrait photo inspired by an epic scene from the movie total recall, 1990s, sci-fi, professional, by bruce gilden'
output:
url: >-
3277371.jpeg
- text: 'Gildenface close up portrait of real life luigi from (super mario bros:0.5), disgusted'
output:
url: >-
3277428.jpeg
- text: 'Gildenface close up portrait of real life super mario, disgusted'
output:
url: >-
3277429.jpeg
- text: 'obese (cthulhu:1.4), gildenface style photo, close up on face, detailed skin texture, by bruce gilden'
output:
url: >-
3277426.jpeg
- text: 'rusty cast-iron (robot:1.4), gildenface style photo, close up on face, detailed skin texture'
output:
url: >-
3277421.jpeg
- text: 'Gildenface close up portrait of real life pikachu by bruce gilden'
output:
url: >-
3277419.jpeg
- text: 'candid close up photo of a surprised Shrek business man, detailed skin texture, standing outside in a swamp,'
output:
url: >-
3277870.jpeg
---
# Gildenface XL โ Headshot LoRA
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](/WizWhite/gildenface-xl-headshot-lora/tree/main) them in the Files & versions tab. ## Use it with the [๐งจ diffusers library](https://github.com/huggingface/diffusers) ```py 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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)