Instructions to use DesignAndProd/FAD_V0_768_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DesignAndProd/FAD_V0_768_Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DesignAndProd/FAD_V0_768_Diffusers", 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
- Local Apps
- Draw Things
- DiffusionBee
File size: 134 Bytes
f9f7d02 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f9b3e78df44c12f39888b203b3590f79164212e540cd559d19b664343b7280df
size 492307041
|