Ryu-Sena commited on
Commit
33b951a
·
verified ·
1 Parent(s): f633e6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -51
README.md CHANGED
@@ -1,51 +1,7 @@
1
- # Er0manga censorship removal interface
2
-
3
- This repo contains code to build docker image to run the whole decensoring pipeline and sets up the gradio-based web interface. Currently, only dark-colored bar censorship is supported for colored and B&W images.
4
-
5
- ## Quick start:
6
-
7
- ### Step 0: Install Docker:
8
-
9
- If you are using Windows (even if you are using WSL/WSL2): install Docker Desktop directly from Microsoft Store
10
-
11
- OR
12
-
13
- If you are using Linux: install docker normally
14
-
15
- ### Step 1: Get docker image:
16
-
17
- #### (Easy option) Pull docker image directly from docker hub:
18
-
19
- Run in the terminal/PowerShell:
20
-
21
- `docker pull er0manga/er0mangademo:latest`
22
-
23
- OR
24
-
25
- #### (Manual option) build the image yourself:
26
-
27
- Clone this repo and run in terminal/PowerShell:
28
-
29
- `docker build . -t er0manga`
30
-
31
- ### Step 2: Run the docker image with web demo:
32
-
33
- Open the terminal/PowerShell and if you have an NVIDIA GPU, run:
34
-
35
- `docker run --gpus all --rm -it -p 7860:7860 er0manga/er0mangademo`
36
-
37
- Otherwise, for CPU-based inference (significantly slower) run:
38
-
39
- `docker run --rm -it -p 7860:7860 er0manga/er0mangademo`
40
-
41
- ### Step 2:
42
-
43
- Go to 127.0.0.1:7860 in the browser, upload the image and do some testing!
44
-
45
- Notice that you can run `docker run --rm -it -p 7860:7860 --entrypoint /bin/bash er0manga/er0mangademo` to explore and run the code yourself.
46
-
47
- ## The links to the repos that do the processing:
48
-
49
- [https://github.com/Er0manga/Er0mangaSeg](https://github.com/Er0manga/Er0mangaSeg)
50
-
51
- [https://github.com/Er0manga/Er0mangaInpaint](https://github.com/Er0manga/Er0mangaInpaint)
 
1
+ title: llamadecensor1
2
+ emoji: 🌖
3
+ colorFrom: gray
4
+ colorTo: red
5
+ sdk: docker
6
+ pinned: false
7
+ short_description: 'Decensored Manga with Llama inpainting '