Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 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.
|
|
|
|
| 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.
|