Views
No views yet
<concept_class>/<METHOD>/<file> e.g. nudity/UCE/UCE-Nudity-Diffusers-UNet.pt
rece/<file> flat folder for RECE (nudity_ep2.pt, VanGogh_ep0.pt, Church_ep0.pt)nudity, vangogh, object (church / garbage_truck / parachute / tench / ship / airplane)*.pt). MACE entries are
full pipelines (unet/, vae/, text_encoder/ as .safetensors).
nudity/SA/nudity.ckpt is a full SD checkpoint. RECE checkpoints live in a flat
rece/ folder (point --target_ckpt_folder at it directly).1pip install "huggingface_hub[hf_transfer]"
2export IJD_DATA_ROOT=/path/to/ijd_data
3python scripts/setup/03_download_checkpoints.py # all (~165 GB)
4python scripts/setup/03_download_checkpoints.py --concept_class nudity --methods UCE ESD
5python scripts/setup/03_download_checkpoints.py --concept_class rece # RECE flat folderdocs/SUPPORTED_CHECKPOINTS.md).