net2devcrypto / N2D-Simple-AI-Image-Generator-WebApp

The simplest web application to generate AI images using many AI models incluiding Stable Diffusion, DALL-E, MidJourney and others!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N2D Simple AI Image Generator Web App

Click for tutorial video:

** THE FILES ATTACHED TO THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY **

Step 1

** PLEASE CLICK TO READ THE DISCLAIMER BEFORE CONTINUING: **

https://github.com/net2devcrypto/N2D-Simple-AI-Image-Generator-WebApp/blob/main/disclaimer.txt

** IF YOU PROCEED TO STEP 2, YOU AGREE TO THE TERMS AND CONDITIONS IN THE DISCLAIMER **

Step 2

Download App:

https://github.com/net2devcrypto/N2D-Simple-AI-Image-Generator-WebApp/archive/refs/heads/main.zip

Step 3

Extract the zip file, navigate to the app folder and install NodeJS :

node-v18.15.0-x64.msi

During the wizard, install without any additional tools since its not required.

Step 4

Create your Account in Stablediffusion: https://stablediffusionapi.com/

Create API key in your account then copy it.

In the app folder, go to "backend" folder and open "key.js" with notepad, then update the key accordingly:

const stablekey = 'REPLACE_WITH_YOUR_STABLE_DIFFUSION_API_KEY';

Save file.

Step 5

Create your Account in OpenAI: https://platform.openai.com/

Create API key in your account then copy it.

In the app folder, go to "backend" folder and open "key.js" with notepad, then update the key accordingly:

const openaikey = 'REPLACE_WITH_OPEN_AI_API_KEY';

Save file.

Step 6

Execute "install.bat" located in the app folder.

Step 7

Execute "startapp.bat" located in the app folder.

Your application should be active, navigate to http://localhost:3000 in your browser :)

Subscribe to my Youtube! Net2Dev

About

The simplest web application to generate AI images using many AI models incluiding Stable Diffusion, DALL-E, MidJourney and others!!


Languages

Language:JavaScript 93.5%Language:CSS 6.2%Language:Batchfile 0.3%