You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got good results using the recommended prompt and seed, but when I used the recommended prompt and random seed I got worse results.
Good Result:
input prompt: a black dog and a white cat
input seed: 15
Bad Result:
input prompt: 10 apples on the table
input seed: 15
Any solutions?
The text was updated successfully, but these errors were encountered:
It seems the output image is in wrong BGR instead of RGB. Please check the inference code.
The output results depend on both the text-to-panel and panel-to-image results. In your case, 10 apples are more diffcult for the first stage to properly arrange them. You can try different arrangement using random seed at first, and then run the panel-to-image with satisfying arrangement.
I got good results using the recommended prompt and seed, but when I used the recommended prompt and random seed I got worse results. Good Result: input prompt: a black dog and a white cat input seed: 15
Bad Result: input prompt: 10 apples on the table input seed: 15 Any solutions?
I agree, after having tried many times with different prompts and seeds, most of results coming out are not desirable,
generally speaking they still got issues with colours and numbers, I feel like the default demo examples are kinda of cherry picking, hopefully they can release the version they used in the original paper
I got good results using the recommended prompt and seed, but when I used the recommended prompt and random seed I got worse results.
Good Result:
input prompt: a black dog and a white cat
input seed: 15
Bad Result:
input prompt: 10 apples on the table
input seed: 15
Any solutions?
The text was updated successfully, but these errors were encountered: