"vscode:/vscode.git/clone" did not exist on "961d97b2efd1f39e3522f3984994a042d2654a59"
- 25 Jan, 2023 7 commits
-
-
Patrick von Platen authored
* [Bump version] 0.13 * Bump model up * up
-
Oren WANG authored
-
Patrick von Platen authored
-
Sayak Paul authored
* add: a doc on LoRA support in diffusers. * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * apply PR suggestions. * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * remove visually incoherent elements. Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
apolinario authored
* Add `lora` tag to the model tags For lora training * uP Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
patil-suraj authored
-
Pedro Cuenca authored
-
- 24 Jan, 2023 7 commits
-
-
Will Berman authored
* [docs] [dreambooth] note random crop documenting default random crop behavior
-
Lincoln Stein authored
* allow a local model directory to be used for merging * moved checkpoint merge bugfix into main for testing * possibly fix local variable "config_dict" referenced before assignment * fix deprecation warning * debugging... * debugging * allow safetensors * safetensors try again * fix syntax error * further debugging * fix logic error when checkpoint 2 is none * more debugging... * more debuging... * more debugging... * more debugging... * debugging * clean up status reporting * skip the requires_safety_checker boolean * moved checkpoint merge bugfix into main for testing * possibly fix local variable "config_dict" referenced before assignment * fix deprecation warning * allow safetensors * fix logic error when checkpoint 2 is none * clean up status reporting * undo hack to use private repo for community pipelines * allow a local model directory to be used for merging * allow safetensors * clean up status reporting * reformatted with black * sort imported modules correctly * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * fix import style error Co-authored-by:
Lincoln Stein <lstein@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Yuta Hayashibe authored
-
Suraj Patil authored
unwrap model on multi gpu
-
Pedro Cuenca authored
-
Pedro Cuenca authored
* [lora] Log images when using tensorboard. * Specify image format instead of transposing. As discussed with @sayakpaul. * Style
-
Pedro Cuenca authored
* Fix resuming state when using gradient checkpointing. Also, allow --resume_from_checkpoint to be used when the checkpoint does not yet exist (a normal training run will be started). * style
-
- 23 Jan, 2023 3 commits
-
-
Gleb Akhmerov authored
* Dreambooth: use `optimizer.zero_grad(set_to_none=True)` to reduce VRAM usage * Allow the user to control `optimizer.zero_grad(set_to_none=True)` with --set_grads_to_none * Update Dreambooth readme * Fix link in readme * Fix header size in readme
-
Suraj Patil authored
add --dataloader_num_workers argument
-
Sayak Paul authored
* example on fine-tuning with LoRA. * apply make quality. * fix: pipeline loading. * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * apply suggestions for PR review. Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * apply make style and make quality. * chore: remove mention of dreambooth from text2image. * add: weight path and wandb run link. * Apply suggestions from code review * apply make style. * make style Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
- 22 Jan, 2023 1 commit
-
-
wrong.wang authored
* add community pipeline: StableUnCLIPPipeline * reformt stable_unclip.py with isort and black
-
- 20 Jan, 2023 3 commits
- 19 Jan, 2023 2 commits
-
-
Anton Lozhkov authored
* improve EMA * style * one EMA model * quality * fix tests * fix test * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * re organise the unconditional script * backwards compatibility * default to init values for some args * fix ort script * issubclass => isinstance * update state_dict * docstr * doc * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * use .to if device is passed * deprecate device * make flake happy * fix typo Co-authored-by:
patil-suraj <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
* [Lora] up lora training * finish * finish * finish model card
-
- 18 Jan, 2023 1 commit
-
-
Patrick von Platen authored
* [Lora] first upload * add first lora version * upload * more * first training * up * correct * improve * finish loaders and inference * up * up * fix more * up * finish more * finish more * up * up * change year * revert year change * Change lines * Add cloneofsimo as co-author. Co-authored-by:
Simo Ryu <cloneofsimo@gmail.com> * finish * fix docs * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com> * upload * finish Co-authored-by:
Simo Ryu <cloneofsimo@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
- 17 Jan, 2023 2 commits
-
-
Patrick von Platen authored
no more autocast
-
Suraj Patil authored
fix lr scheduler
-
- 16 Jan, 2023 5 commits
-
-
Haofan Wang authored
fix typos
-
Patrick von Platen authored
-
Patrick von Platen authored
* [Community] Fix merger * finish
-
Pedro Cuenca authored
Fix a couple typos in Dreambooth readme.
-
Sayak Paul authored
* Update README.md Co-authored-by:Pedro Cuenca <pedro@huggingface.co>
-
- 12 Jan, 2023 3 commits
-
-
Patrick von Platen authored
* Example tests * fix
-
klopsahlong authored
* implemented multi subject dreambooth in research_projects * minor edits to readme * added style and quality fixes Co-authored-by:Krista Opsahl-Ong <kristaopsahlong@gmail.com>
-
Haofan Wang authored
Update README.md
-
- 11 Jan, 2023 1 commit
-
-
Michael Krasnyk authored
TypeError: Size should be int or sequence. Got <class 'dict'>
-
- 10 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 09 Jan, 2023 2 commits
-
-
andreemic authored
changed named arg to self.tokenizer from `truncaton` to `truncation` according to Tokenizer docs (https://huggingface.co/docs/tokenizers/api/tokenizer#tokenizers.Tokenizer.truncation)
-
Fazzie-Maqianli authored
-
- 05 Jan, 2023 2 commits
-
-
Will Berman authored
* [dreambooth] low precision guard * fix * add docs to cli args * Update examples/dreambooth/train_dreambooth.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * style Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Fazzie-Maqianli authored
Support ColossalAi for Dreamblooth
-