BleachNick
commited on
Commit
•
e5beecb
1
Parent(s):
15a261a
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,11 @@ pipeline_tag: text-to-image
|
|
20 |
|
21 |
StableDiffusion3 model trained with the UltraEdit data to perform the mask-based and free-form image editing.
|
22 |
|
23 |
-
You can get the modified verson of diffusers from the github [
|
|
|
|
|
|
|
|
|
24 |
|
25 |
```python
|
26 |
# For Editing with SD3
|
|
|
20 |
|
21 |
StableDiffusion3 model trained with the UltraEdit data to perform the mask-based and free-form image editing.
|
22 |
|
23 |
+
You can get the modified verson of diffusers from the github [PAGE](https://github.com/HaozheZhao/UltraEdit):
|
24 |
+
|
25 |
+
`cd diffusers && pip install -e .`
|
26 |
+
|
27 |
+
And then you can run:
|
28 |
|
29 |
```python
|
30 |
# For Editing with SD3
|