Instructions to use nerijs/pixel-art-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nerijs/pixel-art-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("nerijs/pixel-art-xl") prompt = "pixel art, a cute corgi, simple, flat colors" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
How to generate 16x16px or 32x32px image by this model?
#21 opened about 1 year ago
by
AICrazyyy
How to use that model this settings are okay ?
2
#13 opened over 2 years ago
by
dam2452
What is the pixel square dimension of the resulting image?
1
#12 opened over 2 years ago
by
hunkim98
Examples
1
#10 opened over 2 years ago
by
joe212
How to custom this model?
1
#9 opened over 2 years ago
by
pixelartmaker
Runtime error !
#8 opened over 2 years ago
by
K1LLERFR4ME
License
👍 1
13
#7 opened over 2 years ago
by
elie707
can this use with controlnet?
#6 opened over 2 years ago
by
rossini
How to install this model to my stable diffusion?)
1
#4 opened almost 3 years ago
by
Removiekeen
Inference API
1
#3 opened almost 3 years ago
by
orilian
How to load this model?
3
#2 opened almost 3 years ago
by
Saugatkafley
Update README.md
#1 opened almost 3 years ago
by
liaox