MaxReimann commited on
Commit
fd8494e
1 Parent(s): e02f71c

Update pages/Readme.py

Browse files
Files changed (1) hide show
  1. pages/Readme.py +2 -1
pages/Readme.py CHANGED
@@ -11,7 +11,7 @@ st.markdown("""
11
  We provide a small stylization effect that contains several filters such as bump mapping or edge enhancement that can be optimized. The optimization yields so-called parameter masks, which contain per pixel parameter settings of each filter.
12
 
13
  ### How to use the app ?
14
- - On the first page select existing content/style combinations or upload images to optimize.
15
  - After the effect has been applied, use the parameter sliders to adjust a parameter value globally
16
  - On the "apply preset" page, we defined several parameter presets that can be drawn on the image. Press "Apply" to make the changes permanent
17
  - On the " local editing" page, individual parameter masks can be edited regionally. Choose the parameter on the left sidebar, and use the parameter strength slider to either increase or decrease the strength of the drawn strokes
@@ -27,5 +27,6 @@ st.markdown("""
27
 
28
  ### Further notes
29
  Pull Requests and further improvements are very welcome.
 
30
  Please note that the shown effect is a minimal pipeline in terms of stylization capability, the much more feature-rich oilpaint and watercolor pipelines we show in our ECCV paper cannot be open-sourced due to IP reasons.
31
  """)
 
11
  We provide a small stylization effect that contains several filters such as bump mapping or edge enhancement that can be optimized. The optimization yields so-called parameter masks, which contain per pixel parameter settings of each filter.
12
 
13
  ### How to use the app ?
14
+ - On the first page select existing content/style combinations or upload images to optimize.
15
  - After the effect has been applied, use the parameter sliders to adjust a parameter value globally
16
  - On the "apply preset" page, we defined several parameter presets that can be drawn on the image. Press "Apply" to make the changes permanent
17
  - On the " local editing" page, individual parameter masks can be edited regionally. Choose the parameter on the left sidebar, and use the parameter strength slider to either increase or decrease the strength of the drawn strokes
 
27
 
28
  ### Further notes
29
  Pull Requests and further improvements are very welcome.
30
+ On huggingface, optimization is currently disabled because it takes ~5min to optimize. If you want to try out your own images, please check out the app on [github](https://github.com/MaxReimann/WISE-Editing).
31
  Please note that the shown effect is a minimal pipeline in terms of stylization capability, the much more feature-rich oilpaint and watercolor pipelines we show in our ECCV paper cannot be open-sourced due to IP reasons.
32
  """)