So it’s safe to assume in the next 10 years - AI will be running locally on every device from phones, laptops and even many embedded devices. Even robots- from street cleaning bots to helpful human assistants?
OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
11–20 of 88 posts
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#12So it’s safe to assume in the next 10 years - AI will be running locally on every device from phones, laptops and even many embedded devices. Even robots- from street cleaning bots to helpful human assistants?
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#13So it’s safe to assume in the next 10 years - AI will be running locally on every device from phones, laptops and even many embedded devices. Even robots- from street cleaning bots to helpful human assistants?
This example, whilst impressive, feels way more in the "Doom running on a calculator" vein of progress though.
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#14Could be a nice wall paper generator every 29 min. Input a big list of random prompts and let it rotate
A 4090 can generate over 100 images a second with turbo+lcm and a few techniques, you can make 2 days worth of images in 1 seconds. You could make a years worth in roughly 3 minutes and put them on the sd card
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#15Could be a nice wall paper generator every 29 min. Input a big list of random prompts and let it rotate
This project is a fun POC but it's not very practical for that type of application. A 4090 can generate over 100 images a second with turbo+lcm and a few techniques, you can make 2 days worth of images in 1 seconds. You could make a years worth in roughly 3 minutes and put them on the sd card
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#16So it’s safe to assume in the next 10 years - AI will be running locally on every device from phones, laptops and even many embedded devices. Even robots- from street cleaning bots to helpful human assistants?
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#17Earlier quoted context omitted.
This project is a fun POC but it's not very practical for that type of application. A 4090 can generate over 100 images a second with turbo+lcm and a few techniques, you can make 2 days worth of images in 1 seconds. You could make a years worth in roughly 3 minutes and put them on the sd card
But that's not the point, obviously. Sometimes, being slow is a feature. Besides, a 4090 costs more than a small car.
I feel like you can't even find driveable cars that will last 100 miles at that price point anymore.
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#18Earlier quoted context omitted.
This project is a fun POC but it's not very practical for that type of application. A 4090 can generate over 100 images a second with turbo+lcm and a few techniques, you can make 2 days worth of images in 1 seconds. You could make a years worth in roughly 3 minutes and put them on the sd card
But that's not the point, obviously. Sometimes, being slow is a feature. Besides, a 4090 costs more than a small car.
If you want to say the zero2-w is what's making it then sure.
> Besides, a 4090 costs more than a car.
They only cost ~0.70USD for 1 hr. In fact you could put this on an A100 for 1$/hr. Renting would make the most sense for this type of thing.
Re: OnnxStream: Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2
#19So it’s safe to assume in the next 10 years - AI will be running locally on every device from phones, laptops and even many embedded devices. Even robots- from street cleaning bots to helpful human assistants?
Every Google Home device is already running an ML model to do speech recognition to recognize the "hey Google" wake word, so sooner than 10 years. The Raspberry Pi Zero is a particularly underpowered device for this. Doing it on the Coral TPU accelerator plugged into a pi zero would take less than 30 mins. Doing it on an iPhone 15 would take less time. Doing it on a Pixel 8 would be faster. Not to diminish getting it…