Live data from Hacker News

Running Stable Diffusion in 260MB of RAM

github.com

51–60 of 66 posts

Re: Running Stable Diffusion in 260MB of RAM

#51

Incredible! If only there was some cheap hackable eink frame, you could make a fully self contained artwork from eink panel + rpi that's (slowly) continuously updating itself..!

You can use mine:

https://www.stavros.io/posts/making-the-timeframe/

You just put an image on some HTTP server and it shows it.

Re: Running Stable Diffusion in 260MB of RAM

#52
post #37

Earlier quoted context omitted.

Do you have a google colab link?

There is no shortage of google collab stable diffusion tutorials on the web

Which is why asking for one high quality starting point is such a useful question.

Re: Running Stable Diffusion in 260MB of RAM

#53

Incredible! If only there was some cheap hackable eink frame, you could make a fully self contained artwork from eink panel + rpi that's (slowly) continuously updating itself..!

2 years ago people were already hacking updateable photo frames out of them

https://www.youtube.com/watch?v=YawP9RjPcJA

Re: Running Stable Diffusion in 260MB of RAM

#54

Incredible! If only there was some cheap hackable eink frame, you could make a fully self contained artwork from eink panel + rpi that's (slowly) continuously updating itself..!

Listen to the speech in the room, based on hot topics generate a set of pictures for tomorrow.

Re: Running Stable Diffusion in 260MB of RAM

#58
post #30

"It runs Stable Diffusion" is the new "It runs Doom".

Now I'm wondering: could a monkey hitting random keys on a keyboard for an infinite amount of time eventually come up with the right prompts to get GPT-4 to produce code that compiles to a faithful reproduction of Doom?

Yes. Infinity is weird.

Re: Running Stable Diffusion in 260MB of RAM

#59
post #30

"It runs Stable Diffusion" is the new "It runs Doom".

Now I'm wondering: could a monkey hitting random keys on a keyboard for an infinite amount of time eventually come up with the right prompts to get GPT-4 to produce code that compiles to a faithful reproduction of Doom?

Now I'm wondering: if there were two monkeys hitting random keys on a keyboard for an infinite amount of time, one in the gpt-4 prompt and another straight typing 0s and 1s who would produce Doom code faster?

Re: Running Stable Diffusion in 260MB of RAM

#60

Earlier quoted context omitted.

Now I'm wondering: could a monkey hitting random keys on a keyboard for an infinite amount of time eventually come up with the right prompts to get GPT-4 to produce code that compiles to a faithful reproduction of Doom?

Yes. Infinity is weird.

No, because GPT-4 has finite memory, its context length, and its random number generator for output selection is probably pseudo-random with finite memory.

If the random number generator is pseudo-random, this makes GPT-4 a deterministic finite-state machine, and the output sequence does not necessarily contain all possible subsequences no matter how many times the monkey types a new random key. Put differently, some output subsequences may be inaccessible no matter which keys are input. Same if the random number generator is truly random but its value cannot select among all possible output tokens, only a subset provided by the GPT at each step.

Post reply on HN