Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -36,12 +36,12 @@ JoyAI-Image-Edit is a multimodal foundation model specialized in instruction-gui
|
|
| 36 |
|
| 37 |
|
| 38 |
#### Install the [Pull Request](https://github.com/huggingface/diffusers/pull/13444]) of JoyAI-Image-Edit of diffusers
|
| 39 |
-
```
|
| 40 |
pip install git+https://github.com/huggingface/diffusers.git@refs/pull/13444
|
| 41 |
```
|
| 42 |
|
| 43 |
#### Running with Diffusers
|
| 44 |
-
```
|
| 45 |
import torch
|
| 46 |
from PIL import Image
|
| 47 |
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
#### Install the [Pull Request](https://github.com/huggingface/diffusers/pull/13444]) of JoyAI-Image-Edit of diffusers
|
| 39 |
+
```bash
|
| 40 |
pip install git+https://github.com/huggingface/diffusers.git@refs/pull/13444
|
| 41 |
```
|
| 42 |
|
| 43 |
#### Running with Diffusers
|
| 44 |
+
```python
|
| 45 |
import torch
|
| 46 |
from PIL import Image
|
| 47 |
|