CoolFace
Modelpublic

RalFinger/christmas-critters-sdxl-lora

sourceHugging Faceotherupdated 3y agoView on Hugging Face
1likes25downloads
Model Card

Christmas Critters [SDXL LoRA]

<Gallery />

(CivitAI)

Model description

<p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">ral-chrcrts</span></strong><br /><br /><u><span style="color:rgb(193, 194, 197)">Note:</span></u><br /><span style="color:rgb(193, 194, 197)">This LoRA can be used for </span><strong><span style="color:rgb(193, 194, 197)">CUTE</span></strong><span style="color:rgb(193, 194, 197)"> or </span><strong><span style="color:rgb(193, 194, 197)">HORRIBLE </span></strong><span style="color:rgb(193, 194, 197)">Christmas images, just give it a try!</span><strong><br /></strong><br /><span style="color:rgb(193, 194, 197)">☕ Buy me a coffee: </span><a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>

Trigger words

You should use ral-chrcrts 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('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('RalFinger/christmas-critters-sdxl-lora', weight_name='ral-chrcrts-sdxl.safetensors')
image = pipeline('ral-chrcrts, a very creepy looking creature with a santa hat ').images[0]

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