Skip to content

This TK Application is designed to automate the image generation process, similar to Midjourney. It enables the utilization of multiple accounts by leveraging their respective cookies. These cookies provide direct access to their services, eliminating the need for a web browser.

License

Notifications You must be signed in to change notification settings

Ouzrour/Bing-AI-images-generator-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BingAiGeneratorBanner By.Ouzrour

Bing Image AI Generator GUI

Table of Contents

What is this program for?

This TK Application is designed to automate the image generation process, similar to Midjourney. It enables the utilization of multiple accounts by leveraging their respective cookies. These cookies provide direct access to their services, eliminating the need for a web browser.

Why use this software?

  • Enhanced Productivity: Take control of your content generation
  • User-Friendly: No coding skills required
  • Free Image Generation: It's cost-effective; all you need is a Hotmail/Outlook account (or multiple accounts)

How does it look? (Screenshots)

  • The interface:

Screenshot

  • A Successful Operation (takes 5 seconds):

img.png

  • A Failed Operation:

img_1.png

How does it work?

  1. Extract the Cookie value (See below)

  2. Fill in the "Cookies" tab using two methods:

    1. Method 1 (Short-Term): Enter the cookie address in the respective row, as shown:

      Short-time row filling

    2. Method 2 (Permanent): Open the .env file and input the cookie(s): .env screenshot. After that, launch the software (synchro.py).

  3. Check if the cookie works by clicking the "check" button in the corresponding row:

    The Check Button

  4. Select a row with a coin value > 0:

    Selection

  5. Write your request in the "Request" window. If you have no preferences, the output directory will default to "/output" or the value in the .env file. Click the "ENTER Button" after completing your request:

    The request window

  6. Choose the output directory by clicking "Choose" or manually entering the ABSOLUTE PATH (not the relative PATH). By default, the value of the constant OUTDIR in .env is used; otherwise, the value "/output" is assigned:

    Directory screenshot

  7. Select the maximum number of images to download (1-4):

    Download number

  8. Click the "Run" button:

    The run button

Steps to use:

  1. Install all dependencies by opening the Command Prompt in the same folder as this code. Only do this once; if you've done it before, proceed to Step 2:
    pip install -r requirements.txt
  2. Modify the .env file by entering the values you want to use permanently.
  3. Run ai_generator.py.
  4. Enjoy!

How to Extract Cookies for Use (IMPORTANT)

Firefox and Firefox-based Browsers:

  1. Go to Bing.com/create.

  2. Click on the "Join and Create" button ("Rejoindre et créer" in French):

    img_10.png

  3. Log in to your Hotmail/Outlook account:

    outlook connection

  4. After logging in, you'll return to the bing.com/Create page. Press F12 to open the Developer Console:

    Dev Console

  5. Navigate to the Storage tab ("Stockage" in French):

    Storage Tab

  6. Select the value with "_U", then click the right mouse button and select "Copy":

    Cookie in Firefox

  7. Paste it into the .env file to save these steps for later or directly into the software.

Chromium-based Browsers (Chrome, Edge, Opera, Vivaldi, Brave):

  1. Go to Bing.com/create.

  2. Click on the "Join and Create" button ("Rejoindre et créer" in French):

    img_10.png

  3. Log in to your Hotmail/Outlook account:

    outlook connection

  4. After logging in, you'll return to the bing.com/Create page. Press F12 to open the Developer Console:

    Dev Console

  5. Navigate to the Console tab:

    Console Tab

  6. Enter the following code and press Enter:

    cookieStore.get("_U").then(result => console.log(result.value))

    Cookie in Chrome

  7. Copy the Cookie Address to the .env file to save these steps for later or directly into the software.

Thanks To

acheong08 : https://github.com/acheong08/BingImageCreator

Legal Notice

Bing Image AI Generator is a product developed by Ilyas Ouzrour. It is designed to enhance image generation efficiency using Bing's services. This software is provided as-is, and the developers hold no responsibility for any misuse or improper use of the software. Usage of this software should adhere to Bing's terms of service and legal guidelines.

About

Bing Image AI Generator is a project born out of the need to simplify and expedite the process of image generation. We believe in the power of automation and efficiency. Our team is dedicated to providing users with a reliable and user-friendly tool to meet their image generation needs.

Donation

Paypal : Ouzrour

About

This TK Application is designed to automate the image generation process, similar to Midjourney. It enables the utilization of multiple accounts by leveraging their respective cookies. These cookies provide direct access to their services, eliminating the need for a web browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages