We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3756 commit e7a39dbCopy full SHA for e7a39db
1 file changed
index.html
@@ -1792,7 +1792,7 @@ <h2 id="about-title"></h2>
1792
urlSuffix = '&width=1280&height=720';
1793
}
1794
1795
- const url = "https://image.pollinations.ai/prompt/" + encodeURIComponent(promptText) + "?model=flux&nologo=true" + urlSuffix;
+ const url = "https://image.pollinations.ai/prompt/" + encodeURIComponent(promptText) + "?model=flux&nologo=true&enhance=true" + urlSuffix;
1796
App.state.aiImageUrl = url;
1797
App.ui.updateAiImagePreview(null, 'Rendering...');
1798
const tempImg = new Image();
0 commit comments