nerijs/pixelparti-128-v0.1
Viewer • Updated • 4.84k • 20 • 10
How to use kadirnar/pixelparti-128-v0.4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("kadirnar/pixelparti-128-v0.4", dtype=torch.bfloat16, device_map="cuda")
prompt = "pixel art style"
image = pipe(prompt).images[0]



These are kadirnar/pixelparti-128-v0.4 DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
The weights were trained using DreamBooth.
You should use pixel art style to trigger the image generation.
Download them in the Files & versions tab.
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE).
# TODO: add an example code snippet for running this diffusion pipeline
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]