[ADD] T2I finetuning with SD1 and SD2 to contrib#877
Merged
Conversation
Author
|
I add a link for a small subset for dreambooth's dog as the example, |
research4pan
reviewed
Jul 6, 2024
research4pan
left a comment
Contributor
There was a problem hiding this comment.
Some improvements that can be made before merging into main.
contrib/text2image/finetune_t2i.sh
- [Style] line 7: I am wondering if an example file can be provided here.
- [Style] line 3, 7: Better export
--model_name_or_path,--dataset_pathfor customization.
README
- A
READMEis preferred for the usage of the shell scripts, which 1) illustrates the dataset format, 2) and specifies environments (such as operating system, GPU version), 3) also how to customize the script.
contrib/text2image/requirements.txt
- Better specify the lowest required version of
diffuser, e.g.diffuser >= x.xx.xx.
Author
|
Thanks for your advice. Here, I add script arguments according to |
This file contains hidden or 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
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.
Text to image fine-tuning support for Stable Diffusion 1 and 2 series.