JadenFK commited on
Commit
f5c29e4
1 Parent(s): e066869

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -27,9 +27,19 @@ To evaluate artistic style removal, we conduct experiments erasing five modern a
27
 
28
  Given only a short text description of an undesired visual concept and no additional data, our method fine-tunes model weights to erase the targeted concept. Our method can avoid NSFW content, stop imitation of a specific artist's style, or even erase a whole object class from model output, while preserving the model's behavior and capabilities on other topics.
29
 
30
- ## Fine-tuned Weights
31
 
32
- The finetuned weights for both NSFW and art style erasures are available on our [project page](https://erasing.baulab.info).
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## Citing our work
35
  The preprint can be cited as follows
27
 
28
  Given only a short text description of an undesired visual concept and no additional data, our method fine-tunes model weights to erase the targeted concept. Our method can avoid NSFW content, stop imitation of a specific artist's style, or even erase a whole object class from model output, while preserving the model's behavior and capabilities on other topics.
29
 
30
+ ## Demo vs github
31
 
32
+ This demo uses an updated implementation from the original Erasing codebase the publication is based from.
33
+
34
+ ## Running locally
35
+
36
+ 1.) Create an environment using the packages included in the requirements.txt file
37
+
38
+ 2.) Run `python app.py`
39
+
40
+ 3.) Open the application in browser at `http://127.0.0.1:7860/`
41
+
42
+ 4.) Train, evaluate, and save models using our method
43
 
44
  ## Citing our work
45
  The preprint can be cited as follows