Instructions to use InstantX/CSGO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/CSGO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InstantX/CSGO", 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
demo
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ license: apache-2.0
|
|
| 15 |
|
| 16 |
<a href='https://csgo-gen.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
| 17 |
<a href='https://arxiv.org/abs/2408.16766'><img src='https://img.shields.io/badge/Technique-Report-red'></a>
|
|
|
|
| 18 |
[](https://huggingface.co/spaces/InstantX/CSGO)
|
| 19 |
|
| 20 |
|
|
|
|
| 15 |
|
| 16 |
<a href='https://csgo-gen.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
| 17 |
<a href='https://arxiv.org/abs/2408.16766'><img src='https://img.shields.io/badge/Technique-Report-red'></a>
|
| 18 |
+
[](https://huggingface.co/spaces/xingpng/CSGO/)
|
| 19 |
[](https://huggingface.co/spaces/InstantX/CSGO)
|
| 20 |
|
| 21 |
|