pamasse commited on
Commit
bac556a
1 Parent(s): 9498b2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -5,7 +5,6 @@ tags:
5
  - stable-diffusion-diffusers
6
  - controlnet
7
  - endpoints-template
8
- thumbnail: "https://huggingface.co/philschmid/ControlNet-endpoint/resolve/main/thumbnail.png"
9
  inference: true
10
  ---
11
 
@@ -18,14 +17,9 @@ inference: true
18
 
19
  ---
20
 
21
- Blog post: [Controlled text to image generation with Inference Endpoints]()
22
 
23
  This repository implements a custom `handler` task for `controlled text-to-image` generation on 🤗 Inference Endpoints. The code for the customized pipeline is in the [handler.py](https://huggingface.co/philschmid/ControlNet-endpoint/blob/main/handler.py).
24
 
25
- There is also a [notebook](https://huggingface.co/philschmid/ControlNet-endpoint/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
26
-
27
- ![sample](thumbnail.png)
28
-
29
 
30
  ### expected Request payload
31
 
 
5
  - stable-diffusion-diffusers
6
  - controlnet
7
  - endpoints-template
 
8
  inference: true
9
  ---
10
 
 
17
 
18
  ---
19
 
 
20
 
21
  This repository implements a custom `handler` task for `controlled text-to-image` generation on 🤗 Inference Endpoints. The code for the customized pipeline is in the [handler.py](https://huggingface.co/philschmid/ControlNet-endpoint/blob/main/handler.py).
22
 
 
 
 
 
23
 
24
  ### expected Request payload
25