Cloudbooklet
  • News
  • Artificial Intelligence
  • Applications
  • Linux
No Result
View All Result
Cloudbooklet
  • News
  • Artificial Intelligence
  • Applications
  • Linux
No Result
View All Result
Cloudbooklet
No Result
View All Result
Home Artificial Intelligence

DragGAN AI Editing Tool Install and Use DragGAN Photo Editor

by Hollie Moore
4 months ago
in Artificial Intelligence, Deep Learning, Google Cloud
Draggan Ai Editing Tool Install And Use Draggan Photo Editor
ShareTweetSendShare
Readers like you help support Cloudbooklet. When you make a purchase using links on our site, we may earn an affiliate commission.

DragGAN AI editing tool use AI to simply manipulate photos and unleash your creativity. Drag and drop points to precisely and easily modify and edit photos. Take a look at the future of image editing.

ADVERTISEMENT

DragGAN AI is a powerful AI editing tool that allows users to change photos with ease using a unique dragging and dropping interface. This new tool is the outcome of a cooperation between Google, the Max Planck Institute for Informatics, and MIT CSAIL researchers.

DragGAN, which is based on the backbone of a powerful deep learning algorithm known as a generative adversarial network (GAN), uses cutting-edge technology to produce realistic pictures depending on user input. GANs are a form of machine learning algorithm that is well-known for its capacity to generate very real images by learning from a curated dataset.

Table of Contents

  1. Features of DragGAN Photo Editor
  2. Download DragGAN AI Editing Tool
  3. How to Install and Use DragGAN AI Editing Tool – Ubuntu
    1. Configure Server for DragGAN on Ubuntu 22.04
    2. Prerequisite
    3. Pull GitHub Repository
    4. Create Conda Environment
    5. Launch DragGAN
  4. Nginx Configuration for Gradio (Optional)

DragGAN AI editing Tool is simple to use. Users may quickly upload an image and then edit it interactively using the straightforward drag-and-drop capabilities. DragGAN produces a new version that includes the user’s desired modifications smoothly by just dragging points on the picture.

ADVERTISEMENT

DragGAN has a wide range of tools that allow users to edit photos in a variety of ways. Some the most important capabilities are:

You might also like

Validator Ai

Validator AI: The AI Powered Business Idea Validator

24 hours ago
Chatgpt To Translate

How to Use ChatGPT to Translate Your Website or Blog

24 hours ago
Draggan Ai Editing Tool
DragGAN AI Editing Tool Install and Use DragGAN Photo Editor 1
  1. Change the size and shape of objects within an image.
  2. Objects can be added or removed from a picture.
  3. Changing the color of objects present in an image.
  4. Text inside an image can be included or removed.

DragGAN Official has immense potential as a powerful photo editing tool. DragGAN AI editing Tool has the potential to transform a variety of fields, including marketing, advertising, and education, by enabling the generation of extremely realistic and personalized images for a variety of purposes.

Features of DragGAN Photo Editor

DragGAN is a cutting-edge technology that provides interactive point-based picture alteration. This advanced application has a number of capabilities that take picture editing to a whole new level.

ADVERTISEMENT

Excellent Control: With DragGAN AI editing Tool, users have fine control over picture distortion. Instead of making wide and inaccurate adjustments, this technology allows users to edit pixels with pinpoint accuracy, assuring the intended effect.

Versatility: DragGAN’s versatility is remarkable. It enables users to change photos in a variety of ways, including changing postures, shapes, emotions, and layouts. Because of its flexibility, it is an excellent tool for a wide range of picture editing jobs.

ADVERTISEMENT

Efficiency: When it comes to picture editing, time is of the essence, and DragGAN shines in this aspect. It works quickly, frequently needing only a few seconds to modify a picture. This efficiency guarantees that users’ editing chores are completed efficiently and effectively.

High Accuracy: Realistic results are critical in image editing, and DragGAN excels at this. It excels in difficult conditions such as generating content for obscured areas and deforming forms while maintaining object stiffness. This high degree of precision makes it a reliable tool for applications that need exact and lifelike visual changes.

ADVERTISEMENT

Also Read DragGAN: The AI-Powered Image Editing Tool That Makes Editing Images Easy

Download DragGAN AI Editing Tool

DragGAN source code is launched officially and available for download publically.

ADVERTISEMENT

How to Install and Use DragGAN AI Editing Tool – Ubuntu

In this tutorial, we will show you how to install and execute DragGAN AI code using a the official source code available in GitHub version on Ubuntu 22.04 server with Tesla T4 GPU, 2vCPU 7.5GB RAM, 50 GB disk space, secure boot disabled on Google Cloud.

This DragGAN AI Editing Tool setup is tested on Google cloud with the above mentioned configurations. If you wish to have a different GPU then you can install the appropriate Nvidia driver for your GPU.

Configure Server for DragGAN on Ubuntu 22.04

Follow the below article to setup Deep Learning Architecture with Nvidia, CUDA, cuDNN and Anaconda 3 prior to install DragGAN editing tool.

Deaggan Editing Tool Official

Prerequisite

Setup Deep Learning Architecture with Nvidia, Cuda, cuDNN, Anaconda

Just follow the steps until to install Anaconda3. You don’t have to install TensorFlow or PyTorch. We shall install all necessary Python packages as mentioned below.

Pull GitHub Repository

Now you can pull the repository from GitHub using the git clone command.

