High quality image generation by Microsoft. Reverse engineered API.
Inspired by BingImageCreator.
pip install git+https://github.com/abersheeran/BingImageCreator.git
Browsers (Edge, Opera, Vivaldi, Brave, Firefox)
- Go to https://www.bing.com/copilot
- F12 to open XHR call some api to get the cookie
- call some api to copy the cookieand use this
- Copy the output. This is used in
-U
.
python -m bingimagecreator -U "xxxxxx" "a big dog"
Images will be saved in ./output/
.