zideliu / StyleDrop-PyTorch

Unoffical implement for [StyleDrop](https://arxiv.org/abs/2306.00983)
MIT License
552 stars 26 forks source link

About training my style #12

Closed sunmin-lee99 closed 12 months ago

sunmin-lee99 commented 12 months ago

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?

zideliu commented 12 months ago

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

zideliu commented 12 months ago

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

sunmin-lee99 commented 12 months ago

Thank you for answering!🙇‍♂️