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

Training a new task #13

Open
nlylmz opened this issue Mar 20, 2024 · 2 comments
Open

Training a new task #13

nlylmz opened this issue Mar 20, 2024 · 2 comments

Comments

@nlylmz
Copy link

nlylmz commented Mar 20, 2024

Hi, thank you for your work. It is an excellent job! I would like to learn how to train a new task with different images on the Prompt Diffusion.
My task has the same structure as yours; Image 1, Image 2 and Image 3. However, the task and images are different and I am not sure if I need to do something extra to train the images on the task. Because you are using annotators from ControlNet but, for my task, it is not available. Could you please provide some steps what I should do for training my task with different images?

@nlylmz nlylmz changed the title Training a new dataset Training a new task Mar 20, 2024
@Zhendong-Wang
Copy link
Owner

If you already have (image1, image2) forming the example pair, and image3 as the query image, then you can directly start the training with our pipeline. You need to modify the dataset file https://github.com/Zhendong-Wang/Prompt-Diffusion/blob/main/edit_dataset.py to be consisent with your dataset.

@nlylmz
Copy link
Author

nlylmz commented Mar 21, 2024

Thanks a lot for your reply.

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

No branches or pull requests

2 participants