文件历史

10 次代码提交

作者 SHA1 备注 提交日期
Atila Orhon 5d2744e382 Add ControlNet example 2023-04-18 16:52:52 -07:00
Chimme 7f65e1c84b Support ControlNet (#153)
* add controlnet tentatively

* add controlnet in python code

* implement swift part

* support 8-bit quantization

* add controlnet unload when reduce memory

* remove irrelevant changes

* add more description about controlnet option in swift

* fix some for pr and update README

* pre-allocate zero shapedArray + make multi-controlnet faster
2023-04-18 16:17:59 -07:00
Atila Orhon 827d017723 Update README with torchRNG guidance 2023-02-14 21:55:50 -08:00
Pedro Cuenca e4ca3ff86b Add link to HF app to the Example Swift App section. (#121) 2023-02-03 10:23:05 -08:00
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 270afe1bb970c9413d3c3c9d09c0bd4f2dcbfa19.

* readme updates for encoder

* pr comments
2023-01-30 22:22:52 -08:00
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.
2022-12-22 11:00:35 -08:00
Yaroslav Spirin 66dde8da13 Update README.md (#66) 2022-12-15 16:23:41 -08:00
Christian Clauss d6a54fc2b0 Fix typos: Successfully facilitate getting pipeline overridden (#30) 2022-12-14 10:42:27 -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