No project description provided
Project description
bing_image_creator_api
This repository was created using the code from these repositories:
I am very thankful to the creators of these repos, they did an amazing job. I simplified the algorithm a lot and added a better (in my opinion) way to invoke the tool programmatically.
What's not currently supported
Using boosts for generations
Installation
pip install bing_image_creator_api
Usage
As a library
import bing_image_creator_api
import asyncio
import webbrowser
from getpass import getpass
async def main():
client = bing_image_creator_api.Client(user_token=getpass("Enter your user token: "))
urls = await client.create("cute puppies")
for url in urls:
webbrowser.open(url)
asyncio.run(main())
As a standalone program
The "token file" is a file containing tokens from one or more accounts, where each token is placed on a separate line. This file can have comments that start with "#". Empty lines are skipped too. Be aware that the first token from the list is used to check if the prompt will pass the filter, which may lead the account the token belongs to to be banned if the prompt is actually unsafe, so it will be mindful to use the token from an account you don't care about as the first token. Repeating tokens are not removed
python -m bing_image_creator_api -t '/path/to/token/file.txt' -n 10 -p "cute puppies" # Generate at least 10 images and then stop
python -m bing_image_creator_api -t '/path/to/token/file.txt' -p "cute puppies" # Generate images until killed (Ctrl+C)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bing_image_creator_api-0.6.0.tar.gz
.
File metadata
- Download URL: bing_image_creator_api-0.6.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/5.4.0-150-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 409fb85998b893aef368558ea0bb487d95d1e08bd2f7e6a2f2caea02277d13fe |
|
MD5 | 2a23abb51ac9581f4e99f49f88a6a221 |
|
BLAKE2b-256 | 18117985baa54339d831ea0508c1362c705b8614765dd630362b4e2f7d6e71b5 |
File details
Details for the file bing_image_creator_api-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: bing_image_creator_api-0.6.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/5.4.0-150-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60c1e46257e4772a0dabbd2bb5053c53cb32b3ab9bd3d4f1ec359d3c3f69c3bc |
|
MD5 | 3cba73224477d96b171facc7c6e55e9d |
|
BLAKE2b-256 | 5fb4c9ce6b70f287396cd751f8f590252e351ae78582e3c50f07bfa0e71c942d |