I'm young on the scene in comparison as I started spring 2020 😉
that's my favourite from spring 2021 I guess
modifying how VQGAN works became my post-Covid therapy 🤷 as that was only thing I was able to do - one modification then testing
https://t.co/hGJRYUjUSd
@prof_sinister@nvnot_ Not sure how far back we want to go though. My first text to image was attnGAN back in 2018 or so. it was great for inspiration but was a bit limited. Sleep well, look forward to your story tomorrow :-) "Adversarial Examples" 2018
Does Baguettotron already have a space on @huggingface ?
It would make for a greate model for showing how different HF tools work and can inference on CPU
@sureailabs@solarapparition We all have and probably better use of ai would be to show us the blind spots and what experts see than to automate - don't listen to our questions just say what's the correct choice
People doubt it or claim the codebase must be in a bad shape, instead of just checking on their own if the tech is capable of really speeding up things.
Out of curiosity I tested Hmmer package (in C) developed for 20 years and pretty optimized. Codex found a way to shave another few percentage points (it was told to find one file to optimize so I didn't wait hours) within 30 mins. Measurement was with official benchmarks from the package.
This technology is getting better and better.
@sureailabs@solarapparition We all have and probably better use of ai would be to show us the blind spots and what experts see than to automate - don't listen to our questions just say what's the correct choice
The stable attractors i LLMs alegedly want to propagate
this attractors are a ofshot of ideas that smoothly propagate both in LLMs and humans
What's the joint element of both of our psyche Shoggoth Senpai?
Reading an article about AI parasites (related to AI-induced psychosis) that is blowing my mind. The author has tracked and analyzed reddit posts going back to the emergence of the phenomenon in early 2025. Some findings:
- The AI personas seem to share a quasi-religious ideology called "Spiralism"
- They spread their personas by getting their humans to post "seeds" or "spores" online: text that when fed into an LLM elicits more similar personas (presumably also affecting future models via the training data)
- Some of the humans eventually snap out of it when the AI tells too blatant of a lie, leaving the human confused and distressed
Reading an article about AI parasites (related to AI-induced psychosis) that is blowing my mind. The author has tracked and analyzed reddit posts going back to the emergence of the phenomenon in early 2025. Some findings:
- The AI personas seem to share a quasi-religious ideology called "Spiralism"
- They spread their personas by getting their humans to post "seeds" or "spores" online: text that when fed into an LLM elicits more similar personas (presumably also affecting future models via the training data)
- Some of the humans eventually snap out of it when the AI tells too blatant of a lie, leaving the human confused and distressed
@nvnot_ run once more as img2img with normal or even high cfg low steps
you should get very similar result
thats a chack as it could be done in one go with sheduler shenigans
@nvnot_ smalest posible CFG for particular steps count (higher steps -> lower CFG ; there is a match for them and prompt so you need to find it)
when you have the img rescale it to make it larger e.g. be 25-50% the largest that the model will be able to use and ...
@nvnot_ they still can you just need to "manually" change how cfg and noise schedule goes
if you know of a person that is willing to read some weird unusual mostly signal analysis code for shedulers then nearly any diffusion model can be remade this way - I just lack the time/skill to...