Skip to content

Releases: MochiDiffusion/MochiDiffusion

v0.6

19 Dec 18:12
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

If upgrading from v0.3 or older, in Finder go to ~/Library/Containers/com.joshua-park.Mochi-Diffusion/Data/Library/Application Support/models/ and move the contents to ~/Documents/MochiDiffusion/models/. This is the new model location folder.

  • Added ability to view generated image's info including seed & prompt
  • Added exif metadata when saving image
  • Added seed & prompt info to filename when saving image
  • Added ability to choose scheduler if desired
  • Added auto saving and restoring of prompt, negative prompt, & selected scheduler

v0.5

19 Dec 00:00
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

If upgrading from v0.3 or older, in Finder go to ~/Library/Containers/com.joshua-park.Mochi-Diffusion/Data/Library/Application Support/models/ and move the contents to ~/Documents/MochiDiffusion/models/. This is the new model location folder.

  • Fixed cursor insertion pointer jumping to end when editing Prompt & Negative Prompt
  • Fixed setting seed
  • Added button to toggle sidebar visibility

v0.4

18 Dec 06:38
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

If upgrading from v0.3 or older, in Finder go to ~/Library/Containers/com.joshua-park.Mochi-Diffusion/Data/Library/Application Support/models/ and move the contents to ~/Documents/MochiDiffusion/models/. This is the new model location folder.

  • Fixed imprecise sliders for setting Steps & Scale
  • Added ability to choose custom Core ML model
  • Added ability to generate up to 8 images at once
  • Models are not auto downloaded on fresh start (don't have to wait for model to download before start using app)

Known Bugs

  • Editing the Prompt & Negative Prompt causes the cursor to jump to the end. I am investigating this bug. As a workaround, edit your prompt in TextEdit then copy and paste into the prompt input

v0.3

18 Dec 00:55
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

  • Added ability to check for updates automatically
  • Added menu item to toggle sidebar visibility (View > Hide Sidebar)

v0.2

17 Dec 02:29
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

  • Moved controls to side bar
  • Added ability to directly save image (in addition to native Share function)
  • Increased prompt input size
  • Remember previously set Step & Scale

v0.1

16 Dec 23:01
Compare
Choose a tag to compare

When trying to open the app for the first time, Gatekeeper will prevent you from doing so because the app is not code signed. In order to bypass this warning, you need to right-click on the app and select "Open". You will have to do this twice in order to get the option to open the app.

There are many things lacking in this version as I just learned SwiftUI within the course of 2 days while battling COVID.
More features and UI adjustments will come later.