Joshua Park
f0fc326477
Pass latent size args to unet and safety checker ( #123 )
2 years ago
Timothy Kautz
086cc5e04e
Image2image - python ( #115 )
...
* Add Encoder model to torch2coreml for image2image
and later for in-paining
* diagonal test with randn
* Revert "diagonal test with randn"
This reverts commit 270afe1bb9
.
* readme updates for encoder
* pr comments
2 years ago
Stephen
6cd5c7a760
Update import to nested path ( #109 )
...
* Update import to nested path
* Update python_coreml_stable_diffusion/unet.py
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Atila Orhon <64497909+atiorh@users.noreply.github.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
2 years ago
Pedro Cuenca
3b24fe36a7
Fix downsample channels. ( #110 )
...
Reference: https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/unet_2d_blocks.py#L749-L756
This is usually not a problem for Stable Diffusion models. However, some
architectures such as
https://huggingface.co/OFA-Sys/small-stable-diffusion-v0 wouldn't
convert.
2 years ago
Kasima Tharnpipitchai
fb1fa01c9d
Add guidance scale flag for python CLI ( #95 )
2 years ago
Christian Clauss
d6a54fc2b0
Fix typos: Successfully facilitate getting pipeline overridden ( #30 )
2 years ago
Christian Clauss
ec9fe68259
Undefined name: from typing import List ( #31 )
2 years ago
Atila Orhon
583cc04ece
Initial commit
...
Co-authored-by: aseemw <aseem.elec@gmail.com>
Co-authored-by: msiracusa <msiracusa+github@gmail.com>
2 years ago