Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v21.5.11 #805

Merged
merged 41 commits into from
May 15, 2023
Merged

v21.5.11 #805

merged 41 commits into from
May 15, 2023

Conversation

bmaltais
Copy link
Owner

  • 2023/07/15 (v21.5.11)
    • Added an option --dim_from_weights to train_network.py to automatically determine the dim(rank) from the weight file. PR #491 Thanks to AI-Casanova!
      • It is useful in combination with resize_lora.py. Please see the PR for details.
    • Fixed a bug where the noise resolution was incorrect with Multires noise. PR #489 Thanks to sdbds!
      • Please see the PR for details.
    • The image generation scripts can now use img2img and highres fix at the same time.
    • Fixed a bug where the hint image of ControlNet was incorrectly BGR instead of RGB in the image generation scripts.
    • Added a feature to the image generation scripts to use the memory-efficient VAE.
      • If you specify a number with the --vae_slices option, the memory-efficient VAE will be used. The maximum output size will be larger, but it will be slower. Please specify a value of about 16 or 32.
      • The implementation of the VAE is in library/slicing_vae.py.
    • Fix for wandb #ebabchick
    • Added English translation of documents by darkstorm2150. Thank you very much!
    • The prompt for sample generation during training can now be specified in .toml or .json. PR #504 Thanks to Linaqruf!
      • For details on prompt description, please see the PR.

yanhuifair and others added 30 commits May 7, 2023 02:51
…ined when using the sudo command to run the script.
fix print "saving" and "epoch" in newline
* fix pynoise

* Update custom_train_functions.py for default

* Update custom_train_functions.py for note

* Update custom_train_functions.py for default

* Revert "Update custom_train_functions.py for default"

This reverts commit ca79915d7396ddb57adbeb4b78bafb9a1a884b5c.

* Update custom_train_functions.py for default

* Revert "Update custom_train_functions.py for default"

This reverts commit 483577e137b13933ff24b6ae254f82c0a8d9f1fe.

* default value change
dim from weights, fix multires noise, update gen script etc.
Optimize the LD_LIBRARY_PATH environment variable that cannot be obta…
fix to work with fp16, crash with some reso
order expected in `train_model` for use_wandb and wandb_api_key was reversed from what `common_gui`'s `gradio_advanced_training` returned
TOML support for sample prompt
@bmaltais bmaltais merged commit f4a9d48 into master May 15, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants