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.
2022-12-28 12:04:34 -08:00
Wanaldino Antimonio
e07c4d00c3
Move guidanceScale as generation parameter ( #46 )
...
* Move guidanceScale as generation parameter
* Added guidanceScale in CLI
* Reverted identation change
2022-12-24 10:33:39 -08:00
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 >
2022-12-20 22:57:34 -08:00
Wanaldino Antimonio
4c00b32010
Changed seed type into UInt32 ( #47 )
2022-12-20 14:34:53 -08:00
Pedro Cuenca
3758abc652
Implement DPM-Solver++ scheduler ( #59 )
2022-12-14 18:05:30 -08:00
Christian Clauss
d6a54fc2b0
Fix typos: Successfully facilitate getting pipeline overridden ( #30 )
2022-12-14 10:42:27 -08:00
Nathan Tannar
152dd65e7d
Add Availability Annotations ( #18 )
2022-12-14 10:23:55 -08:00
Atila Orhon
a4238a3718
README improvements and reduceMemory option in Swift
...
Co-authored-by: msiracusa <msiracusa+github@gmail.com >
2022-12-14 08:23:55 -08:00
Atila Orhon
583cc04ece
Initial commit
...
Co-authored-by: aseemw <aseem.elec@gmail.com >
Co-authored-by: msiracusa <msiracusa+github@gmail.com >
2022-11-30 13:41:05 -06:00