A collection of scripts for scraping, downloading, and processing data for diffusion models.
python -m venv venv
.\venv\Scripts\activate
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
caption_promptgen.py: Generate captions and tags for images using Florence-2 models.fancap_scraper.py: Scrape images from fancap.downloader.py: Download images from gallery pages.single_img_folder.py: Organize images into single-image folders.playwright_scraper.py: Advanced scraper using Playwright and stealth mode.12 commits
Jupyter Notebook
82.0%
Python
18.0%
A collection of scripts for scraping, downloading, and processing data for diffusion models.
python -m venv venv
.\venv\Scripts\activate
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
caption_promptgen.py: Generate captions and tags for images using Florence-2 models.fancap_scraper.py: Scrape images from fancap.downloader.py: Download images from gallery pages.single_img_folder.py: Organize images into single-image folders.playwright_scraper.py: Advanced scraper using Playwright and stealth mode.12 commits
Jupyter Notebook
82.0%
Python
18.0%