- 08 Feb, 2023 1 commit
-
-
Will Berman authored
Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 20 Jan, 2023 1 commit
-
-
Damian Stewart authored
* convert __main__ to a function call and call it * add missing type hint * make style check pass * move loading to src/diffusers Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 16 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 12 Jan, 2023 1 commit
-
-
Katsuya authored
Fix unused upcast_attn flag in sd to diffusers script
-
- 10 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 06 Jan, 2023 1 commit
-
-
Patrick von Platen authored
* [Conversion] Make sure ema weights are extracted correctly * up * finish
-
- 03 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 27 Dec, 2022 1 commit
-
-
camenduru authored
* Device to use (e.g. cpu, cuda:0, cuda:1, etc.) * "cuda" if torch.cuda.is_available() else "cpu"
-
- 19 Dec, 2022 1 commit
-
-
Mikołaj Siedlarek authored
-
- 12 Dec, 2022 3 commits
-
-
Patrick von Platen authored
-
Cyberes authored
handle missing global_step key and don't download config if it already exists
-
lawfordp2017 authored
* Initial code for attempt at improving SD <--> diffusers conversions for v2.0 * Updates to support round-trip between orig. SD 2.0 and diffusers models * Corrected formatting to Black standard * Correcting import formatting * Fixed imports (properly this time) * add some corrections * remove inference files Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 07 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* add paint by example * mkae loading possibel * up * Update src/diffusers/models/attention.py * up * finalize weight structure * make example work * make it work * up * up * fix * del * add * update * Apply suggestions from code review * correct transformer 2d * finish * up * up * up * up * fix * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review * up * finish Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 05 Dec, 2022 1 commit
-
-
Patrick von Platen authored
-
- 02 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* Conversion SD 2 * finish
-
- 01 Dec, 2022 1 commit
-
-
Anton Lozhkov authored
* Add an explicit `--image_size` to the conversion script * style
-
- 25 Nov, 2022 1 commit
-
-
Patrick von Platen authored
up
-
- 09 Nov, 2022 1 commit
-
-
Patrick von Platen authored
up
-
- 26 Oct, 2022 1 commit
-
-
Patrick von Platen authored
CompVis -> diffusers script - allow converting from merged checkpoint to either EMA or non-EMA (#991) * improve script * up
-
- 05 Oct, 2022 1 commit
-
-
Kane Wallmann authored
-
- 15 Sep, 2022 1 commit
-
-
Suraj Patil authored
* begin text2img conversion script * add fn to convert config * create config if not provided * update imports and use UNet2DConditionModel * fix imports, layer names * fix unet coversion * add function to convert VAE * fix vae conversion * update main * create text model * update config creating logic for unet * fix config creation * update script to create and save pipeline * remove unused imports * fix checkpoint loading * better name * save progress * finish * up * up Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-