Open mmmmm-w opened 4 months ago
Would you mind making a Pull requests?
Can you provide more details about prompt-conditioned out-painting? So far I haven't get it done by setting is_grid=True, even after fixing some bugs. Thanks!
I also noticed some part of the code that refers to the setting of is_grid to True. However, I can't really find anything relevant to this in the paper. Could anyone point this out to me please?
Are the outpainting results presented in the paper are created with is_grid = True? By setting is_grid = True, do we expect the results to be sorts of better than not?
Thank you.
This setting was not used in the paper or the primary experiments. It is my preliminary exploration.
Thanks for your prompt response.
When turn on is_grid, errors happen.
In pipelineoutpaint.py line 795, should change [..., :height,:, :] to [..., :height, :]. In pipelineoutpaint.py line 815, should change text_embeddings to text_embeddings["text_embedding"]