Norod78/xmasize-blip-captions
Viewer • Updated • 274 • 19
How to use Norod78/SDXL-xmasize-Lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Norod78/SDXL-xmasize-Lora")
prompt = "Cthulhu xmasize"
image = pipe(prompt).images[0]






Add some random Christmas spirit to your generated images.
SDXL at its base is already very good at generating Xmas related content, so in this LoRA I was aiming for Christmasizing your regular prompts. Try it, just use the trigger word "xmasize" in your prompts and sometimes fun things will happen.
You should use xmasize to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
This model is also available on CivitAI
Base model
stabilityai/stable-diffusion-xl-base-1.0