city96 commited on
Commit
0d8b2cd
·
verified ·
1 Parent(s): 6d5ae6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ These are two proof-of-concept `compact` (`SRVGGNetCompact`) models meant to be used with anime images.
5
+
6
+ - `RevDiff1_x1_soft.pth` - x1 model, cleans up linework/random spots fairly well, recommended.
7
+ - `RevDiff1_x2_sharp.pth` - x2 model, upscales clean lineart reasonably well, but has issues with artifacting.
8
+
9
+ They were trained against images that have been processed by stable diffusion at a low denoise. The goal was to try and revert the artifacts introduced by the VAE/UNET.
10
+
11
+ Release post soon.