Flux Image Generator
p/flux-image-generator-3
Generate flux AI images with 0 BS ads. Clone & customize!
Jan Oberhauser
Flux Image Generator — Generate flux AI images with 0 BS ads. Clone & customize!
8
Tired of ad-filled image generators? Flux Image Generator is clean, fast, and free—no ads, no clutter. Built with an n8n workflow using Huggingface's free API, try it out or duplicate it to customize and run your own version with ease!
Replies
Best
Max Tkacz
Happy Saturday all! I built the Flux Image Generator after noticing that many sites were charging a premium for simple access to image models. These models are available free-of-charge for API users through various sources, so I set up a simple front-end in n8n, deployed it and shared it as a template, to reduce friction to trying stellar images models like flux.schnell or others. How it works: - An n8n workflow serves the webform via a Form Trigger node. That form captures “Flux Prompt” (string) and “Style” (dropdown). - A switch node routes based on “Style”, then afterwards we assign the style prompt (static bit of text that describes an aesthetic, but not the scene). - We make the request to huggingface inference api. It returns the image. This gets uploaded to Cloudflare R2 to be hosted. - Then a “Respond to webhook” node serves a text block back to the form… but it’s HTML so it renders as a webpage 😎 Should be really easy to clone it and set it up on a self-hosted n8n instance or a n8n cloud account. Customise styles, add different fields, support other languages, turn it into a headless API etc. If you do use cloud, use MAX50 coupon for 50% off for 12 months 🤩 Built as part of my 30 Day AI Sprint: https://30dayaisprint.notion.site/
Max Tkacz
If you'd rather self-host this solution, catch the workflow template here: https://n8n.io/workflows/2417-fl... Plus you can easily run n8n locally too as part of the Self-Hosted AI Starter Kit: https://www.producthunt.com/prod...
Mike Russell
Works incredibly well and so easy to use. I cloned the project and was up and running in minutes! Flux is probably now the best AI image generator out there and this makes it so easy to use and it's free! I show my experience here 👉
Max Tkacz
@imikerussell so glad to hear Mike! Love the video too!
Nifal Adam
That sounds fantastic! I love how Flux Image Generator is focusing on a clean, ad-free experience while still being user-friendly and customisable. It's great to see tools like this that prioritize user experience and flexibility. Kudos to the creators for leveraging n8n and Huggingface's API to make image generation accessible and straightforward.
Star Boat
Hey @max_tkacz! This looks fantastic—love the idea of a clean, ad-free image generator! One feature I’d love to see is the ability to upload reference images for style inspiration. That could take creativity to the next level! Keep up the amazing work, and excited to see what you come up with next! 🌟
Max Tkacz
@star_boat that’s a neat idea for a tool generally - have an AI take an image and describe it in style terms so it’s reproducible 😮 Might just have to add that, thanks so much!
Sophia Kim
Sounds like a great alternative to other image generators, I'd definitely give it a try!