crumb commited on
Commit
d921007
1 Parent(s): 8c43ad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ inference: false
9
 
10
  ---
11
 
 
 
12
  A finetuning equivalent with less VRAM requirement than finetuning Stable Diffusion itself, faster if you have all the images downloaded, less space taken up by the models since you only need CLIP
13
 
14
  A notebook for producing your own "stable inversions" is included in this repo but I wouldn't recommend doing so (they suck). It works on Colab free tier though.
 
9
 
10
  ---
11
 
12
+ ### **copy pasted from the genshin stable inversion repo, all you need to know is that it's the token_embedding layer and you can load it in there with torch.load**
13
+
14
  A finetuning equivalent with less VRAM requirement than finetuning Stable Diffusion itself, faster if you have all the images downloaded, less space taken up by the models since you only need CLIP
15
 
16
  A notebook for producing your own "stable inversions" is included in this repo but I wouldn't recommend doing so (they suck). It works on Colab free tier though.