Exyloz commited on
Commit
f94602e
1 Parent(s): dedfd83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -5,16 +5,21 @@ tags:
5
  - Text-to-Image
6
  - safetensors
7
  ---
8
- This is just a repository for the purpose of converting Text-to-Image pickletensors to safetensors and/or making converted tensors available.
 
9
 
10
- I have no idea why people are still using pickles, but it seems to be extremely common with TIs and VAEs.
11
 
12
- Safetensor versions of the most common VAEs are already available here: https://civitai.com/models/118561/anything-kl-f8-anime2-vae-ft-mse-840000-ema-pruned-blessed-clearvae-fp16cleaned
13
 
14
- The pickles I convert at first will just be TIs I want to try out myself, but feel free to make requests in the Community Tab (assuming I get anywhere with this).
15
 
16
- All converted models will naturally be subject to their original licences and terms. Links will be provided to the appropriate pages for the original models.
 
17
 
18
- NOTE:
19
- I have yet to convert anything and I'm not even sure I'll succeed. If you're reading this, wait a few days and check again to see if I've produced any results.
20
- Any input on the best way to achieve this (without putting my own computer at risk) is welcome. Just post it in the Community tab.
 
 
 
 
5
  - Text-to-Image
6
  - safetensors
7
  ---
8
+ ## Important information:
9
+ This repository shares various Text-to-Image TIs/Textual Inversions/Embeddings converted from pickletensors to [safetensors](https://huggingface.co/docs/safetensors/index).
10
 
11
+ ***All converted models are naturally subject to their original licences and terms.*** Links are provided below to the appropriate pages for the original models.
12
 
13
+ ***If you're the creator of one of these and you want me to take it down***, just let me know in the Community tab. But ***please*** make a safetensors version available on your own accounts first. Please?
14
 
15
+ This repository only contains general use models. For any models promoting sexual content, see the [safeConvertNSFW](https://huggingface.co/Exyloz/safeConvertNSFW) repository. It is tagged NFAA, so you should need an account with NFAA set to visible under Content Preferences.
16
 
17
+ ## General information:
18
+ I really have no idea why people are still using pickles, but it seems to be extremely common with TIs and VAEs. Pickles can be injected with malicious code. And while there's no danger if the file comes from a trustworthy source, there are no downsides to making it a safetensor. One might ask why they're still making them pickles if they're not up to no good...
19
 
20
+ Safetensor versions of the most common VAEs are already available [here](https://civitai.com/models/118561/anything-kl-f8-anime2-vae-ft-mse-840000-ema-pruned-blessed-clearvae-fp16cleaned).
21
+
22
+ I'm using [pt_to_safetensors_converter.ipynb](https://colab.research.google.com/github/shaform/pt_to_safetensors_converter_notebook/blob/custom/pt_to_safetensors_converter.ipynb) on Google Colab to convert these. It's really easy once you're familiar with Colab.
23
+
24
+ The pickles I've converted so far are just a few I wanted to ***try out*** myself. It doesn't mean they worked out well for me... \
25
+ Feel free to make requests in the Community Tab if you don't want to convert them yourself or think they should be available here.