noamrot commited on
Commit
e4d4c1b
·
verified ·
1 Parent(s): 74408fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,19 +15,19 @@ We offer four different models:
15
 
16
  ## Resources
17
 
18
- - 💻 **Project Page**: For more details, visit the official [project page](https://rotsteinnoam.github.io/Paint-by-Inpaint/).
19
 
20
- - 📝 **Read the Paper**: You can find the paper [here](https://arxiv.org/abs/2404.18212).
21
 
22
- - 🚀 **Try Our Demo**: Explore our models, now available on [Huggingface Spaces](https://huggingface.co/spaces/paint-by-inpaint/demo).
23
 
24
- - 🗂️ **Use the PIPE Dataset**: The model was trained using the [PIPE Dataset](https://huggingface.co/datasets/paint-by-inpaint/PIPE).
25
 
26
 
27
 
28
  #### Running the model
29
 
30
- Our models are simple to run using the InstructPix2Pix pipeline:
31
 
32
  ```python
33
  from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler
 
15
 
16
  ## Resources
17
 
18
+ - 💻 [**Project Page**](https://rotsteinnoam.github.io/Paint-by-Inpaint/).
19
 
20
+ - 📝 [**Read the Paper**](https://arxiv.org/abs/2404.18212).
21
 
22
+ - 🚀 [**Try Our Demo**](https://huggingface.co/spaces/paint-by-inpaint/demo).
23
 
24
+ - 🗂️ [**Use the PIPE Dataset**](https://huggingface.co/datasets/paint-by-inpaint/PIPE).
25
 
26
 
27
 
28
  #### Running the model
29
 
30
+ The model is simple to run using the InstructPix2Pix pipeline:
31
 
32
  ```python
33
  from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler