-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The script is very cool, especially how it does everything including the folder structure and the zipping!
These are notes about a run without --cn_unet.
-
If the file name has a . in it besides for the extension, like
stable-diff-1.5.ckpt, will the split command still split it at the right place? Does it look for the last . or the first . or does it split at all of them? It would be fine to have a rule when you explain the script to someone that files names can only have a . at the extension, if that helps keep the code simple. -
The
xxxxx_original_512x512.zipneeds to drop the_512x512. If it is not in a subfolder with a size like512x768, the CoreML repo says that means the model is a default 512x512. The same way asplit_einsummodel does not get a size in the file name, or a512x512subfolder inside of thesplit-einsumfolder. -
I think the script should delete working folders as it completes each zip, and delete the
xxxx_diffusersfolder at the end of everything. To use up less space on the working drive while it is running.
I will do a run with --cn_unet tomorrow night. I think that one will need some minor changes, but I want to actually run it because my code reading skills are not that good.