--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - migrated - concept - portrait - headshot - corporate base_model: runwayml/stable-diffusion-v1-5 instance_prompt: bootlicker widget: - text: 'photo of a man bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546509.jpeg - text: 'photo of asian woman bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546510.jpeg - text: 'photo of indian man bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546512.jpeg - text: 'photo of of hipster man bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546515.jpeg - text: 'photo of of mexican woman bootlicker, ai company ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546518.jpeg - text: 'photo of a man bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546531.jpeg - text: 'photo of a woman bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546538.jpeg - text: 'photo of japanese man bootlicker ' parameters: negative_prompt: cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution output: url: >- 1546547.jpeg --- # Bootlicker - Corporate Photos and Portraits ## Model description

Create corporate headshots and portraits. Great for outpainiting a face for LinkedIn profile photos.

A weight of 0.5 works well in most models. Adjust as needed. Trigger word is "bootlicker".

## Trigger words You should use `bootlicker` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/ostris/bootlicker-corporate-photos-and-portraits/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('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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)