SkillAgentSearch skills...

ClipDropSDXL

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

Install / Use

/learn @fredi-python/ClipDropSDXL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ClipDropSDXL <img src="https://github.com/fredi-python/ClipDropSDXL/assets/83492589/b3d508ee-d810-4b8b-9d1b-87a4b84967a2" width="2.5%"></img>

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: <br>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

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Python

Security Score

75/100

Audited on Jan 30, 2026

No findings