jrrjrr commited on
Commit
56c3724
1 Parent(s): b05d955

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -17,6 +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.<br><br>
18
 
19
  ### INSTRUCTIONS
 
20
  - 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.
21
  - 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.
22
  - 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 the copied file's 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.<br><br>
18
 
19
  ### INSTRUCTIONS
20
+ - If the model folder that you are upgrading already has a VAEEncoder.mlmodelc file inside, rename that file to VAEEncoder.mlmodelc.bak first, to keep it in case you want to teturn to it later. It is fine to leave it in the folder. It only needs to be renamed.
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 the copied file's name.