git clone https://github.com/XingangPan/DragGAN.git

Navigate inside the directory.

cd DragGAN

Create Conda Environment

Now you can create Anaconda environment and start installing the packages.

conda env create python=3.7 -f environment.yml
conda activate stylegan3
pip install -r requirements.txt

This will take sometime to download all required packages. Wait for the installation to complete.

Launch DragGAN

Once the installation is complete you can execute the below command to launch DragGAN Web GUI using the below command

sh scripts/gui.sh

You can also launch DragGAN demo in Gradio to play around using the below command.

python visualizer_drag_gradio.py

Gradio runs on port 7860 [http://localhost:7860]. Either you can create a firewall to open this port or configure Nginx reverse proxy, so that you can open it in your browser without the port.

Nginx Configuration for Gradio (Optional)

Here you will find how to configure Nginx reverse proxy to launch Gradio in your web browser without port. You can also configure domain name and install SSL if needed.

Execute the below command to install Nginx.

sudo apt install nginx

Remove default Nginx configurations.

sudo rm -rf /etc/nginx/sites-enabled/default
sudo rm -rf /etc/nginx/sites-available/default

Create new Nginx configuration for DragGAN.

sudo nano /etc/nginx/sites-available/draggan.conf

Copy and paste the code in the editor.

server {
    listen [::]:80;
    listen 80;

    server_name YOUR_EXTERNAL_IP;

    location / {
        proxy_pass http://localhost:7860;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
   }
}

Replace YOUR_EXTERNAL_IP with your IP or your domain name.

Enabled DragGAN Nignx configuration.

sudo ln -s /etc/nginx/sites-available/draggan.conf /etc/nginx/sites-enabled/draggan.conf

Check Nginx configuration.

sudo nginx -t

Restart Nignx for the DragGAN configuration to take effect.

sudo service nginx restart

Now you can open your DragGAN editor on your web browser on your IP or your domain name.

This article is to help you learn to setup DragGAN AI editing Tool on Ubuntu 22.04. We trust that it has been helpful to you. Please feel free to share your thoughts and feedback in the comment section below.

Tags: DragGAN
Share1125Tweet703SendShare
Hollie Moore

Hollie Moore

Greetings, I am a technical writer who specializes in conveying complex topics in simple and engaging ways. I have a degree in computer science and journalism, and I have experience writing about software, data, and design. My content includes blog posts, tutorials, and documentation pages, which I always strive to make clear, concise, and useful for the reader. I am constantly learning new things and sharing my insights with others.

Comments 112

  1. Avatar Of Harichand Sardar Harichand Sardar says:
    3 days ago

    Good

    Reply
  2. Avatar Of Raeedbarbhuiya raeedbarbhuiya says:
    1 week ago

    Give me the app

    Reply
  3. Avatar Of Ankur Doley Ankur doley says:
    3 weeks ago

    Good apps

    Reply
  4. Avatar Of Abdul Hameed Abdul Hameed says:
    3 weeks ago

    I could not install draggan ai ! Please suggest me a simple way to install it.

    Reply
  5. Avatar Of Abdullah Abdullah says:
    3 weeks ago

    Good

    Reply
Next

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

Fantasy Minecraft Servers

5 Best Fantasy Minecraft Servers in 2023

1 day ago
Ai Statistics And Trends

AI Statistics and Trends: What You Need to Know in 2023

1 day ago
Block Youtube Ads

How to Block YouTube Ads on Android TV in 2023 (6 Easy Methods)

1 day ago
Wix Ai

Create a Professional Website with Wix AI Website Builder

2 days ago

Follow Us

Trending Articles

Microsoft Surface Event: The Most Exciting And Innovative Launches And Updates

Microsoft Surface Event: The Most Exciting and Innovative Launches and Updates

September 21, 2023

Amazon Prime Big Deal Days 2023: Best Deals

7 Best Lyric Video Maker Software for Music Lovers

10 Best Minecraft Server Hosting Providers in 2023

Top 7 Free Dating Sites for Men in 2023

AI Annotation Jobs: Everything You Need to Know

Popular Articles

Cloud Vps Server

Top 10 Advantages of a Cloud VPS Server

September 19, 2023

Google Safe Search Settings: Blurred Explicit Images in Search Results

10 Best AI Mockup Generators to Create Stunning Mockups

TinyLlama: A 1.1B Parameter Language Model Pre-trained on 3 Trillion Tokens

Top 10 AI Presentation Maker: Easy Way to Create Stunning Presentations

Microsoft Designer: AI Design Tool Now Available in Edge

Subscribe Now

loader

Subscribe to our mailing list to receives daily updates!

Email Address*

Name

Cloudbooklet Logo

Welcome to our technology blog, where we explore the latest advancements in the field of artificial intelligence (AI) and how they are revolutionizing cloud computing. In this blog, we dive into the powerful capabilities of cloud platforms like Google Cloud Platform (GCP), Amazon Web Services (AWS), and Microsoft Azure, and how they are accelerating the adoption and deployment of AI solutions across various industries. Join us on this exciting journey as we explore the endless possibilities of AI and cloud computing.

  • About
  • Contact
  • Disclaimer
  • Privacy Policy

Cloudbooklet © 2023 All rights reserved.

No Result
View All Result
  • News
  • Artificial Intelligence
  • Applications
  • Linux

Cloudbooklet © 2023 All rights reserved.