Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Releases: Zabriskije/SD-to-CoreML

SD to Core ML v1.3a

19 Jul 09:10
47d3d5c
Compare
Choose a tag to compare

Removed some unnecessary spaces found in the conversion commands

SD to Core ML v1.3

08 Jun 00:20
9de0562
Compare
Choose a tag to compare

Added ControlNet support

SD to Core ML v1.2c

27 Mar 18:56
Compare
Choose a tag to compare

Changed . to ControlC to quit for more compatibility between terminals.

SD to Core ML v1.2b

20 Mar 16:41
Compare
Choose a tag to compare
  • Indentation is now 4 spaces instead of 3
  • Reduced size of section headers
  • Better phrasing in paths comments
  • Added tilde expansion to paths

SD to Core ML v1.2a

15 Mar 11:44
4f65984
Compare
Choose a tag to compare

Fixed a typo that displayed some sentences incorrectly

SD to Core ML v1.2

14 Mar 02:50
49a4ff3
Compare
Choose a tag to compare

Now with spinners 🥳

Oh, also:

  • Added a menu option to change the model's name, which is also become the main loop
  • After zipping, asks whether to delete (trash) the model and its folders

Is zipping even a word? Been saying it out loud for a while, and it stopped making sense at some point

SD to Core ML v1.1

12 Mar 17:44
9983d91
Compare
Choose a tag to compare
  • Added model name to displayed messages
  • Better phrasing in displayed messages
  • Fixed a typo in a menu option that made it unselectable
  • Fixed zip being verbose by adding -q

SD to Core ML v1.0

10 Mar 22:30
Compare
Choose a tag to compare

New and improved all-in-one version, with option selection and much more 🥳
Straight to v1.0 from v0.1 because it's that much better 😎

Features

  • Works with both CKPT and SafeTensors file format
  • Display a log message and a system notification with status updates
  • If a conversion fails, will attempt it every 30s until it's successful
  • Resume your conversions at any time by entering the model name
  • Automatically delete all unnecessary files once the conversion is done
  • When converting to All, ask to zip folders (useful for sharing purposes)
  • Super simple, just set your model name and choose an option
  • Some easter eggs 👀

SD to Core ML v0.1

10 Mar 17:50
d169d72
Compare
Choose a tag to compare

Multiple script to convert Stable Diffusion CKPT models to Core ML:

  • convert_to_all: converts CKPT → Diffusers; Diffusers → ORIGINAL, ORIGINAL_512x768, ORIGINAL_768x512, and SPLIT_EINSUM
  • convert_to_diffusers: converts CKPT → Diffusers only
  • convert_to_original: converts Diffusers → ORIGINAL only
  • convert_to_original_512x768: converts Diffusers → ORIGINAL_512x768 only
  • convert_to_original_768x512: converts Diffusers → ORIGINAL_768x512 only
  • convert_to_split-einsum: converts Diffusers → SPLIT_EINSUM only