Edit: Found it, really should've been in the blog post...
Bunny AI
11–20 of 156 posts
Re: Bunny AI
#12Looks like it is generating on-the-fly. No? Second request for each generation (unique number) takes no time. for a in `seq 1000 2000`; do wget "https://bunnynet-avatars.b-cdn.net/.ai/img/dalle-256/avatar/email-${a}/rabbit.jpg?width=128&hiEbunny=is_this_secure_though" ; done
Re: Bunny AI
#13Though I guess that still has the underlying limitation of compute shortage so could take a while
Re: Bunny AI
#14Any one know the pricing? When you go to their pricing page it only has info about standard CDN stuff.
Re: Bunny AI
#15Re: Bunny AI
#16Thinking the next logical step - chatgpt at edge - could be even more useful. Though I guess that still has the underlying limitation of compute shortage so could take a while
Re: Bunny AI
#17Re: Bunny AI
#18The commoditization of image generation has been shockingly fast. Now our CDN provider provides low-cost generation.
There’s still competitive advantage to owning, training, and gatekeeping access to models. MidJourney and DallE are both superior to Stable Diffusion along many axes.
Monetizing models is tricky because it’s so cheap to run locally but so expensive in the cloud. Except if you release your model such that it can run locally all advantage is lost.
I wonder if there is a way to split compute such that only the last 10% runs in the cloud?
Re: Bunny AI
#19The commoditization of image generation has been shockingly fast. Now our CDN provider provides low-cost generation.
Kind of. They all run Stable Diffusion because they released fully open source. There’s still competitive advantage to owning, training, and gatekeeping access to models. MidJourney and DallE are both superior to Stable Diffusion along many axes. Monetizing models is tricky because it’s so cheap to run locally but so expensive in the cloud. Except if you release your model such that it can run locally all advantage i…
1. Commodity hardware can do the inference on a single instance (must be true if a user device can do it).
2. It’s apparently possible to run a video game streaming service for $10/month/user.
3. So users should be able to generate unlimited images (one at a time) for $10/month?
Maybe the answer is the DallE/Midjourney models running in the cloud are super inefficient and Stable Diffusion is better. So the services will need to care about optimizing to get that kind of performance. But it’s not inherently expensive because they run it on the cloud.
Re: Bunny AI
#20Thinking the next logical step - chatgpt at edge - could be even more useful. Though I guess that still has the underlying limitation of compute shortage so could take a while