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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OpenGVLab avatar

OpenGVLab/DragGAN

0
View on GitHub↗
4,952 stars·477 forks·Python·11 vues

DragGAN

DragGAN est un éditeur et manipulateur d'images génératives interactif qui permet aux utilisateurs de remodeler la sortie visuelle en déplaçant des points de contrôle sur une variété de réseaux génératifs. Il fonctionne comme un outil d'édition d'image basée sur des points, mappant les déplacements de coordonnées définis par l'utilisateur vers l'espace latent d'un modèle génératif pour déformer les images.

Le système inclut un outil d'inversion d'image générative qui convertit les photographies réelles en représentations latentes. Ce processus permet la manipulation interactive de contenu non généré en amenant des images du monde réel dans un format compatible pour le réseau antagoniste génératif.

Le projet couvre une large surface de capacités, y compris l'inversion image-vers-latent, le suivi de points différentiable et l'optimisation par descente de gradient itérative. Ces composants travaillent ensemble pour traduire les mouvements de poignées graphiques en modifications visuelles précises tout en contraignant la sortie à une distribution d'images réalistes.

Features

  • Latent Space Image Manipulations - Allows users to reshape images by dragging handle points that deform the generative network manifold.
  • Latent Space Manipulations - Maps 2D interactive coordinate shifts to specific modifications within the model's latent space.
  • Interactive GAN Editors - Implements an interactive system where users move handles to control and deform the underlying generative network.
  • Interactive Manifold Editors - Provides a tool for manipulating generative images by dragging points to reshape the output on a generative manifold.
  • Point Tracking - Implements differentiable point tracking to map pixel movements to latent space gradients for image deformation.
  • GAN Inversion - Converts user-provided real-world images into a GAN latent representation for point-based interactive manipulation.
  • Real Image Inversion - Provides tools to invert real photographs into GAN latent codes, enabling interactive editing of non-generated images.
  • Iterative Image Optimizers - Employs iterative gradient descent to refine latent vectors and minimize the distance between current and target handle points.
  • Generative Adversarial Networks - Utilizes a pre-trained Generative Adversarial Network to ensure image modifications remain within a realistic data distribution.
  • Point-Based Manipulation - Provides interactive point-drag controls that drive latent optimization to deform images naturally.
  • Generative Visual Art - Enables precise guidance of generative AI output through an interactive graphical point-based interface.
  • Image Generation - Provides a graphical interface with handle points to interactively guide and control the generative process.

Historique des stars

Graphique de l'historique des stars pour opengvlab/dragganGraphique de l'historique des stars pour opengvlab/draggan

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à DragGAN

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec DragGAN.
  • xingangpan/dragganAvatar de XingangPan

    XingangPan/DragGAN

    35,822Voir sur GitHub↗

    DragGAN is an interactive generative AI editor and GAN image editing tool designed for modifying the shape and structure of objects within images. It functions as a latent space manipulator that enables precise geometric and appearance editing by transforming images into editable latent codes. The system provides a web-based visual dashboard for real-time manipulation. Users can change the appearance of generated objects through an interactive point-based dragging interface, utilizing a process where source and target coordinates drive the optimization of the generative model. The project in

    Pythonartificial-intelligencegenerative-adversarial-networkgenerative-models
    Voir sur GitHub↗35,822
  • tachibanayoshino/animeganv2Avatar de TachibanaYoshino

    TachibanaYoshino/AnimeGANv2

    5,366Voir sur GitHub↗

    AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert real-world photographs and videos into anime-style imagery. It functions as an anime style generator that transforms real-world scenes into animation through supervised style transfer. The project provides a system for training style models and extracting specific generator weight parameters from deep learning checkpoints to create lightweight models for inference. It focuses on landscape image stylization and the ability to mimic specific artistic styles from provided datasets. T

    Python
    Voir sur GitHub↗5,366
  • hwalsuklee/tensorflow-generative-model-collectionsAvatar de hwalsuklee

    hwalsuklee/tensorflow-generative-model-collections

    3,922Voir sur GitHub↗

    This is a library of generative model architectures built using the TensorFlow framework. It provides implementations for producing synthetic data and realistic images, specifically focusing on Variational Autoencoders and various Generative Adversarial Network variants. The collection includes specific GAN architectures such as WGAN-GP, LSGAN, InfoGAN, and EBGAN. It also features Variational Autoencoders designed to learn latent representations and synthesize new samples from learned distributions. The project covers image processing pipelines for normalizing and cropping data, as well as a

    Python
    Voir sur GitHub↗3,922
  • open-mmlab/mmagicAvatar de open-mmlab

    open-mmlab/mmagic

    7,434Voir sur GitHub↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Jupyter Notebookaigccomputer-visiondeep-learning
    Voir sur GitHub↗7,434
Voir les 30 alternatives à DragGAN→

Questions fréquentes

Que fait opengvlab/draggan ?

DragGAN est un éditeur et manipulateur d'images génératives interactif qui permet aux utilisateurs de remodeler la sortie visuelle en déplaçant des points de contrôle sur une variété de réseaux génératifs. Il fonctionne comme un outil d'édition d'image basée sur des points, mappant les déplacements de coordonnées définis par l'utilisateur vers l'espace latent d'un modèle génératif pour déformer les images.

Quelles sont les fonctionnalités principales de opengvlab/draggan ?

Les fonctionnalités principales de opengvlab/draggan sont : Latent Space Image Manipulations, Latent Space Manipulations, Interactive GAN Editors, Interactive Manifold Editors, Point Tracking, GAN Inversion, Real Image Inversion, Iterative Image Optimizers.

Quelles sont les alternatives open-source à opengvlab/draggan ?

Les alternatives open-source à opengvlab/draggan incluent : xingangpan/draggan — DragGAN is an interactive generative AI editor and GAN image editing tool designed for modifying the shape and… tachibanayoshino/animeganv2 — AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert… hwalsuklee/tensorflow-generative-model-collections — This is a library of generative model architectures built using the TensorFlow framework. It provides implementations… open-mmlab/mmagic — mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and… orpatashnik/styleclip — StyleCLIP is a framework for steering generative models using contrastive language-image pre-training to edit and… xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative…