9 repositorios
Functional capabilities that allow artificial intelligence systems to synthesize new media, such as images or audio.
Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Generative AI Capabilities. Refine with filters or upvote what's useful.
Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions. The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. I
Leverages denoising autoencoders within latent representations to synthesize detailed visual content efficiently.
Wan2.1 is a generative video synthesis framework that provides foundation models for creating high-fidelity video sequences and static images from descriptive text prompts. The system utilizes a unified architecture trained on both static and dynamic datasets, allowing it to function as a comprehensive tool for visual media creation. The framework distinguishes itself through a transformer-based temporal modeling approach that ensures structural coherence and consistent motion across video frames. It supports multi-resolution latent scaling, enabling the generation of content in various aspec
Generates high-quality still images using a unified model architecture trained on both image and video data.
StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag
Implements a deep learning architecture for synthesizing high-resolution visual content.
StyleGAN3 is a PyTorch implementation of a generative adversarial network designed for high-fidelity image synthesis. It functions as an image synthesis model and a deep learning research tool used to train and deploy networks that generate realistic synthetic imagery from custom datasets. The project is specifically an alias-free generative model, utilizing an architecture that eliminates jagged artifacts to produce smooth translational and rotational image sequences. This enables the creation of alias-free videos and the generation of high-resolution photos without visual distortions. The
Implements a high-resolution image synthesis model capable of generating realistic synthetic imagery from latent representations.
Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN image encoder with an autoregressive transformer. It utilizes a discrete latent space to represent images as codebook tokens, enabling the production of high-fidelity visuals through a hybrid architecture. The project provides specialized capabilities for layout-based scene synthesis, allowing for the creation of complex images by placing objects according to defined bounding box coordinates. It also includes tools for image inpainting to fill missing sections of an image by ana
Combines an autoregressive transformer with a convolutional generator to synthesize high-resolution visual content.
Este proyecto es una colección de implementaciones de referencia, código de muestra y kits de inicio para integrar servicios backend de Firebase en aplicaciones web utilizando el SDK de JavaScript. Sirve como una guía práctica para arrancar proyectos con autenticación alojada en la nube, bases de datos y lógica serverless. El repositorio proporciona ejemplos específicos para implementar sincronización de datos en tiempo real, gestión de identidad de usuario y funciones en la nube impulsadas por eventos. También incluye código de referencia para utilizar emuladores de servicios locales para probar la funcionalidad en la nube en una máquina local antes del despliegue en producción. La base de código cubre una amplia gama de capacidades, incluyendo almacenamiento de datos no-sql y relacionales, alojamiento de activos estáticos en una CDN global y la aplicación de reglas de seguridad declarativas. También demuestra la integración de verificación de identidad y la ejecución de lógica del lado del servidor en entornos gestionados.
Demonstrates how to integrate generative AI capabilities into applications to provide intelligent automated responses.
Rivet is a visual LLM workflow designer and AI agent orchestration engine. It serves as a development environment for building retrieval augmented generation pipelines and a TypeScript library for embedding visual AI graphs and prompt logic into JavaScript applications. The system differentiates itself through a node-based editor that maps data flow between language models, vector databases, and external APIs. It provides specialized tools for prompt engineering, including interfaces for iterative prompt refinement and A/B testing to improve model response quality. The platform covers a broa
Allows running predefined AI workflows within a TypeScript environment to exchange data between graph logic and application code.
Este proyecto es una implementación en PyTorch de una red generativa antagónica (GAN) diseñada para la síntesis de imágenes de alta resolución. Proporciona un modelo de síntesis de imágenes que genera imágenes realistas a partir de vectores latentes y condiciones de clase aprendidas, respaldado por una herramienta de proyección en el espacio latente para encontrar vectores numéricos que representen imágenes objetivo específicas. La implementación cuenta con aumento discriminador adaptativo, una técnica de entrenamiento utilizada para evitar el sobreajuste del discriminador al entrenar con datasets de imágenes limitados. También incluye una suite de evaluación de modelos generativos que proporciona métricas cuantitativas para medir la fidelidad y diversidad de las imágenes sintetizadas. La librería cubre flujos de trabajo generativos más amplios, incluyendo mezcla de estilos de imagen, proyección de imagen a latente y entrenamiento de redes generativas en datasets personalizados. Proporciona utilidades para la preparación de datasets de imágenes y la conversión de pesos de red.
Provides a generative model that produces high-resolution realistic images from latent vectors.
This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the theoretical and technical foundations of neural network implementation. It serves as a structured academic guide for building and training complex models from scratch, covering the essential mathematical primitives, computational graph construction, and automatic differentiation mechanisms required for modern machine learning. The repository distinguishes itself through its extensive coverage of generative modeling and specialized neural architectures. It includes practical im
Generates high-resolution visual content using adversarial learning architectures.