How to use DevoidSloth/apix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DevoidSloth/apix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
879bf66 2170314 0ee5c3e 2170314 a2ee03c 879bf66 41dd805 0ee5c3e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- license: mit inference: true language: - en library_name: diffusers tags: - art - text-to-image - stable-diffusion - pixel-art - aassets pipeline_tag: text-to-image --- AI Pixelart Model made by Devoid Sloth