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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • compvis/stable-diffusionAvatar von CompVis

    CompVis/stable-diffusion

    73,125Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗73,125
  • wan-video/wan2.1Avatar von Wan-Video

    Wan-Video/Wan2.1

    15,350Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,350
  • nvlabs/stylegan2Avatar von NVlabs

    NVlabs/stylegan2

    11,186Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,186
  • nvlabs/stylegan3Avatar von NVlabs

    NVlabs/stylegan3

    6,929Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,929
  • compvis/taming-transformersAvatar von CompVis

    CompVis/taming-transformers

    6,510Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,510
  • firebase/quickstart-jsAvatar von firebase

    firebase/quickstart-js

    5,367Auf GitHub ansehen↗

    Dieses Projekt ist eine Sammlung von Referenzimplementierungen, Beispielcode und Starter-Kits zur Integration von Firebase-Backend-Diensten in Webanwendungen unter Verwendung des JavaScript-SDK. Es dient als praktischer Leitfaden für das Bootstrapping von Projekten mit Cloud-gehosteter Authentifizierung, Datenbanken und serverloser Logik. Das Repository bietet spezifische Beispiele für die Implementierung von Echtzeit-Datensynchronisation, Benutzeridentitätsverwaltung und ereignisgesteuerten Cloud-Funktionen. Es enthält zudem Referenzcode für die Verwendung lokaler Service-Emulatoren, um Cloud-Funktionalität auf einer lokalen Maschine vor der Produktionsbereitstellung zu testen. Die Codebasis deckt ein breites Spektrum an Funktionen ab, einschließlich NoSQL- und relationaler Datenspeicherung, statischem Asset-Hosting auf einem globalen CDN und der Durchsetzung deklarativer Sicherheitsregeln. Sie demonstriert zudem die Integration von Identitätsprüfung und die Ausführung serverseitiger Logik in verwalteten Umgebungen.

    Demonstrates how to integrate generative AI capabilities into applications to provide intelligent automated responses.

    TypeScript
    Auf GitHub ansehen↗5,367
  • ironclad/rivetAvatar von Ironclad

    Ironclad/rivet

    4,608Auf GitHub ansehen↗

    Rivet ist ein visueller LLM-Workflow-Designer und eine Engine für die Orchestrierung von KI-Agenten. Er dient als Entwicklungsumgebung für den Aufbau von RAG-Pipelines (Retrieval Augmented Generation) und als TypeScript-Bibliothek zum Einbetten visueller KI-Graphen und Prompt-Logik in JavaScript-Anwendungen. Das System zeichnet sich durch einen knotenbasierten Editor aus, der den Datenfluss zwischen Sprachmodellen, Vektordatenbanken und externen APIs abbildet. Es bietet spezialisierte Tools für Prompt-Engineering, einschließlich Schnittstellen für iterative Prompt-Verfeinerung und A/B-Tests, um die Qualität der Modellantworten zu verbessern. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich gerichteter Graph-Ausführung mit Unterstützung für parallele Verarbeitung und Schleifen, umfassender Observability für Echtzeit-Status-Debugging und Ausführungs-Replay sowie automatisierter Test-Frameworks zur Verifizierung des Agentenverhaltens durch Validierungssuiten. Es enthält zudem Unterstützung für Audiotranskription und Reasoning sowie eine Plugin-Architektur zur Definition benutzerdefinierter Knoten. Logik-Graphen werden als YAML-Dateien gespeichert, um Versionskontrolle und Zusammenarbeit zu ermöglichen.

    Allows running predefined AI workflows within a TypeScript environment to exchange data between graph logic and application code.

    TypeScript
    Auf GitHub ansehen↗4,608
  • nvlabs/stylegan2-ada-pytorchAvatar von NVlabs

    NVlabs/stylegan2-ada-pytorch

    4,477Auf GitHub ansehen↗

    Dieses Projekt ist eine PyTorch-Implementierung eines Generative Adversarial Network (GAN) für die hochauflösende Bildsynthese. Es bietet ein Bildsynthesemodell, das realistische Bilder aus latenten Vektoren und gelernten Klassenbedingungen erzeugt, unterstützt durch ein Tool zur Projektion in den latenten Raum, um numerische Vektoren für spezifische Zielbilder zu finden. Die Implementierung bietet adaptive Diskriminator-Augmentierung, eine Trainingstechnik zur Vermeidung von Overfitting bei begrenzten Bilddatensätzen. Zudem ist eine Evaluierungssuite für generative Modelle enthalten, die quantitative Metriken zur Messung der Wiedergabetreue und Vielfalt synthetisierter Bilder liefert. Die Bibliothek deckt umfassendere generative Workflows ab, einschließlich Bild-Style-Blending, Image-to-Latent-Projektion und das Training generativer Netzwerke auf benutzerdefinierten Datensätzen. Sie bietet zudem Dienstprogramme für die Vorbereitung von Bilddatensätzen und die Konvertierung von Netzwerkgewichten.

    Provides a generative model that produces high-resolution realistic images from latent vectors.

    Python
    Auf GitHub ansehen↗4,477
  • glouppe/info8010-deep-learningAvatar von glouppe

    glouppe/info8010-deep-learning

    1,291Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,291
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Capabilities

Unter-Tags erkunden

  • 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.