-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test #9
Comments
'a_prompt' is positive prompt to improve the generation quality of Stable Diffusion (SD), to guide SD to generate high quality images with words. Conversely, 'n_prompt' is the negative prompt to penalize the generation regarding the words in 'n_prompt'. |
Thanks for your interesting work. Can you provide the evaluate code and examples for the task of style transfer? |
Hi Tao, I provided the evalutation code here, #11 (comment). |
Thanks, why the style transfer results shown in the paper are not random generation results? |
Style transfer significantly diverges from the six tasks explicitly trained in the model, such as segmentation-to-image, depth-to-image, and others. Given the model's specific training on these tasks, its ability to generalize effectively to tasks like style transfer, which are substantially different, is limited. This limitation aligns with common understanding in the field of machine learning, where models often excel in areas closely related to their training data and struggle with tasks that are markedly distinct. I personally tried some times, found the model can work in some cases and shared them in the paper. @ZebinHe The style transfer can work on my end in my two shared examples. I am not sure why it didn't in you case. We also provide a modifed version here https://arxiv.org/abs/2312.01408. ViT based encoder is used to encode the example pairs, and the model is trained on more tasks. |
Thanks a lot for your reply. |
Do you have a github page for a modified version of the model, iPromptDiff?
|
What does the a_prompt and n_prompt mean? What are they used for?
The text was updated successfully, but these errors were encountered: