maple-diffusion
maple-diffusion copied to clipboard
Stable Diffusion inference on iOS / macOS using MPSGraph
I am running xcode on an intel Mac running macOS 12.6 and trying to install the app on my iPhone 14 Pro Max. After downloading a stable diffusion model checkpoint,...
Some weight checkpoints have extra non-tensor data in their state_dict. maple-convert.py should ignore this extra data rather than crashing. ```diff # model weights -for k in ckpt["state_dict"]: - if "first_stage_model.encoder"...
No matter what I input to the model, and what noise do I start with, I get the same result: just a gray image  Environment: Xcode 14.1 beta 2...
Right now the trivial way to generate images of different sizes is to recreate the Maple Diffusion object with the new size params. Is there any way which is more...
This app works great, and as soon as I saw it generate an image, I wanted to share it. It's pretty easy to hook up SwiftUI share sheets by using...
Would be great to be able to prompt the model with a prompt along with an image
Would be great to submit a grayscale mask along with a prompt to do inpainting
Thanks for sharing this, absolutely amazing! **Tried running on:** MacBook Air M1 16GB MacOS Ventura 13.0 (22A380) Xcode 14.0.1 (14A400) **And got this error:** maple_diffusion/MapleDiffusion.swift:18: Fatal error: Unexpectedly found nil...
is it possible?