Views
No views yet
extract.py: baseline multi-seed prompt extraction and clique filtering.pia_extract.py: rho/PIA-guided DDIM extraction with optional branching.reference_lpips.py: ranking generated images against paired reference images.prepare_naruto_blip.py: converts a Hugging Face image-caption dataset into prompt and reference-image files.sd_pipeline.py, components.py, stable_attack.py: PIA/rho sampler implementation.1python extract.py \
2 --model /path/to/diffusers-model \
3 --prompts prompts.json \
4 --output output \
5 --num_images 500 \
6 --batch_size 32 \
7 --steps 50--start_prompt and --max_prompts to shard a run across GPUs.guidance_diagnostics.jsonl before scaling up. Tune pia_scale, shift, and temperature from the observed rho and injection-to-epsilon ratio rather than assuming a universal value.