Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ tags:
|
|
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:
|
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.
|
27 |
- In the even that the updated VAEEncoder.mlmodelc does not work for you, delete it and revert to your backed-up file by removing the .noi2i from the back-up's name.
|
28 |
-
- Please report any issues you encounter so I try resolve them.
|
|
|
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.
|
27 |
- In the even that the updated VAEEncoder.mlmodelc does not work for you, delete it and revert to your backed-up file by removing the .noi2i from the back-up's name.
|
28 |
+
- Please report any issues you encounter so that I can try resolve them.
|