Sharing results using image generation app! #213
ClashSAN
started this conversation in
Show and tell
Replies: 1 comment
-
Can you share a built apk for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks to the development team at google, we can test the image generator app for basic txt2img!
The minimum RAM needed on the phone is 6gb, with this you can generate up to
512x512
with some models!And at 12gb, up to
832x832
!768x768
20step examples:Needs to grab this image with the recents menu screen:
Users can still make nice images at
384x384
, depending on the model used, and how well the model is trained:Minimum step-count
Here's two different prompts using 8 steps, 14steps, and 20steps. The non-cherrypicked seeds are 20, 22, 24. The first prompt is at
512x512
and the second at384x384
. Each image was generated on a Pixel 6 Pro,It remains to be seen how many steps are needed for mediapipe's SOTA 6M parameter control plugins, it may be similar to controlnet in that it requires fewer steps than with the pure txt2img process.
Improved samplers such as UniPC or DPM++ 2M Karras may further lower the minimum healthy step count to 8-10steps.
Distilled Models may further lower necessary step count, but come with limitations of needing to be initially pretrained and optimized for certain genre: realism/anime, limiting user-made model options, initial results don't seem to work well with dynamic shapes.
Beta Was this translation helpful? Give feedback.
All reactions