bing_image_creator_dalle3_batch
bing_image_creator_dalle3_batch copied to clipboard
Batch generate images with Bing Image Creator (powered by DALL-E 3) using Seleniumbase.
Bing Image Creator DALL-E 3
Batch generate images with Bing Image Creator (powered by DALL-E 3) using Seleniumbase.
Bing Image Creator DALL-E 3 allows you to pull prompts directly from Google Sheets, generate images with DALL-E 3 in Copilot Designer, and save them directly to your Google Drive.
How to Obtain Bing Cookie
To use Bing Image Creator, you need to obtain the necessary cookie value. Follow these steps:
- Navigate to Bing Image Creator: https://www.bing.com/images/create.
- Log in to your Bing account.
- Open the browser's developer tools:
- Press
F12or right-click on the page and select "Inspect" or "Inspect Element."
- Press
- In the Developer Tools, go to the "Application" tab.
- Under "Cookies," find and select
https://www.bing.com. - Look for the
_Ucookie. - Copy the value of the
_Ucookie.
Okay now I have the _U cookie, where do I put it?
Option 1. For single cookie use:
- Just input your
_Ucookie value into thebing_cookieparameter.
Option 2. For multi-cookie use (i.e., multiple accounts):
- Create a Secret named
bing_cookies_yamlin the Secrets tab (the one with the key icon):
- Input your
_Ucookie value(s) into the Value column following this syntax (the names on the left side don't matter much as they're just for readability. You could just put the names of your accounts there):account1: {_U cookie value} account2: {_U cookie value} - Enable Notebook access to the Secret. After this step, it should look something like this:
How to Use
- Fill in the necessary parameters:
spreadsheet_id_or_url,worksheet_name_or_index, andrange_value, as per your Google Sheets setup. The values from this specified range will be fetched and used as prompts.
- Press
Ctrl + F9to run all cells.