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
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ platform and mainstream robot embodiments, GigaBrain-0.7 demonstrates strong
|
|
| 44 |
task adaptability and completion ability across both home and industrial
|
| 45 |
scenarios.
|
| 46 |
|
| 47 |
-

|
| 48 |
|
| 49 |
## Citation
|
| 50 |
|