- 12 Jul, 2023 6 commits
-
-
Lucain authored
-
Patrick von Platen authored
-
junming huang authored
increase the time of timeout when using big dataset or high resolution
-
Evgenii Kashin authored
* Add circular padding option * Fix style with black * Fix corner case with small image size * Add circular padding test cases * Fix docstring * Improve docstring for circular padding, remove slow test case * Update docs for circular padding argument * Add images comparison for circular padding
-
Patrick von Platen authored
-
Bagheera authored
* diffusers#4003 - initial implementation of max_inference_steps * diffusers#4003 - initial implementation of max_inference_steps and first_inference_step for img2img * diffusers#4003 - use first_inference_step as an input arg for get_timestamps in img2img * diffusers#4003 Do not add noise during img2img when we have a defined first timestep * diffusers#4003 Mild updates after revert * diffusers#4003 Missing change * Show implementation with denoising_start and end * Apply suggestions from code review * Update src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * move to 0.19.0dev * Apply suggestions from code review * add exhaustive tests * add docs * finish * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * make style --------- Co-authored-by:
bghira <bghira@users.github.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 11 Jul, 2023 11 commits
-
-
Patrick von Platen authored
-
Kadir Nar authored
*
📝 Fix broken link to models documentation Corrected the link to the models documentation in the README. Previously, the link was pointing to an incorrect URL. Now, the link directs users to the correct documentation page for more details on the models. Thanks!🙌 * Update src/diffusers/models/README.md Co-authored-by:Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Michael Monashev authored
Fixed parameter descriptions
-
Patrick von Platen authored
-
Vines authored
fix diffedit code mistake
-
manosplitsis authored
typo fix in example docstring in audioldm pipeline
-
oOraph authored
Signed-off-by:
Raphael <oOraph@users.noreply.github.com> Co-authored-by:
Raphael <oOraph@users.noreply.github.com>
-
Patrick von Platen authored
* start improving single file load * Fix more * start improving single file load * Fix sd 2.1 * further improve from_single_file
-
Lucain authored
FIX force_download in download utils
-
Sayak Paul authored
* feat: add a cli util for fp16 and safetensors format. * fix: commit_description. * add: usage example.
-
Sayak Paul authored
* add dreambooth lora script for SDXL incorporating latest changes. * remove use_auth_token=True. * add: documentation * remove unneeded cli. * increase the number of training steps in the readme. * add LoraLoaderMixin to the subclassing mix. * add sdxl lora dreambooth test. * add: inference code sample. * add: refiner output. * add LoraLoaderMixin to the mix of classes of StableDiffusionXLImg2ImgPipeline. * change default resolution of DreamBoothDataset. * better sdxl report path. * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 10 Jul, 2023 8 commits
-
-
Susnato Dhar authored
Update CONTRIBUTING.md
-
Steven Liu authored
* fix * correct link * Fix typo --------- Co-authored-by:Pedro Cuenca <pedro@huggingface.co>
-
Patrick von Platen authored
* improve loading subcomponents * Add test for logging * improve loading subcomponents * make style * make style * fix * finish
-
Pedro Cuenca authored
Remove remaining `not` in upscale pipeline.
-
Sayak Paul authored
* minor improvements to the SDXL doc. * use_refiner variable. * fix: typo.
-
Pedro Cuenca authored
* Update pipeline_stable_diffusion_xl.py fix a bug * Update pipeline_stable_diffusion_xl_img2img.py * Update pipeline_stable_diffusion_xl_img2img.py * Update pipeline_stable_diffusion_upscale.py * style --------- Co-authored-by:Hu Ye <xiaohuzc@gmail.com>
-
Patrick von Platen authored
* Deprecate variant nicely * make style * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Patrick von Platen authored
* Fix all sequential offload * make style * make style
-
- 09 Jul, 2023 4 commits
-
-
Omar Sanseviero authored
Update pipeline_dance_diffusion.py
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Will Berman authored
* refactor to support patching LoRA into T5 instantiate the lora linear layer on the same device as the regular linear layer get lora rank from state dict tests fmt can create lora layer in float32 even when rest of model is float16 fix loading model hook remove load_lora_weights_ and T5 dispatching remove Unet#attn_processors_state_dict docstrings * text encoder monkeypatch class method * fix test --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 07 Jul, 2023 7 commits
-
-
Patrick von Platen authored
* Add sdxl prompt embeddings * Fix more * fix some slow tests
-
Patrick von Platen authored
fix some slow tests
-
Amiha authored
-
Batuhan Taskaya authored
-
Saurav Maheshkar authored
* feat: add Dropout to Flax UNet * feat: add @compact decorator * fix: drop nn.compact
-
Omar Sanseviero authored
-
Yorai Levi authored
* Update pipeline_utils.py typo in safetensors (safetenstors) * Update loaders.py typo in safetensors (safetenstors) * Update modeling_utils.py typo in safetensors (safetenstors)
-
- 06 Jul, 2023 4 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
* finish sd xl docs * make style * Apply suggestions from code review * uP * uP * Correct
-
Aisuko authored
Signed-off-by:GitHub <noreply@github.com>
-
Patrick von Platen authored
* improve sd xl * correct more * finish * make style * fix more
-