Norod78/PaperCutoutStyle
Viewer • Updated • 14 • 45 • 5
How to use Norod78/sdxl-PaperCutouts-Dreambooth 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-PaperCutouts-Dreambooth")
prompt = "A dog in the PaperCutout style"
image = pipe(prompt).images[0]





Just experimenting with Dreambooth LoRA training. Dataset was only 14 images generated with MidJourney. Trigger phrase is "PaperCutout style"
You should use PaperCutout style to trigger the image generation.
Dataset images were generated with Midjourney and are available here
Used kohya_ss with this config
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