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

How to prepare own dataset for training. #142

Open
lxrswdd opened this issue Nov 9, 2024 · 0 comments
Open

How to prepare own dataset for training. #142

lxrswdd opened this issue Nov 9, 2024 · 0 comments

Comments

@lxrswdd
Copy link

lxrswdd commented Nov 9, 2024

I have a set of source images and I have a set of target images, they are all stored locally.
I wish to edit the source images to target images with their respective prompts.

However, the 'https://instruct-pix2pix.eecs.berkeley.edu/gpt-generated-prompts.jsonl' tutorial shows something I don't understand. Why do we have an output here as a text string?

{"input": "\"Dreama Tolle Perry \u00bb Artist and Writer \u00bb \"\"Tuscany Outside My Door\"\"\"", "edit": "Move the Tuscany to a different location", "output": "\"Dreama Tolle Perry \u00bb Artist and Writer \u00bb \"\"Tuscany in Alaska Outside My Door\"\"\"", "url": "https://i.pinimg.com/236x/d4/7d/4a/d47d4a43aeedae07fdac54f72e28cc71--flower-paintings-art-paintings.jpg"}

Should not we have a JSON that tells the model the directory of source images and target images with their prompts only?

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

1 participant