When I try to make a new button and click generate using that button it says (text-to-image-plugin: Currently, the only valid resolutions are 512x512, 512x768 and 768x512). Anyway to bypass this?
You must log in or register to comment.
Linking a generator would be helpful to identify the problem. But, if you input a resolution other than 512x512, 512x768, or 768x512 in the
text-to-image-plugin
, it would throw out that error.There isn’t a way to increase the resolution of the image, but you can change the display size with
width
,height
orsize
. See this prompting guide for thetext-to-image-plugin
.