Alternatives
Products that do what Psychedelia fine tuned Stable Diffusion model does
Hi guys! I did a hackathon this weekend for leapml.dev and built out a site that lets you generate images with stable diffusion in the browser: https://aiart.fm Each image gets tagged and stored in a database so you can go back and look at what prompts, seeds, step, models people have used to make nice images. There is also a rudeimntary voting system and the homepage is sorted by highest rated. But the most exciting bit is I added my own custom fine tuned model to it last night that I'm calling "Psychedelia". All of the top images one the homepage are using this model. It seems to…
- 1

- 2

- 3

- 4

- 5

- 6

- 7AT
Hey HN! Really excited to share this new image de-identifier. Kind of like a game of image telephone, you can upload an image and our app will convert the image to a caption, then will generate an image using stable diffusion using the parameters you set for the model yourself. We had so much fun making this and seeing the varying levels of scary generated images.
2023 · imafake.tonic.ai
- 8IB
Hello everyone, I doubt this would be relevant to the kind of person who uses HN, but I thought I could share for some feedback. I built this site because there is a whole world of people who believe in new age spirituality and I am very much one of them. It is a site where you get the users gender their goals and their images and use AI and psychology to generate images of them in the process of achieving their goals. I am so deeply struggling with how to get this highly on Google. I don't even know if that is important anymore. What are your suggestions with distribution and getting in…
2025 · visionboardsai.com
- 9MI
2019 · morphogen.io
- 10SH
Hello everyone, I am the creator of Stable Horde, a free, open sourced, crowdsourced, distributed cluster of Stable Diffusion (AKA AI image generation) workers. This service is provided for free and without any small print. The only thing one needs to be aware of is that your prompt goes to someone else's computer to be created and then sent back with all the caveats that entails. The main difference from all the other Stable Diffusion webuis and services are: * This service is free for everyone, without credits. While we do have a kudos system, this is only used for priority and you can…
2022 · stablehorde.net
- 11CS
Hey Folks, I am Vivek, one of the Founders at MagicStudio.com As we watched the explosion of creative expression with AI rendered pictures, we also noticed that there has been a struggle in discovering levers that make prompts effective. We believe that people think visually, and in order to get their imagination rendered, they can get substantial help by understanding how AI models “perceive” images. This is an attempt to give “simple” prompt ideas to someone who has a picture as a reference. You can use the prompts in any StableDiffusion class generative tool, including our own…
2022 · magicstudio.com
- 12IB
I had 14,000 photos sitting on a drive and wanted an excuse to play with local vision models and Elixir/Phoenix. I originally tried to get LLaVA to tell me if a photo was 'good' or matched my style, but quickly learned that LLMs have terrible taste. I ended up demoting the LLM to just extract metadata, and built a custom CLIP/Ridge Regression pipeline to actually learn my preferences based on how I rate things. The stack is Phoenix/Oban on the orchestrator side, and Python/FastAPI/Instructor for the AI workers. Happy to answer any questions about the architecture,…
Apr 2026 · qwelian.com
- 13SN
I know vibe coding is controversial. I wanted to give it a try so over the last ~4 weeks I tried vibe coding a blender/houdini inspired node based 3d geneartion app in my spare time. The original goal was to try to generate great looking 3d environments from relatively small data. Most games download megs or gigs of data and that's no good for web based things. If you're an AI skeptic still, maybe seeing more concretely what's possible today might convince you otherwise? I'm not making any claim the code is good, though I'm also not claiming is bad. I had fun giving it a try. I was…
Jun 2026 · github.com
- 14VA
2021 · vibes.art
- 15CC
Hey HN, I've been wanting to start this project for a long time, ever since I read an article about collaborative transformation of blob images[1], and I'm hoping it will take off here as I'm curious to see how it can grow. Here's how it works: - My website is available at https://chaospixels.com. You can find its code in the `src` directory of the linked repository. - Every day, I'll review all the open PRs (Pull Requests) and calculate a PR score based on the number of thumbs-up on the PR's opening comment. - The PR with the highest score will be merged and deployed. - Afterward,…
2024 · github.com
- 16AM
Hey, HN community! I'm excited to share the fifth issue of our AI/ML Weekly Digest. This innovative newsletter uses the power of GPT-4 to analyse and curate the most relevant and exciting AI/ML stories from Hacker News. This week I also share with our subscribers a curated list of resources during my learning journey https://github.com/vlameiras/ai-ml-resources/ GPT-4 scours through the top stories on Hacker News to bring you a concise summary and sentiment analysis of the hottest AI/ML news each week. Subscribe & Stay Updated To get the complete…
2023 · hn-ai-newsletter.beehiiv.com
- 17WB
Hi everyone, We have been developing a platform to enable professionals to build AI assistants to help them through their work. After a few months, we realized people are trying to sell basic functionalities that can be built from scratch in a couple of hours. Due to this, individuals who are not familiar with the current SOTA are misinformed about the potential of generative models. So, we decided to open up some of our most popular templates as standalone tools for free to empower individuals and set a solid standard for what people should expect. We believe the barrier to accessing…
2024 · join.modularmind.app
- 18WB
Hey HN, After GPT-3 created waves in the tech industry, a lot of AI tools were emerging and with that, some AI website builders But the results seemed way too generic to us. It felt like the developers were rushing to catch the wave instead of building a proper tool We took our time, did months of RnD and finally came up with something better than what others in the market are doing. It’s got better design output. While it’s still in beta, I wanted to show HN what we did. Will appreciate the feedback when you guys try it out. Here is the link to signup for the beta:…
2024 · dorik.com
- 19KY
Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…
2025 · web2llm.dev
- 20TN
Hi guys, I’m excited to share an update on ReproModel, an open-source toolbox designed to streamline the testing and reproduction of machine learning models. I, like many of you, have really struggled with benchmarking and comparing models, from missing code, to opaque experiment parameters slowing the process. I decided to take matters into my own hands, and created a mini-toolbox in my free time to streamline the process. The goal is to reduce the time and effort spent on replicating experiments, enabling researchers to focus on innovation rather than setup. Knowing this task is not an…
2024 · github.com
- 21IM
Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!
2024 · saas-quick.com
- 22DP
Hey Hacker News! I'm Alex, I'm 19 and I work at Hack Club! The last two weeks i've been messing around with pdfs. I made slop pdf (https://slop.alexvd.dev -- notice the similar website design), a pdf that generates random ai slop stories when you open it, and I was showing that off to one of my friends who suggested I get the LLM to actually work inside the pdf, without an API call to a relay. I laughed at the idea, but then we did some research together, and we managed to find EvanZhouDev's llm.pdf (https://github.com/EvanZhouDev/llm.pdf). Because it existed, I…
24d ago · diffusion.alexvd.dev
- 23PN
>>>>> TimeForZen.com <<<<< This took months to put together. Learning javascript, using the sound manager 2 api. Finding the perfect creative commons photos on flickr. It's such a ridiculously simple site (just a curated list of music) but I went through hell debugging and getting it to work. I learned an extreme amount. My advice to designers who can't code, keep it simple, just get it done don't worry about optimization, don't worry about a backend. Code everything manually if you have to. I've kept it simple out of necessity. I'm a designer, not a…
2012
- 24IV
I recently made this game Doge Decimator with the websim team, and wanted to make a process video for the steps I took to make it in an AI-native platform! You can check out every single iteration the site went through from the links in the description :)
2025 · youtube.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →