Instructions to use ItsJayQz/Firewatch_Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ItsJayQz/Firewatch_Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ItsJayQz/Firewatch_Diffusion", 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
Commit History
Update README.md 6b6744e
Update README.md 5bc0be7
Update README.md c0ec0c9
Update README.md 22452f3
Adding `safetensors` variant of this model (#1) dd52a98
JB commited on
Upload Firewatch_fwatch_style.ckpt f94fb91
JB commited on
Update README.md 7308f54
JB commited on
Upload 15 files 7606ac9
JB commited on
initial commit 419af70
JB commited on