jrittvo

Results 7 issues of jrittvo

### Running Latest Version - [X] I am running the latest version ### What do you want Mochi Diffusion to do? Someone appears to have found that the width and...

enhancement

Can you please edit this guess at the command needed to convert a controlnet model itself? It is not clear what arguments besides `--convert-controlnet ` are necessary, if any. `python...

It seems that an app implementation can choose between using `Unet.mlmodelc` or `ControlledUnet.mlmodelc` at model loading, or perhaps at inference run time. This means that a single model folder can...

I am trying to convert the basic Stable Diffusion v1.5 model downloaded from https://huggingface.co/runwayml/stable-diffusion-v1-5 from diffusers format to coreml original 768x768 for use with ControlNet. My command line is: python...

The group that I am working with have most of the new ControlNet pipeline working nicely in a Swift GUI app test build. A big thank you to everyone involved...

Below is a link to repo on Hugging Face with several Stable Diffusion v1.5 type models and a number of ControlNet v1.1 models that should work well together. They have...

### Processor M1 (or later) ### Memory 8GB ### What happened? The model conversion pipelines are not directly part of Mochi Diffusion. They depend entirely on packages from Apple (`coremltools`,...

bug