jrrjrr commited on
Commit
37113b9
·
1 Parent(s): e9a43a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,10 +1,10 @@
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
 
6
- 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.
7
 
8
  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.
9
 
10
- Take care when unzipping after downloading as they all unzip to the same `UnetRefiner.mlmodelc` name.
 
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
 
6
+ 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.
7
 
8
  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.
9
 
10
+ Take care when unzipping after downloading as they all unzip to the same UnetRefiner.mlmodelc name.