RcINS commited on
Commit
c8529a0
1 Parent(s): 3b2d836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Credit to original: https://huggingface.co/deepghs/ml-danbooru-onnx
6
+
7
+ Modified to add an intermediate vector (B, 384) from decoder output (sum reduced) for your random use, like similiar image search.
8
+ Also added sigmoid to graph end so you don't do it manually.