Skip to content

Commit

Permalink
v21.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Sep 23, 2023
1 parent 3a25858 commit 5449d1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.8.9
v21.8.10
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ If you come across a `FileNotFoundError`, it is likely due to an installation is

## Change History

* 2023/09/23 (v21.8.10)
- Minor point upgrade. Mostly adding a new preset.

* 2023/08/05 (v21.8.9)
- Update sd-script to caode as of Sept 3 2023
* ControlNet-LLLite is added. See documentation for details.
Expand All @@ -541,4 +544,4 @@ If you come across a `FileNotFoundError`, it is likely due to an installation is
* Input perturbation noise is added. See #798 for details.
* Dataset subset now has caption_prefix and caption_suffix options. The strings are added to the beginning and the end of the captions before shuffling. You can specify the options in .toml.
* Other minor changes.
- Added support fir Chinese locallisation
- Added support for Chinese locallisation
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"text_encoder_lr": 0.0001,
"train_batch_size": 1,
"train_on_input": false,
"training_comment": "20 1024x1024 cropped images, 20 repeats, Blip captions, but 'woman' replaced with 'khls woman', https://civitai.com/user/dogu_cat/models",
"training_comment": "Good for faces. Use 20 1024x1024 cropped images, 20 repeats, Blip captions, but 'woman' replaced with 'khls woman', https://civitai.com/user/dogu_cat/models",
"unet_lr": 0.0001,
"unit": 1,
"up_lr_weight": "",
Expand Down

0 comments on commit 5449d1b

Please sign in to comment.