7 个仓库
Image generators that incorporate spatial and structural constraints to manage subject placement and pose.
Distinct from Image Generation: Image Generation is a broad capability; this specifies the addition of composition control.
Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Composition-Controlled Generators. Refine with filters or upvote what's useful.
Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It provides a system for executing open-weight models to transform natural language descriptions into visual imagery or to modify existing images. The project distinguishes itself through a flow-matching framework for image generation and a structural image controller. This controller allows for guided synthesis by using depth maps and Canny edge detection to constrain the geometry and composition of the output. The toolkit covers a broad range of image editing capabilities, incl
Incorporates spatial and structural constraints like Canny edges and depth maps to preserve image composition.
This project is a framework for running Stable Diffusion image generation models on Apple Silicon using Core ML hardware acceleration. It provides a local generative AI pipeline for producing images from text prompts using Swift and Python without relying on external cloud APIs. The system includes a model converter to transform deep learning checkpoints into Core ML formats and a model optimizer to quantize weights and activations. It features a ControlNet integration layer to guide image generation using external signals such as edge and depth maps. Capabilities cover text-to-image generat
Guides and constrains visual output using ControlNet with edge and depth maps.
This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum
Explains the use of mapping networks and noise to control the style and variety of generated images.
PhotoMaker is a diffusion-based identity generator designed for person-specific image synthesis. It creates high-fidelity photos and avatars of specific individuals using stacked embeddings, which allows for the generation of consistent human identities without the need for custom model training or fine-tuning. The system utilizes zero-shot identity synthesis and identity adapters to maintain recognizable facial features across various visual contexts. It supports artistic style transfer by combining identity information with specialized model weights and integrates external control framework
Combines identity preservation with external frameworks to manage subject poses and image layouts.
Qwen-Image is a text-to-image model and large language model image generation framework. It functions as an AI image editing suite and a personalized image trainer, capable of producing high-fidelity visuals and accurate typography from natural language descriptions. The system is distinguished by its precision text rendering engine, which integrates multi-script calligraphy and layout-coherent alphabetic text into images. It provides specialized capabilities for subject identity preservation and consistent subject generation across different poses and viewpoints, alongside a training pipelin
Implements image generation with spatial and structural constraints using depth maps, sketches, and keypoints to manage subject pose.
本项目是一个 AI 图像放大和高分辨率生成工具。它使用分块扩散(tiled diffusion)技术,通过在较小的重叠区域处理图像来创建超大图像,从而防止在有限硬件上出现内存崩溃。 该系统通过区域提示(regional prompting)管理空间合成,将特定的文本提示路由到图像的指定区域。它使用噪声反转和结构引导,在放大过程中保持视觉稳定性和全局连贯性。 其他能力包括分块细节放大,以及针对变分自编码器(VAE)编码和解码阶段的内存优化。这些功能减少了高分辨率图像重建所需的峰值内存。
Employs structural guides and tiled generation to manage the precise layout and composition of high-resolution outputs.
ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized diffusion models within ComfyUI visual workflows. It provides a backend that reduces memory overhead and increases generation speed for transformer models. The project includes specialized tools for identity-preserving generation and an image-to-image guidance toolkit that uses depth maps and reference images. It also features a multimodal visual question answering implementation and a utility for merging multiple quantized model files into single unified files. The engine covers a b
Directs the image generation process based on spatial or structural input to ensure precise composition.