Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 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 |
|
|
@@ -10,4 +14,4 @@ It will use the Base model Unet for the first 80% of the steps and then it will
|
|
| 10 |
Take care when unzipping after downloading as they all unzip to the same UnetRefiner.mlmodelc name.
|
| 11 |
|
| 12 |
|
| 13 |
-
Keep in mind that the Refiner is a generic type model and using it with a Base model that has a specific "personality" might ruin rather than improve images
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- coreml
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
- text-to-image
|
| 7 |
---
|
| 8 |
+
## 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.
|
| 9 |
|
| 10 |
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.
|
| 11 |
|
|
|
|
| 14 |
Take care when unzipping after downloading as they all unzip to the same UnetRefiner.mlmodelc name.
|
| 15 |
|
| 16 |
|
| 17 |
+
**Keep in mind that the Refiner is a generic type model and using it with a Base model that has a specific "personality" might ruin rather than improve images.**
|