Instructions to use Zilun/GeoRSSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Zilun/GeoRSSD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Zilun/GeoRSSD", 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
Upload 14 files 82bbc25 verified
Update README.md 3f093da
Upload 14 files 9022c00
Update README.md ba8816b
Delete checkpoint/18000 ba20d8a
Upload 10 files df925d0
Rename checkpoint/18000/model_index.json to checkpoint/1p/18000/model_index.json ff5b52d
Delete checkpoint/1p efe3f99
Create 1p 1b8abc7
Upload 14 files f901ac4
Update README.md e8d1899
Upload 11 files 1067098
initial commit 985e500
Zilun commited on