Skip to content
On this page

图片生成

ImageGen 对象

python
class ImageGen()

微软必应的图片生成器

参数:

  • auth_cookie - str

获取图片

python
def get_images(prompt: str) -> list

从必应获取图片链接

参数:

  • prompt - str

保存图片

python
def save_images(links: list, output_dir: str) -> None

将图片保存到输出目录

Released under the MIT License.