-
Notifications
You must be signed in to change notification settings - Fork 15
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 about the results with human images as inputs? #4
Comments
Thank you for being interested in our work! "A photo of S* sitting in a movie theater" "A photo of S* sitting in the kitchen" I also upload the training images and pretrained weights and you can try it. |
I have updated the training code. You can train the model on your desired human images now. Thanks! |
Hello! I am trying to replicate some of the results shown here, but i am not getting good results. Is S* the special token for all the checkpoints provided? Thanks! |
Not getting good results with a trained model either. Something seems off. The images generated during training look okay, but then those generated by vico_txt2img.py are not even close... |
That's weird. What are your results directly using the pretrained weights? Put all the pretrained weights under
It is supposed to produce similar results as my run above. Please try it out and put your outputs here. I may locate the problem based on that. Thank you. |
Hi @Landroval2, The pretrained weight file |
Hi @haoosz, thanks for your answer! |
The images of the batman toy are casually self-collected. The results with the batman indeed show low variability using some prompts. You can try the following prompts (I use the default time step = 400):
Thanks! |
Thanks for your answer! I will be trying those prompts to see what happens. |
@Landroval2 were you able to get better results? Can you share some insights please? |
@haoosz I was finally able to get the same results with gal_gadot for inferences. Could you share the training parameters and command for that particular run please? |
The issue I had was simply not using an identifierKeith *. I think I was trying a 3 letter token. When I changed to the same * type token in the config currently, everything worked as expected. It almost felt like prompt influence is even worse than TI, but otherwise results were stellar. |
Hi @haoosz , |
You can try to adjust the training step, the random seed, and the initial word. Besides, the quality of the training data is also important. I have tried on my own images and got reasonable results. |
Hi @haoosz ,
Thanks for your fantastic work, I‘m curious about the results with human images as input. Could you show more results of human images?
The text was updated successfully, but these errors were encountered: