crumb commited on
Commit
b7c8dbe
1 Parent(s): d921007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ inference: false
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
 
 
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, it's a little hacky and won't give you the full style of the model but it's mostly there**
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