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

Question: Using item[‘prompt’] Instead of item[‘content_prompt’] in Training #3

Open
SCUTlihaoyu opened this issue Jul 4, 2024 · 2 comments

Comments

@SCUTlihaoyu
Copy link

I read the training-related code and found that the prompt used in the given training deme is the ‘prompt’ field instead of ‘content_prompt’. Is there an error here? According to the paper, it should be the ‘content_prompt’ without the style, right?

@Jeoyal
Copy link
Contributor

Jeoyal commented Jul 5, 2024

Hey @SCUTlihaoyu , thank you for your interest in our work.
The "prompt" here actually refers to "content_prompt". We update the training code accordingly.
Additionally, to facilitate training, we have provided a JSON file named stylegallery.jsonl that contains all the training data in a uniform format: "image_file":"", "content_prompt":"", ....
You can download it from here.
Note that stylegallery.jsonl does not provide "content_image_file" paths, but you can process contours using our tutorial available here.

@SCUTlihaoyu
Copy link
Author

Thank you for clarifying my doubts

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