Commit
•
7f8ea92
1
Parent(s):
56d3072
Update README.md
Browse files
README.md
CHANGED
@@ -35,9 +35,9 @@ The full license can be found here: https://huggingface.co/spaces/CompVis/stable
|
|
35 |
|
36 |
---
|
37 |
|
38 |
-
This repository implements a custom `handler` task for `text-to-image` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [pipeline.py](https://huggingface.
|
39 |
|
40 |
-
There is also a [notebook](https://huggingface.
|
41 |
|
42 |
### expected Request payload
|
43 |
```json
|
|
|
35 |
|
36 |
---
|
37 |
|
38 |
+
This repository implements a custom `handler` task for `text-to-image` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [pipeline.py](https://huggingface.co/philschmid/stable-diffusion-v1-4-endpoints/blob/main/handler.py).
|
39 |
|
40 |
+
There is also a [notebook](https://huggingface.co/philschmid/stable-diffusion-v1-4-endpoints/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
|
41 |
|
42 |
### expected Request payload
|
43 |
```json
|