Instructions to use AIDC-AI/Ovis-Image-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIDC-AI/Ovis-Image-7B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AIDC-AI/Ovis-Image-7B", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ constraints.
|
|
| 44 |
</p> -->
|
| 45 |
|
| 46 |
<p align="center">
|
| 47 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/636f4c6b5d2050767e4a1491/
|
| 48 |
<br>
|
| 49 |
<em>The overall architecture of Ovis-Image.</em>
|
| 50 |
</p>
|
|
|
|
| 44 |
</p> -->
|
| 45 |
|
| 46 |
<p align="center">
|
| 47 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/636f4c6b5d2050767e4a1491/00j0TI5CbPp9rSXccC8QQ.png" width="95%">
|
| 48 |
<br>
|
| 49 |
<em>The overall architecture of Ovis-Image.</em>
|
| 50 |
</p>
|