awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesGenerative AI Capabilities

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.

Awesome Generative AI Capabilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • compvis/stable-diffusionAvatar de CompVis

    CompVis/stable-diffusion

    73,125Ver en GitHub↗

    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.

    Jupyter Notebook
    Ver en GitHub↗73,125
  • wan-video/wan2.1Avatar de Wan-Video

    Wan-Video/Wan2.1

    15,350Ver en GitHub↗

    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.

    Pythonaigcvideogeneration
    Ver en GitHub↗15,350
  • nvlabs/stylegan2Avatar de NVlabs

    NVlabs/stylegan2

    11,186Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗11,186
  • nvlabs/stylegan3Avatar de NVlabs

    NVlabs/stylegan3

    6,929Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗6,929
  • compvis/taming-transformersAvatar de CompVis

    CompVis/taming-transformers

    6,510Ver en GitHub↗

    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.

    Jupyter Notebook
    Ver en GitHub↗6,510
  • firebase/quickstart-jsAvatar de firebase

    firebase/quickstart-js

    5,367Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗5,367
  • ironclad/rivetAvatar de Ironclad

    Ironclad/rivet

    4,608Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗4,608
  • nvlabs/stylegan2-ada-pytorchAvatar de NVlabs

    NVlabs/stylegan2-ada-pytorch

    4,477Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗4,477
  • glouppe/info8010-deep-learningAvatar de glouppe

    glouppe/info8010-deep-learning

    1,291Ver en GitHub↗

    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.

    Jupyter Notebook
    Ver en GitHub↗1,291
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Capabilities

Explorar subetiquetas

  • Application Logic IntegrationsIntegrating generative AI models into applications to automate business logic and responses. **Distinct from Generative AI Capabilities:** Focuses on implementing logic within a full application rather than just synthesizing media assets.
  • Image Synthesis ModelsModels capable of generating high-resolution visual content from latent representations.