alaaawad commited on
Commit
595105c
1 Parent(s): 9f42b2c

updated README

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -12,21 +12,17 @@ license: mit
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
 
15
 
16
- It takes 3 mandatory inputs.
17
 
18
- Input Image URL
19
- Prompt of the part in the input image that you want to replace
20
- Output Prompt
21
- There are certain parameters that you can tune
22
 
23
- Mask Precision
24
- Stable Diffusion Generation Strength
25
 
 
26
 
27
 
28
- Prerequisites:
29
  * GPU (runs fine on Google Colab Tesla T4)
 
30
 
31
-
32
- Clipseg Model Weights - https://github.com/timojl/clipseg
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
+ # CLIPSeg X SD
16
 
17
+ work in progress. Currently it just performs image segmentation but planning to add stable diffusion in painting to the segmented image.
18
 
 
 
 
 
19
 
20
+ ## Demo
 
21
 
22
+ https://huggingface.co/spaces/alaaawad/CLIPSeg_x_SD
23
 
24
 
25
+ ## Prerequisites:
26
  * GPU (runs fine on Google Colab Tesla T4)
27
+ * Clipseg Model Weights - https://github.com/timojl/clipseg
28