Timothy Kautz
b7280f4aa9
Image2Image Encoder
...
Encoder
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
Philipp
c1fd82a96d
Make `negativePrompt` optional in Swift CLI ( #89 )
2 years ago
Pedro Cuenca
e3db2ec99e
Fix timesteps of DPMSolverMultistepScheduler. ( #88 )
...
There were minor differences in the timesteps because the linspace was
computed slightly differently. This PR makes the Swift implementation
identical to the current Python implementation in diffusers, which was
originally contributed by the DPM-Solver++ author.
See
https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_dpmsolver_multistep.py#L199-L204
for reference.
2 years ago
Wanaldino Antimonio
e07c4d00c3
Move guidanceScale as generation parameter ( #46 )
...
* Move guidanceScale as generation parameter
* Added guidanceScale in CLI
* Reverted identation change
2 years ago
Pedro Cuenca
877ccb9666
Add brief instructions to download weights from the Hub ( #10 )
...
* Add brief instructions to download weights from the Hub.
This should be convenient and time-saving for many users.
* Capitalize ORIGINAL.
* Expand git lfs details.
* Make download code robust to symlinks.
coremltools seems to not like symlinks.
* Add mention to demo app.
* Add steps to git lfs process.
* Minor text change.
* Apply suggestions from review.
2 years ago
JustinMeans
c90b705334
Adds Negative Prompts ( #61 )
...
* Synced to main branch and minimizes line changes
* Adds negative prompt argument to CLI
Co-authored-by: Wanaldino Antimonio <carlosmm31093@gmail.com>
2 years ago
Wanaldino Antimonio
4c00b32010
Changed seed type into UInt32 ( #47 )
2 years ago
Atila Orhon
37ff2a430f
fixes #77
2 years ago
Yaroslav Spirin
66dde8da13
Update README.md ( #66 )
2 years ago
dec2-anon
21f504fc8e
Add Filename Character Limit ( #19 )
...
Co-authored-by: Stefan-Hintz <github@corbusierhaus.de>
2 years ago
Pedro Cuenca
3758abc652
Implement DPM-Solver++ scheduler ( #59 )
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
Nathan Tannar
152dd65e7d
Add Availability Annotations ( #18 )
2 years ago
Atila Orhon
a4238a3718
README improvements and reduceMemory option in Swift
...
Co-authored-by: msiracusa <msiracusa+github@gmail.com>
2 years ago
Atila Orhon
016d071321
Add pull request template
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