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
Copy file name to clipboardExpand all lines: _pages/wallgenie.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ A magical wallpaper generator ✨
56
56
<divclass="faq-item">
57
57
<h6 class="faq-question">What engine is being used for image generation?</h6>
58
58
<p class="faq-answer">
59
-
Wall•Genie is using the ChatGPT API to generate images using the latest DALL•E 3 engine. If rate limits are reached with image generations, Wall•Genie may fallback to DALL•E 2 and return a 1024x1024 image.
59
+
Wall•Genie is using the ChatGPT API to generate images using gpt-imate-1.5. If rate limits are reached with image generations, Wall•Genie may fallback to DALL•E 2 and return a 1024x1024 image.
60
60
</p>
61
61
</div>
62
62
@@ -77,7 +77,7 @@ A magical wallpaper generator ✨
77
77
<divclass="faq-item">
78
78
<h6 class="faq-question">What is the generated image resolution?</h6>
79
79
<p class="faq-answer">
80
-
Wall•Genie is generating images at the highest resolution that DALL•E allows for portait images which is 1024x1792. If rate limits are reached and the model has to fallback to DALL•2, the resolution will be 1024x1536.
80
+
Wall•Genie is generating images at the highest portrait resolution supported by gpt-imate-1.5, which is 1024x1792. If rate limits are reached and the model has to fallback to DALL•2, the resolution will be 1024x1536.
Copy file name to clipboardExpand all lines: _posts/2024/2024-5-1-say-hello-to-wallgenie.markdown
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ I thought it would be fun to combine a post that covers not only the features of
29
29
• Unlimited downloads of community wallpapers* (every 7th wallpaper for free users)
30
30
• Upvote your favorite submissions
31
31
• Built natively, exclusively for iPhone
32
-
• Uses the latest DALL•E 3 modeling for the best image quality and comprehensive stylistic understanding**
32
+
• Uses gpt-imate-1.5 for the best image quality and comprehensive stylistic understanding**
33
33
• NEW: Siri Shortcuts support (v1.4+)
34
34
35
35
*Requires an active subscription
36
36
37
37
#### Technical Summary
38
-
• Image Model: DALL•E 3 by OpenAI
38
+
• Image Model: gpt-imate-1.5 by OpenAI
39
39
**Wall•Genie may temporarily fallback to DALL•E 2 if rate limits are reached
40
-
• Wallpaper resolutions: 1024x1792 (maximum allowed by DALL•E 3)
40
+
• Wallpaper resolutions: 1024x1792 (maximum supported by gpt-imate-1.5)
41
41
• Minimum iOS Version: 17.0
42
42
• Supported devices: iPhone
43
43
@@ -99,12 +99,11 @@ During development, I was hosting all uploaded wallpapers to my Glitch.com serve
99
99
To avoid these issues and utilize a production-ready solution, I configured a Google Cloud Bucket to host all of Wall•Genie's uploads, which was a relatively simple process. Google Cloud solved all the scaling issues from the embedded images on the server side so that load times of images is way better, and there is virtually unlimited storage space so uploaded wallpapers won't have to be deleted or disappear as usage picks up.
100
100
101
101
##### Imaging Model
102
-
Lastly, OpenAI's DALL•E is at the core making Wall•Genie possible. Using the API, a pre-defined prompt that uses the selections users choose when defining their wallpaper is sent to OpenAI for prcocessing. The resulting image can be downloaded, uploaded, or dismissed, never to be seen again.
102
+
Lastly, OpenAI's gpt-imate-1.5 is at the core making Wall•Genie possible. Using the API, a pre-defined prompt that uses the selections users choose when defining their wallpaper is sent to OpenAI for prcocessing. The resulting image can be downloaded, uploaded, or dismissed, never to be seen again.
103
103
104
104
#### It's over!
105
105
So that's the story of my newest app. Thanks for taking the time to read about it. I think you'd be hard pressed not to find something you like in the content library, which is growing each day. If you happen to enjoy using the app, please take a moment to leave a review on the App Store. It really helps so much! ✌️
106
106
107
107
108
108
💡 [Learn more about Wall•Genie here.](https://thatvirtualboy.com/wallgenie)
109
109
📲 [Download Wall•Genie on the App Store.](https://apps.apple.com/us/app/wall-genie-ai-wallpaper/id6496679681)
0 commit comments