Instructions to use open-gigaai/GigaBrain-0.7-3.5B-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use open-gigaai/GigaBrain-0.7-3.5B-Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("open-gigaai/GigaBrain-0.7-3.5B-Base", 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
Upload GigaBrain-0.7 EMA safetensors weights
Browse files
diffusion_pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:223bda49a0a0f6fda59bf42801f8705b8332f9e11632bd8848b709c3a6ba57ea
|
| 3 |
+
size 4971682048
|
diffusion_pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fb0122adfd0aa2e8fd5612a41726fc947fb99987081e834f5b8bdc1084889d8
|
| 3 |
+
size 4946031784
|
diffusion_pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7db9419afed9dba3215adf80b3fecd34eb2fa8ee43ae5ad782d396bd250ce320
|
| 3 |
+
size 4187786600
|
diffusion_pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02506a600cbf9d025cb0539f6f32f4c281cda0845cca364a3051151b3102a1fe
|
| 3 |
+
size 2381555664
|
diffusion_pytorch_model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|