Cursed Images SDXL LoRA

Prompt
cursed image
Prompt
cursed image
Prompt
cursed image
Prompt
cursed image
Prompt
cursed image

This model was originally uploaded on CivitAI, by analogspiderweb. The information below was provided by the author on CivitAI: (CivitAI)

Model description

Trained on top posts from reddit.com/r/cursedimages

Some (but not all) preview images were made with TensorRT: https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT

Trigger words

You should use cursed image to trigger the 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

from diffusers import AutoPipelineForText2Image
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to(device)
pipe.load_lora_weights('analogspiderweb/cursed-images-sdxl-lora', weight_name='cursedimagessdxl.safetensors')
image = pipeline('cursed image ').images[0]

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

Downloads last month
6
Inference Providers NEW
Examples

Model tree for analogspiderweb/cursed-images-sdxl-lora

Adapter
(7241)
this model