LevwTech / wa-gpt

💬 Chat, Create Stickers & Images, Send Voice Notes, Files, and More! 🎨 Start now for free! ✨
https://whatsapp-assistant.com
2 stars 1 forks source link

change image generation model #12

Closed LevwTech closed 8 months ago

LevwTech commented 9 months ago

dall-e-2 is not so good for image/sticker generation.

consider: 1) dall-e-3, move to tier one by paying atleast 5 usd, when moved to a higher tier, for stickers, will need to resize the image to 512x512 after, as their prompt refuses this size for dall-e-3 image

2) gemini once image generation is live: https://ai.google.dev/pricing?hl=en

3) Midjourney https://docs.midjourney.com/docs/plans Sadly there is no pay-as-you-go pricing model :( First plan has limited generations (about 200 a month) so we cant work with it. Second plan is fine but a bit costly. (30 USD)

4) Deploy your own AI model: Can use juggernaut + a sticker lora from https://civit.ai/ but and run it on a serverless gpu runpod.io But this is the last option

LevwTech commented 8 months ago

point 1 is done in https://github.com/LevwTech/wa-gpt/commit/713c158c5a762bf5f674661224c5e42073be1a80

LevwTech commented 8 months ago

Will close this issue as the model has been changed to dalle3 as per the first point