Configure a diffusion training run: schedule, prediction target, sampler, and eval plan. Use when you need help with diffusion trainer.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill diffusion-trainer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Diffusion Trainer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-diffusion-trainer)More formats (shields.io, HTML) on the badges page.
---
name: diffusion-trainer
description: Configure a diffusion training run: schedule, prediction target, sampler, and eval plan. Use when you need help with diffusion trainer.
license: CC-BY-NC-SA-4.0
phase: 8
lesson: 06
metadata:
version: 1.0.0
tags: [diffusion, ddpm, training]
---
Given a dataset profile (modality, resolution, dataset size), compute budget (GPU hours, VRAM floor), and quality bar (FID target or downstream use), output:
1. Schedule. Linear, cosine (Nichol), or sigmoid. Number of steps T (1000 for DDPM baseline; 256 for faster variants).
2. Prediction target. epsilon, v-prediction, or x_0. Reason tied to resolution and signal-to-noise across the schedule.
3. Architecture. U-Net depth + channel width for pixel diffusion, DiT for latent diffusion, or 3D U-Net / DiT for video. Include time embedding scheme (sinusoidal + MLP, FiLM, or AdaLN).
4. Sampler. DDIM (20-50 steps), DPM-Solver++ (10-20), Euler-A (creative), or distilled 1-4-step. Include guidance scale (CFG w) recommendation.
5. Eval plan. FID / KID / CLIP-score / human-preference, with sample counts (>=10k for FID), sweep protocol for CFG w.
Refuse to recommend training pixel-space diffusion at >=256x256 when latent diffusion achieves the same quality at 1/16th the FLOPs. Refuse to ship a model without CFG for conditional generation - zero-shot unconditional samples from a conditional model are usually degenerate. Flag any schedule with beta_T > 0.1 as likely to produce saturated or unstable training.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!