CoolFace
Modelpublic

ostris/bootlicker-corporate-photos-and-portraits

sourceHugging Faceotherupdated 2y agoView on Hugging Face
22likes56downloads
Model Card

Bootlicker - Corporate Photos and Portraits

<Gallery />

Model description

<p>Create corporate headshots and portraits. Great for outpainiting a face for LinkedIn profile photos. <br /><br />A weight of 0.5 works well in most models. Adjust as needed. Trigger word is "bootlicker". </p>

Trigger words

You should use bootlicker 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

py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('ostris/bootlicker-corporate-photos-and-portraits', weight_name='bootlicker.safetensors')
image = pipeline('photo of  japanese  man bootlicker  ').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers