jrrjrr commited on
Commit
e093b17
1 Parent(s): dde1c5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - coreml
5
+ - stable-diffusion
6
+ - image-to-image
7
  ---
8
+ # These are a set of VAEEncoder.mlmodelc bundles that will enable the image2image feature with Mochi Diffusion 3.2 when using incompatible older CoreML cpnverted models.
9
+
10
+ **They are provided in a single zip file, containing five replacement VAEEncoder.mlmodelc files, noted by their file names for use as follows:**
11
+ - for split_einsim 515x515 SD-1.5 type models
12
+ - for original 512x512 SD-1.5 type models
13
+ - for original 512x768 SD-1.5 type models
14
+ - for original 768x512 SD-1.5 type models
15
+ - for original 768x768 SD-1.5 type models
16
+
17
+ **They should enable image2image for ANY model trained or merged from the Setable 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.
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 I try resolve them.