Skip to content

Commit e7a39db

Browse files
authored
Update index.html
1 parent 6ef3756 commit e7a39db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ <h2 id="about-title"></h2>
17921792
urlSuffix = '&width=1280&height=720';
17931793
}
17941794

1795-
const url = "https://image.pollinations.ai/prompt/" + encodeURIComponent(promptText) + "?model=flux&nologo=true" + urlSuffix;
1795+
const url = "https://image.pollinations.ai/prompt/" + encodeURIComponent(promptText) + "?model=flux&nologo=true&enhance=true" + urlSuffix;
17961796
App.state.aiImageUrl = url;
17971797
App.ui.updateAiImagePreview(null, 'Rendering...');
17981798
const tempImg = new Image();

0 commit comments

Comments
 (0)