Timothy Kautz
b7280f4aa9
Image2Image Encoder
...
Encoder
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
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
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
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
583cc04ece
Initial commit
...
Co-authored-by: aseemw <aseem.elec@gmail.com>
Co-authored-by: msiracusa <msiracusa+github@gmail.com>
2 years ago