-
Notifications
You must be signed in to change notification settings - Fork 19
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
about demo inference #39
Comments
Hi @QiqLiang , thank you for your interest in our work. Could you please post your content image, style image, text prompt and corresponding results? |
Sorry about that, my computer can’t upload images, but I can briefly describe the images. My style image is an infrared photo taken by a camera, my content image is a baby sleeping on the bed, and I didn’t set the text prompt. I want to get an infrared photo of a baby sleeping on bed, but what I actually get is an image with no useful object but some messy and irregular pattern. |
And I also tried the styleshot_text_driven_demo.py, I used your handwriting draw of a cat as the style image, and set the prompt as “a dog”, but I can’t see a dog in the corresponding result image either. |
This is because we use batch images during inference rather than a single style image, this randomness leads to a different sampling diffusion process and result. However, in cases of image-driven style transfer where we use single-image inference, you can try it to verify whether your local settings are correct. |
The style images and content images are uploaded in here. |
I’m still very confused and have several question, |
For question 1.3: Batch means that we perform inference on all the style images in a batch simultaneously, rather than treating them as a single style. For question 2: Please refer to our provided download link. |
thanks a lot, it works. But I still have a question, is there any requirement for the style images and content images? Cuz when I used my own style images, I got bad result. |
For the fine-grained content control, we provide a version trained on Lineart. |
Hi, I tried my content image and style image for style transformation using your pretrained models and styleshot _image_driven_demo.py, but the results are very bad, I can’t see any clear object in the output image, the output is messy. And I can’t even get the correct result using the picture in your readme.md. Why does it happen ? I set the prompt to be default, should I add some prompt and how can I get the correct results? Thanks for answering.
The text was updated successfully, but these errors were encountered: