How to use from the
Use from the
Diffusers library
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", torch_dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("multimodalart/envy-pulp-horror-xl-01")

prompt = "pulp horror, bubbling cauldron full of green liquid,full moon,gnawing on bones"
image = pipe(prompt).images[0]

Envy Pulp Horror XL 01

Prompt
pulp horror, bubbling cauldron full of green liquid,full moon,gnawing on bones

A LoRA trained on pulp horror images, weighted in such a way that it shouldn't overpower the style of the checkpoint you're using. Goes well with my pulp horror visual element wildcards.

Downloads last month
12
Inference Providers NEW
Examples

Model tree for multimodalart/envy-pulp-horror-xl-01

Adapter
(9684)
this model