Instructions to use baidu/ERNIE-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use baidu/ERNIE-Image with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baidu/ERNIE-Image", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,10 +16,11 @@ tags:
|
|
| 16 |
<a href="https://www.modelscope.cn/models/PaddlePaddle/ERNIE-Image-Turbo/summary">🤖 ERNIE-Image-Turbo</a>
|
| 17 |
<br/>
|
| 18 |
<a href="https://huggingface.co/spaces/baidu/ERNIE-Image-Turbo">🖥️ Huggingface Demo1</a> |
|
| 19 |
-
<a href="https://huggingface.co/spaces/akhaliq/ERNIE-Image-Turbo">🖥️ Huggingface Demo2(ZeroGPU)</a>
|
|
|
|
|
|
|
| 20 |
<br/>
|
| 21 |
<a href="https://github.com/baidu/ernie-image">Github</a> |
|
| 22 |
-
<a href="https://aistudio.baidu.com/ernieimage">🖥️ AI Studio Demo</a> |
|
| 23 |
<a href="https://yiyan.baidu.com/blog/posts/ernie-image">📖 Blog</a> |
|
| 24 |
<a href="https://ernieimageprompt.com/">🖼️ Art Gallery</a>
|
| 25 |
<br/>
|
|
|
|
| 16 |
<a href="https://www.modelscope.cn/models/PaddlePaddle/ERNIE-Image-Turbo/summary">🤖 ERNIE-Image-Turbo</a>
|
| 17 |
<br/>
|
| 18 |
<a href="https://huggingface.co/spaces/baidu/ERNIE-Image-Turbo">🖥️ Huggingface Demo1</a> |
|
| 19 |
+
<a href="https://huggingface.co/spaces/akhaliq/ERNIE-Image-Turbo">🖥️ Huggingface Demo2(ZeroGPU)</a> |
|
| 20 |
+
<a href="https://aistudio.baidu.com/ernieimage">🖥️ AI Studio Demo</a>
|
| 21 |
+
|
| 22 |
<br/>
|
| 23 |
<a href="https://github.com/baidu/ernie-image">Github</a> |
|
|
|
|
| 24 |
<a href="https://yiyan.baidu.com/blog/posts/ernie-image">📖 Blog</a> |
|
| 25 |
<a href="https://ernieimageprompt.com/">🖼️ Art Gallery</a>
|
| 26 |
<br/>
|