Instructions to use alvdansen/wood-block-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/wood-block-xl 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("alvdansen/wood-block-xl") prompt = "A serene countryside with rolling hills, a farmer tending to a flock of sheep, a child flying a kite, and a quaint farmhouse with a flower garden" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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("alvdansen/wood-block-xl")
prompt = "A serene countryside with rolling hills, a farmer tending to a flock of sheep, a child flying a kite, and a quaint farmhouse with a flower garden"
image = pipe(prompt).images[0]Wood Block XL

- Prompt
- A serene countryside with rolling hills, a farmer tending to a flock of sheep, a child flying a kite, and a quaint farmhouse with a flower garden
- Negative Prompt
- ugly, messy, bad

- Prompt
- a girl with brown-blonde hair and big round glasses, blue eyes, white t shirt, portrait
- Negative Prompt
- ugly, messy, bad

- Prompt
- a wall of vines with a face coming out
- Negative Prompt
- ugly, messy, bad

- Prompt
- A sprawling labyrinth with hedges that shift and move, a minotaur lurking in the shadows, a hero holding a glowing map, and enchanted torches lighting the way
- Negative Prompt
- ugly, messy, bad

- Prompt
- A vibrant city park with people practicing yoga, children playing on a jungle gym, a couple having a picnic, and an artist painting the scenery
- Negative Prompt
- ugly, messy, bad

- Prompt
- a girl wearing a yellow rain coat walking through paris on a rainy day, portrait
- Negative Prompt
- ugly, messy, bad
Model description
A style trained on public domain wood block prints from Japan.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 8
Model tree for alvdansen/wood-block-xl
Base model
stabilityai/stable-diffusion-xl-base-1.0