v0.9.3 - no more autocast #341
bghira
announced in
Announcements
Replies: 1 comment 7 replies
-
Curious as to why you made the decision to go full bf16? Also, amazing project, you've put a lot into it and it shows. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
vae_cache_behaviour
->vae_cache_scan_behaviour
--encode_during_training
to skip pre-processing of vae embeds (only - for now)--adam_bfloat16
for sdxl and sd2.x, essentially mandatory now.--disable_multiprocessing
as a workaroundpreserve_data_backend_cache
now accepts string values as well as bool, "image" and "text" to preserve just a split of the cache.pull requests
Full Changelog: v0.9.2...v0.9.3
This discussion was created from the release v0.9.3 - no more autocast.
Beta Was this translation helpful? Give feedback.
All reactions