zideliu/StyleDrop-PyTorch

About training my style

sunmin-lee99 opened this issue · 3 comments

Thank you for your great work.

I want to train my own image to generate style.
But I feel like the result images are just well generated in certain prompts which are in custom_dataset.py.(ex. A banana on the table)
How can I train my own prompts in styledrop model?

If you mean sampling results during training, you can edit test_custom_dataset and Discriptor

How can I train my own prompts in styledrop model?

If you want to train your style, modify one_style.json for your style image

In order to see the training situation well, I fixed the prompt used for sampling during the training process,here

Thank you for answering!🙇‍♂️