Skip to content

Releases: MochiDiffusion/MochiDiffusion

v1.1

25 Dec 02: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.

I've converted a few models for Mochi Diffusion here. Download the original version if using CPU & GPU compute option. Otherwise download the split_einsum version.

  • New App Icon (Thanks to @Zabriskije πŸŽ‰)
  • Fixed max seed value
  • Fixed prompt input's size
  • Fixed dark text color when selecting info in dark mode
  • Changed default compute unit option to CPU & Neural Engine
  • Changed minimum step value to 2

v1.0.6

23 Dec 03:41
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.

I will convert and upload a few models for Mochi Diffusion here. Download the original version if using CPU & GPU compute option. Otherwise download the split_einsum version.

Use compute unit option CPU & Neural Engine option for Macs with 8GB of memory.

  • Fixed scrolling in sidebar
  • Fixed default window size
  • Added Reduce Memory Pressure option under Settings

v1.0.5

22 Dec 03:11
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.

I will convert and upload a few models for Mochi Diffusion here. Download the original version if using CPU & GPU compute option. Otherwise download the split_einsum version.

  • Fixed reloading models
  • Changed default image filename to have seed info at the end (helps sort images by prompt first in Finder)

v1.0.4

21 Dec 19:33
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.

I will convert and upload a few models for Mochi Diffusion here. Download the original version if using CPU & GPU compute option. Otherwise download the split_einsum version.

  • Further clarified compute unit option message under Settings

v1.0.3

21 Dec 17:04
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.

I will convert and upload a few models for Mochi Diffusion here. Download the original version if using CPU & GPU compute option. Otherwise download the split_einsum version.

  • Added menu item option to Generate image (Command-G)
  • Adjusted warning message regarding compute unit options under Settings
  • Adjusted spacing between prompt controls
  • Adjusted accent color to use system-wide color

v1.0.2

20 Dec 08:53
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.

NOTE: Compute unit options other than "CPU & GPU" may not work correctly

I will convert and upload a few models for Mochi Diffusion here.

  • Fixed scrolling for gallery images
  • Fixed scrolling long info text
  • Removed Settings window tabs

v1.0.1

20 Dec 08:13
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.

I will convert and upload a few models here.

  • Fixed incorrect aspect ratio on preview image (saved image was fine)

v1.0

20 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.

  • Added Settings window (Command-,)
    • Change Compute Unit (CPU & GPU option is recommended)
    • Change working directory (such as models)
  • Allow image generation only if model is available
  • Minor bug fixes and enhancements

v0.6.2

20 Dec 00:33
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 restoring previously selected model

v0.6.1

19 Dec 23:09
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.

  • Changed image save & info button location to toolbar
  • Added Save Image menu item (Command-S)
  • Added image size info
  • Added image caption to gallery
  • Minor bug fixes and enhancements