Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

ImageGen

Antonio edited this page Apr 18, 2023 · 2 revisions

ImageGen

ImageGen Objects

class ImageGen()

Image generation by Microsoft Bing

Arguments:

  • auth_cookie - str

get_images

def get_images(prompt: str) -> list

Fetches image links from Bing

Arguments:

  • prompt - str

save_images

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

Saves images to output directory

Clone this wiki locally