Script's I use with Stable Diffusion
- debug_vae_from_images.py
- clip_score.py
- clip_arch.py
- clip_embeddings.py
- clip_image_embeddings.py
- clip_iqa.py
- image_similarity.py
- check_norms.py
- fid.py
- scale_norms.py
- drop_keys.py
- extract_lora_block.py
- convert_safetensors.py
- batch_bundle_convert.py
- sdv.py
- sdxl-turbo.py
- wuerstechen.py
- moondream.py
- segmoe_run.py
- sd_dpo.py
- read-metadata.py
Recommended cloning into another repository to use their dependencies.
python -m venv venv
source ./venv/bin/activate # linux
call .\venv\Scripts\activate.bat # windows
# PyTorch. Get the version that works for your computer.
# https://pytorch.org/get-started/locally/
Pick A or B to install dependencies
poetry install
Then run with poetry run
poetry run python read-metadata.py myfile.safetensors
pip install -r requirements.txt
Script's should be setup for accelerate so launch the scripts like
accelerate launch check_norms.py
For each script check the help menu for how to use.
python check_norms.py --help