rbourgeat/ChromePunk-Dataset
Viewer • Updated • 20 • 43
How to use rbourgeat/ChromePunk-SDXL-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("rbourgeat/ChromePunk-SDXL-LoRA")
prompt = "chromepunk The image is a close-up portrait of a man with a serious expression, set against a red background."
image = pipe(prompt).images[0]

👉🏻 Civitai LINK
👉🏻 Dataset
You should use chromepunk to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-xl-base-1.0