- 01 Mar, 2023 1 commit
-
-
Patrick von Platen authored
-
- 24 Feb, 2023 1 commit
-
-
Pedro Cuenca authored
* Fix tensorboard tracking with `accelerate` @ `main` * Fix `train_unconditional.py` with accelerate from main.
-
- 23 Feb, 2023 1 commit
-
-
Haofan Wang authored
* Update train_text_to_image_lora.py * Update train_text_to_image_lora.py
-
- 17 Feb, 2023 5 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Will Berman authored
* add xformers 0.0.16 warning message * fix version check to check whole version string
-
Will Berman authored
This reverts commit 024c4376.
-
Patrick von Platen authored
-
- 16 Feb, 2023 5 commits
-
-
Patrick von Platen authored
* Fix EMA * up * update
-
Will Berman authored
-
Damian Stewart authored
correctly locate 3rd file; also correct misleading docs
-
Will Berman authored
-
Will Berman authored
* add total number checkpoints to training scripts * Update examples/dreambooth/train_dreambooth.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 14 Feb, 2023 2 commits
-
-
Patrick von Platen authored
replace type hints
-
Ben Evans authored
* Log Unconditional Image Generation Samples to WandB * Check for wandb installation and parity between onnxruntime script * Log epoch to wandb * Check for tensorboard logger early on * style fixes --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 13 Feb, 2023 2 commits
-
-
Will Berman authored
-
Naga Sai Abhinay authored
* UnCLIP Text Interpolation Pipeline * Formatter fixes * Changes based on feedback * Formatting fix * Formatting fix * isort formatting fix(?) * Remove duplicate code * Formatting fix * Refactor __call__ and change example in readme. * Update examples/community/unclip_text_interpolation.py Refactor to linter formatting Co-authored-by:
Will Berman <wlbberman@gmail.com> --------- Co-authored-by:
Will Berman <wlbberman@gmail.com>
-
- 10 Feb, 2023 1 commit
-
-
Patrick von Platen authored
-
- 09 Feb, 2023 3 commits
-
-
erkams authored
* [LoRA] Freezing the model weights Freeze the model weights since we don't need to calculate grads for them. * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Apply suggestions from code review --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
Patrick von Platen authored
-
Ben Evans authored
Resolves ValueError: `num_inference_steps`: 1000 cannot be larger than `self.config.train_timesteps`: 50 as the unet model trained with this scheduler can only handle maximal 50 timesteps.
-
- 08 Feb, 2023 3 commits
-
-
Patrick von Platen authored
* [Examples] Test all examples on CPU * add * correct * Apply suggestions from code review
-
Chenguo Lin authored
* EMA: fix `state_dict()` & add `cur_decay_value` * EMA: fix a bug in `load_state_dict()` 'float' object (`state_dict["power"]`) has no attribute 'get'. * del train_unconditional_ort.py
-
Isamu Isozaki authored
* Quality check and adding tokenizer * Adapted stable diffusion to mixed precision+finished up style fixes * Fixed based on patrick's review * Fixed oom from number of validation images * Removed unnecessary np.array conversion --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 07 Feb, 2023 8 commits
-
-
Patrick von Platen authored
* before running make style * remove left overs from flake8 * finish * make fix-copies * final fix * more fixes
-
Patrick von Platen authored
* better accelerated saving * up * finish * finish * uP * up * up * fix * Apply suggestions from code review * correct ema * Remove @ * up * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update docs/source/en/training/dreambooth.mdx Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
wfng92 authored
* Fix torchvision.transforms and transforms function naming clash * Update unconditional script for onnx * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
wfng92 authored
* Add center crop and horizontal flip to args * Update command to use center crop and random flip * Add center crop and horizontal flip to args * Update command to use center crop and random flip
-
Patrick von Platen authored
* [Examples] Remove datasets important that is not needed * remove from lora tambien
-
Patrick von Platen authored
-
chavinlo authored
* Create convert_vae_pt_to_diffusers.py Just a simple script to convert VAE.pt files to diffusers format Tested with: https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/VAEs/orangemix.vae.pt * Update convert_vae_pt_to_diffusers.py Forgot to add the function call * make style --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
chavinlo <example@example.com>
-
Fazzie-Maqianli authored
fix colossalai dreambooth
-
- 06 Feb, 2023 2 commits
-
-
Pedro Cuenca authored
-
nickkolok authored
-
- 03 Feb, 2023 3 commits
-
-
Isamu Isozaki authored
-
Patrick von Platen authored
* [LoRA] Make sure validation works in multi GPU setup * more fixes * up
-
Prathik Rao authored
* refactor onnxruntime integration * fix requirements.txt bug * make style * add support for textual_inversion * make style * add readme * cleanup README files * 1/27/2023 update to training scripts * make style * 1/30 update to train_unconditional * style with black-22.8.0 --------- Co-authored-by:
Prathik Rao <prathikrao@microsoft.com> Co-authored-by:
anton- <anton@huggingface.co>
-
- 02 Feb, 2023 1 commit
-
-
Adalberto authored
* Create train_dreambooth_inpaint_lora.py * Update train_dreambooth_inpaint_lora.py * Update train_dreambooth_inpaint_lora.py * Update train_dreambooth_inpaint_lora.py * Update train_dreambooth_inpaint_lora.py
-
- 31 Jan, 2023 2 commits
-
-
Sayak Paul authored
* Update README.md * Update README.md
-
hysts authored
-