fredi-python / ClipDropSDXL

Selenium Wrapper for ClipDrop: Unlocking High-Resolution Text-to-Image Creation with StableDiffusionXL (SDXL)
22 stars 2 forks source link

ClipDropSDXL

Selenium Wrapper for ClipDrop: Unlocking High-Resolution Text-to-Image Creation with StableDiffusionXL (SDXL)

Installation

python3 -m pip install --upgrade git+https://github.com/fredi-python/ClipDropSDXL.git

Usage

$ python3 -m ClipDropSDXL --help
usage: ClipDropSDXL.py [-h] [--headless] [--style STYLE] --prompt PROMPT [--output-dir OUTPUT_DIR] [--browser BROWSER]

options:
  -h, --help            show this help message and exit
  --headless            Run Browser in headless mode
  --style STYLE         Style option, default: no style
  --prompt PROMPT       Prompt to send to Clipdrop
  --output-dir OUTPUT_DIR
                        Output Directory
  --browser BROWSER     Browser to use (default: chrome)

Working with styles

Available styles:
anime, photographic, digital-art, comic-book, fantasy-art, analog-film, neonpunk, isometric, lowpoly, origami, line-art, cinematic, 3d-model, pixel-art

Usage Examples

PHOTOGRAPHIC

python3 -m ClipDropSDXL --prompt 'Car' --style photographic

170

python3 -m ClipDropSDXL --prompt 'landscape of a Japanese garden in autumn' --style photographic

183

NEONPUNK

python3 -m ClipDropSDXL --prompt 'Man in hoodie walking away from camera' --style neonpunk

140

python3 -m ClipDropSDXL --prompt 'stunning sunset over a calm beach with palm trees.' --style neonpunk

118