Exyloz commited on
Commit
7db37a6
1 Parent(s): 751611a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,9 +16,9 @@ This repository shares various Text-to-Image TIs/Textual Inversions/Embeddings c
16
  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.
17
 
18
  ## General information:
19
- 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...
20
 
21
- 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).
22
 
23
  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.
24
 
 
16
  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.
17
 
18
  ## General information:
19
+ 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 safetensors. One might ask why they're still making them pickles if they're not up to no good...
20
 
21
+ Safetensors 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).
22
 
23
  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.
24