-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.7 #699
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…port Refixed --debug_dataset option to work in non-Windows environments
Add WandB logging support
wandb logging, improve debug_dataset on non-windows
fix no logging command line arg
fix no logging causes error
Add new args to pass API key for wandb
automatic wandb login with api key
fix tensorboard logging without log_with
update arg parsing in wd14 tagger
fixed some errors
fixed some error
fixed some error
fixed some translation error
fix: use python3.10 prior to avoid use python higher than 3.10 mistakenly
I hope you consider accepting this change
made a very high quality comprehensive tutorial
Add accelerated NGC docker image
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
tag_images_by_wd14_tagger.py
can now get arguments from outside. PR #453 Thanks to mio2333!--save_every_n_steps
option to each training script. The model is saved every specified steps.--save_last_n_steps
option can be used to save only the specified number of models (old models will be deleted).--save_state
option, the state will also be saved at the same time. You can specify the number of steps to keep the state with the--save_last_n_steps_state
option (the same value as--save_last_n_steps
is used if omitted).--cache_latents_to_disk
option automatically enables--cache_latents
option when specified. #438gen_img_diffusers.py
where latents upscaler would fail with a batch size of 2 or more.