jrrjrr commited on
Commit
66f0dce
1 Parent(s): 34b9809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
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.
24
  - The upgraded model should now work with both image2image and text2image.
25
  - IMPORTANT: remeber that in image2image, your STARTING IMAGE must always be the same size as yout model. A 512x512 model will only work with a 512x512 starting image, a 768x512 model will only work with a 786x512 starting image., etc
26
  - Both the model and the starting image sizes are listed as WIDTH x HEIGHT. 512x768 is a "portrait" orientation. 768x512 is a "landscape" oriemtation.
 
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 the copied file's name.
24
  - The upgraded model should now work with both image2image and text2image.
25
  - IMPORTANT: remeber that in image2image, your STARTING IMAGE must always be the same size as yout model. A 512x512 model will only work with a 512x512 starting image, a 768x512 model will only work with a 786x512 starting image., etc
26
  - Both the model and the starting image sizes are listed as WIDTH x HEIGHT. 512x768 is a "portrait" orientation. 768x512 is a "landscape" oriemtation.