File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def main() -> None:
76
76
unet_sd15 .runwayml_inpainting .convert ()
77
77
unet_sd15 .juggernaut_reborn .convert ()
78
78
unet_sd15 .juggernaut_aftermath .convert ()
79
+ unet_sd15 .juggernaut_aftermath_inpainting .convert ()
79
80
unet_sd15 .realistic_stock_photo_v3 .convert ()
80
81
unet_sd15 .realistic_vision_v5 .convert ()
81
82
Original file line number Diff line number Diff line change 337
337
converted = Hub (
338
338
repo_id = "refiners/sd15.juggernaut.aftermath.autoencoder" ,
339
339
filename = "model.safetensors" ,
340
- expected_sha256 = "fa7ef415e1854907aa46d81ed403bd1f6b0fd2f06c885545ab689f9f78fa7989 " ,
340
+ expected_sha256 = "83d147dd0d25231e49ba35820f7dd7f0902ba6e93237d00b6caee0599f010618 " ,
341
341
),
342
342
recipe = civitai_recipe ,
343
- dtype = torch .float32 ,
343
+ dtype = torch .float16 ,
344
344
)
345
345
# autoencoder wise, juggernaut_aftermath = juggernaut_aftermath_inpainting
346
346
realistic_stock_photo_v3 = Conversion (
Original file line number Diff line number Diff line change 254
254
converted = Hub (
255
255
repo_id = "refiners/sd15.juggernaut.aftermath.text_encoder" ,
256
256
filename = "model.safetensors" ,
257
- expected_sha256 = "2448c3148ae1c9658c18b136e5d6eebcc3c512dd3e1df71d3cb9bb1c83c19db1 " ,
257
+ expected_sha256 = "388ba94024540d450c32c6bdaa05a76c8f7ef42f6aef478b2e95a49220b1fd66 " ,
258
258
),
259
259
recipe = civitai_recipe ,
260
- dtype = torch .float32 ,
260
+ dtype = torch .float16 ,
261
261
)
262
262
realistic_stock_photo_v3 = Conversion (
263
263
original = Hub (
Original file line number Diff line number Diff line change 850
850
converted = Hub (
851
851
repo_id = "refiners/sd15.juggernaut.aftermath.unet" ,
852
852
filename = "model.safetensors" ,
853
- expected_sha256 = "5882c517eac0670df60755cb9eb762081a1d6a37431d3f7f9a3a6d8dfe764d86 " ,
853
+ expected_sha256 = "60312c91cb1807f9e1e1801b0686d9492fcea2b54835c7934b7aa433db0878e2 " ,
854
854
),
855
855
recipe = civitai_recipe ,
856
- dtype = torch .float32 ,
856
+ dtype = torch .float16 ,
857
857
)
858
858
juggernaut_aftermath_inpainting = Conversion (
859
859
original = Hub (
865
865
converted = Hub (
866
866
repo_id = "refiners/sd15.juggernaut.aftermath.unet_inpainting" ,
867
867
filename = "model.safetensors" ,
868
- expected_sha256 = "c00a85060de351d617cc3a3be6865cf3493a0557f1f32303cb8a385c6368b9a8 " ,
868
+ expected_sha256 = "6fc035c3cb865ec1efe72005ff7a70d8605616c64ca68466e161c8a570bdab87 " ,
869
869
),
870
870
recipe = civitai_recipe ,
871
- dtype = torch .float32 ,
871
+ dtype = torch .float16 ,
872
872
)
873
873
realistic_stock_photo_v3 = Conversion (
874
874
original = Hub (
You can’t perform that action at this time.
0 commit comments