Skip to content

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

Notifications You must be signed in to change notification settings

fredi-python/ClipDropSDXL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published