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 Settings
- Draw Things
- DiffusionBee
readme
Browse files
README.md
CHANGED
|
@@ -59,10 +59,11 @@ We are actively updating and improving this repository. If you find any bugs or
|
|
| 59 |
## Detail ✨
|
| 60 |
We currently release two model weights.
|
| 61 |
|
| 62 |
-
|
|
| 63 |
-
|:------------:|:-----------:|:-----------:|:---------------:|
|
| 64 |
-
|csgo.bin|4|16|
|
| 65 |
-
|csgo_4_32.bin|4|32|
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
## Pipeline 💻
|
|
|
|
| 59 |
## Detail ✨
|
| 60 |
We currently release two model weights.
|
| 61 |
|
| 62 |
+
| Mode | content token | style token | Other |
|
| 63 |
+
|:----------------:|:-----------:|:-----------:|:---------------------------------:|
|
| 64 |
+
| csgo.bin |4|16| - |
|
| 65 |
+
| csgo_4_32.bin |4|32| Deepspeed zero2 |
|
| 66 |
+
| csgo_4_32_v2.bin |4|32| Deepspeed zero2+more(coming soon) |
|
| 67 |
|
| 68 |
|
| 69 |
## Pipeline 💻
|