I built a little demo where you give three models (Apertus, Llama, Qwen3) the same prompt and in the end you have to guess which is which just based on their answers.
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'm thrilled to launch SUP Toolbox! An AI tool for image restoration & upscaling using SUPIR, FaithDiff & ControlUnion. Built with Diffusers and Gradio UI featuring 14 custom components I developed.
Just applied for HF Community Grant for “Hugging Research” — a lightweight CodeAgent‑based research assistant built on Hugging Face’s Open Deep Research project for the Hugging Face Hub (models, datasets, Spaces, users, collections, papers). It gathers links via dedicated tools and organizes them for easy review.
Building settings panels in? I created "PropertySheet", a new gradio component that turns your Python dataclass into a full UI! ⚡️ ✅ Sliders, dropdowns, color pickers & more ✅ Collapsible groups ✅ Reset buttons & tooltips
hi guys i created this gradio component based on Xenova's tokenizer playground application. This will help me in an application I'm building, I hope it will be useful for you too.
MoD ControlNet Tile Upscaler for SDXL: Upscale Your Images with Ease! 🚀
Meet the MoD ControlNet Tile Upscaler for SDXL, a powerful tool that uses advanced technology to upscale your images without losing quality! Our app is designed to process images in tiles without leaving them blurry or with visible lines between the tiles. The result? Upscaled images with preserved details and smooth, natural transitions—all through a user-friendly interface. ✨
What MoD Upscaler Offers:
🔍 Preserved Details: Unlike traditional upscalers, the MoD ControlNet Tile Upscaler enlarges your images while maintaining clarity and adding details that might otherwise be lost. Your photos gain more definition without sacrificing original quality. 🧩 Advanced Tiling Technology: We use a smart combination of techniques to ensure natural and smooth transitions between tiles. This means your upscaled images remain consistent and high-quality, even at higher resolutions. No more visible lines or imperfections! ⚡ Fast and Efficient: You don’t need a super-powered computer! Our app is optimized to run quickly and smoothly, even on simpler machines. 🎨 Easy-to-Use Interface: You don’t have to be an expert to use the MoD ControlNet Tile Upscaler. The interface is simple, intuitive, and designed so anyone can achieve professional-quality results without hassle. Upscale your images without losing quality and with details preserved. Try the MoD ControlNet Tile Upscaler today! 👍
This strives to provide a better tool for image composition by using several diffusion processes in parallel, each configured with a specific prompt and settings, and focused on a particular region of the image. The mixture of diffusion processes is done in a way that harmonizes the generation process, preventing "seam" effects in the generated image. Using several diffusion processes in parallel has also practical advantages when generating very large images, as the GPU memory requirements are similar to that of generating an image of the size of a single tile.