Selenium Wrapper for ClipDrop: Unlocking High-Resolution Text-to-Image Creation with StableDiffusionXL (SDXL)
python3 -m pip install --upgrade git+https://github.com/fredi-python/ClipDropSDXL.git
$ 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)
Available styles: anime
, photographic
, digital-art
, comic-book
, fantasy-art
, analog-film
, neonpunk
, isometric
, lowpoly
, origami
, line-art
, cinematic
, 3d-model
, pixel-art
PHOTOGRAPHIC
python3 -m ClipDropSDXL --prompt 'Car' --style photographic
python3 -m ClipDropSDXL --prompt 'landscape of a Japanese garden in autumn' --style photographic
NEONPUNK
python3 -m ClipDropSDXL --prompt 'Man in hoodie walking away from camera' --style neonpunk
python3 -m ClipDropSDXL --prompt 'stunning sunset over a calm beach with palm trees.' --style neonpunk