Update README.md
Browse filescleaning up broken links
README.md
CHANGED
@@ -15,7 +15,7 @@ This model is NOT the 19.2M images Characters Model on TrinArt, but an improved
|
|
15 |
|
16 |
## Diffusers
|
17 |
|
18 |
-
The model has been ported to `diffusers` by [ayan4m1](https://huggingface.co/ayan4m1
|
19 |
and can easily be run from one of the branches:
|
20 |
- `revision="diffusers-60k"` for the checkpoint trained on 60,000 steps,
|
21 |
- `revision="diffusers-95k"` for the checkpoint trained on 95,000 steps,
|
@@ -64,8 +64,6 @@ images = pipe(prompt="Manga drawing of Brad Pitt", init_image=init_image, streng
|
|
64 |
image
|
65 |
```
|
66 |
|
67 |
-
![brad_pitt](https://huggingface.co/datasets/patrickvonplaten/images/blob/main/manga_man.png)
|
68 |
-
|
69 |
If you want to run the pipeline faster or on a different hardware, please have a look at the [optimization docs](https://huggingface.co/docs/diffusers/optimization/fp16).
|
70 |
|
71 |
|
|
|
15 |
|
16 |
## Diffusers
|
17 |
|
18 |
+
The model has been ported to `diffusers` by [ayan4m1](https://huggingface.co/ayan4m1)
|
19 |
and can easily be run from one of the branches:
|
20 |
- `revision="diffusers-60k"` for the checkpoint trained on 60,000 steps,
|
21 |
- `revision="diffusers-95k"` for the checkpoint trained on 95,000 steps,
|
|
|
64 |
image
|
65 |
```
|
66 |
|
|
|
|
|
67 |
If you want to run the pipeline faster or on a different hardware, please have a look at the [optimization docs](https://huggingface.co/docs/diffusers/optimization/fp16).
|
68 |
|
69 |
|