jrrjrr commited on
Commit
34b9809
1 Parent(s): 50762b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
  **They should enable image2image for ANY model trained or merged from the Stable Diffusion v1.5 base model. They will not work with models derived from Stable Diffusion v2.0 or v2.1 base models.**
18
 
19
  **INSTRUCTIONS**
20
- - Rename the existion VAEEncoder.mlmodelc inside the model folder you wish to upgrade to VAEEncoder.mlmodelc.noi2i
21
  - Copy the appropriate new VAEEncoder.mlmodelc to the model folder of the model you are upgrading. The new VAEEncoder.mlmodelc file needs to match the original model in size and compute unit type.
22
  - Examples: If the model is an original 512x768 model, copy the file named NEW-ORIG-512x768-VAEEncoder.mlmodelc. If the model is a split_einsum 512x512 model, copy the file named NEW-SPLIT-512x512-VAEEncoder.mlmodelc.
23
  - After copying the appropriate VAE file, you must rename it to VAEEncoder.mlmodelc. That means removing the NEW-ORIG-512x768-, NEW-SPLIT-512x512-, etc. from thr copied file name.
 
17
  **They should enable image2image for ANY model trained or merged from the Stable Diffusion v1.5 base model. They will not work with models derived from Stable Diffusion v2.0 or v2.1 base models.**
18
 
19
  **INSTRUCTIONS**
20
+ - Rename the existing VAEEncoder.mlmodelc inside the model folder you wish to upgrade to VAEEncoder.mlmodelc.noi2i
21
  - Copy the appropriate new VAEEncoder.mlmodelc to the model folder of the model you are upgrading. The new VAEEncoder.mlmodelc file needs to match the original model in size and compute unit type.
22
  - Examples: If the model is an original 512x768 model, copy the file named NEW-ORIG-512x768-VAEEncoder.mlmodelc. If the model is a split_einsum 512x512 model, copy the file named NEW-SPLIT-512x512-VAEEncoder.mlmodelc.
23
  - After copying the appropriate VAE file, you must rename it to VAEEncoder.mlmodelc. That means removing the NEW-ORIG-512x768-, NEW-SPLIT-512x512-, etc. from thr copied file name.