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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -7,4 +7,7 @@ Put the correct version of the UnetRefiner.mlmodelc in with the rest of the piec
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.
 
 
 
 
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.
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.