Commit graph

12 commits

Author SHA1 Message Date
Michael Cahill
afe4956de0 ci(M01): explicitly import k_diffusion submodules in __init__
Made-with: Cursor
2026-03-07 18:43:53 -08:00
Michael Cahill
feca86bca6 ci(M01): add k_diffusion.external and sampling stubs (DiscreteEpsDDPMDenoiser, BrownianTreeNoiseSampler, trange)
Made-with: Cursor
2026-03-07 18:37:38 -08:00
Michael Cahill
123a9d2f91 ci(M01): add k_diffusion.utils stub
Made-with: Cursor
2026-03-07 18:34:47 -08:00
Michael Cahill
f1a2fd9866 ci(M01): add k_diffusion.sampling stubs (get_sigmas_*, torch)
Made-with: Cursor
2026-03-07 18:32:23 -08:00
Michael Cahill
e280ac5d71 ci(M01): expose sgm.modules.diffusionmodules.model and openaimodel
Made-with: Cursor
2026-03-07 18:29:56 -08:00
Michael Cahill
28d006b1ab ci(M01): fix sgm.modules.attention attribute - explicit submodule imports
Made-with: Cursor
2026-03-07 18:27:23 -08:00
Michael Cahill
bc3bd812dd M01: add sgm denoiser_scaling, discretizer, DiffusionEngine, GeneralConditioner stubs; M01_run3 and M01_summary
Made-with: Cursor
2026-03-07 16:25:26 -08:00
Michael Cahill
1d3c4dcbd5 M01: add sgm.models.diffusion stub
Made-with: Cursor
2026-03-07 16:22:39 -08:00
Michael Cahill
9f4cecb6f9 M01: add ldm/sgm attention, diffusionmodules, midas stubs
Made-with: Cursor
2026-03-07 16:20:18 -08:00
Michael Cahill
623a66538f M01: add ldm.util stub (default) for sd_hijack_optimizations
Made-with: Cursor
2026-03-07 16:17:10 -08:00
Michael Cahill
b80ec79540 M01: add LatentDiffusion stub to ddpm.py for sd_models_types import
Made-with: Cursor
2026-03-07 16:14:40 -08:00
Michael Cahill
ac965561fe M01: add stub repositories for deterministic CI
- Create scripts/dev/create_stub_repos.py to satisfy paths.py assertion
  and import chain without cloning external repos
- Add Create stub repositories step before Setup environment in run_tests
- Remove Cache repositories step (stubs are deterministic, no network)

Made-with: Cursor
2026-03-07 16:12:00 -08:00