I've built and deployed Panorama FLUX, a Gradio app for creating ultra-wide panoramic images from three different text prompts using the FLUX.1-schnell model.
It uses a custom "Mixture of Diffusers" pipeline to generate and seamlessly blend each section of the image.
Key Features: - Multi-Prompt Input: Control the left, center, and right of the scene with unique prompts. - Seamless Blending: Choose between Cosine and Gaussian blending methods to eliminate seams between tiles. - Optimized for FLUX.1-schnell: Designed for fast, 4-step generation with embedded guidance. - Multi-Language Support: On-the-fly translation for prompts written in Korean and Chinese. - Memory Efficient: Supports both custom (mmgp) and standard diffusers offloading for use on consumer GPUs or in Spaces.
This was a fun project that involved deep-diving into the FLUX architecture to get the tiling, guidance, and positional embeddings right.
I built MCP Blockly for MCP's 1st Birthday hackathon: a full visual environment for creating real MCP servers with block based logic. Research shows that learners develop stronger understanding when they work hands on, so the goal here is to make MCP development something you can explore directly rather than only read about.
Under the hood, every block on the canvas is converted into live Python through a custom generator that rebuilds your MCP function signature, parameters, and logic on each edit. The AI assistant reads the entire workspace through a structured representation, plans multi step changes, creates and adjusts blocks, tests your tool with real inputs, and can even deploy the finished MCP server to your Hugging Face account.