jrrjrr commited on
Commit
03603e2
·
1 Parent(s): 5d768bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+ These are several flavors of the piece of the `SDXL Refiner` model that Mochi Diffusion needs to turn a `SDXL Base` model into a combined `Base + Refiner` model.
5
+ Put the correct version of the `UnetRefiner.mlmodelc` in with the rest of the pieces of your `Base` model. Mochi will automatically recognize the 2 Unets as a combineed model.
6
+ It will use the Base model Unet for the first 80% of the steps and then it will automatically switch to the Refiner model Unet for the final 20%. The transition point is hardcoded.
7
+ Take care when unzipping after downloading as they all unzip to the same `UnetRefiner.mlmodelc` name.