Instructions to use BryanW/43.a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BryanW/43.a with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BryanW/43.a", 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
Ctrl+K
- checkpoint-1
- checkpoint-100
- checkpoint-1000
- checkpoint-10000
- checkpoint-10100
- checkpoint-10200
- checkpoint-10300
- checkpoint-10400
- checkpoint-10500
- checkpoint-10600
- checkpoint-10700
- checkpoint-10800
- checkpoint-10900
- checkpoint-1100
- checkpoint-11000
- checkpoint-11100
- checkpoint-11200
- checkpoint-11300
- checkpoint-11400
- checkpoint-11500
- checkpoint-11600
- checkpoint-11700
- checkpoint-11800
- checkpoint-11900
- checkpoint-1200
- checkpoint-12000
- checkpoint-12100
- checkpoint-12200
- checkpoint-12300
- checkpoint-12400
- checkpoint-12500
- checkpoint-12600
- checkpoint-12700
- checkpoint-12800
- checkpoint-12900
- checkpoint-1300
- checkpoint-13000
- checkpoint-13100
- checkpoint-13200
- checkpoint-13300
- checkpoint-13400
- checkpoint-13500
- checkpoint-13600
- checkpoint-13700
- checkpoint-13800
- checkpoint-13900
- checkpoint-1400
- checkpoint-1500
- checkpoint-1600
- checkpoint-1700