Instructions to use AiArtLab/sdxs3d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiArtLab/sdxs3d with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AiArtLab/sdxs3d", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
2610 b4d8bb3
v003 0c837de
v002 b6d8e34
recoilme commited on
2809 5d81018
recoilme commited on
2709 41b440f
recoilme commited on
2609 3a840b2
recoilme commited on
2509 dc8f7ca
recoilme commited on
diffusers e12c386
recoilme commited on
diffusers 7222001
recoilme commited on
diffusers cf8040d
recoilme commited on