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
Michael Cahill
1bbc0f4e59
docs(M01): M01_run2 analysis - paths assert, cache seeding required
...
Made-with: Cursor
2026-03-07 16:03:31 -08:00
Michael Cahill
696371932a
M01: Add Install runtime dependencies step (torch, clip, requirements)
...
Fixes ModuleNotFoundError: torch when using --skip-prepare-environment.
Repositories still required from cache for paths.py.
Made-with: Cursor
2026-03-07 16:00:06 -08:00
Michael Cahill
31588a1e59
M01: Skip prepare-environment in CI (deterministic bootstrap)
...
- Add --exit handling when --skip-prepare-environment (launch.py)
- Setup: python launch.py --skip-prepare-environment --skip-torch-cuda-test --exit
- Smoke: python launch.py --skip-prepare-environment --skip-torch-cuda-test --test-server --use-cpu all --exit
CI no longer depends on external git clones. Requires repositories cache to be seeded.
Made-with: Cursor
2026-03-07 15:57:52 -08:00
Michael Cahill
f2db027b93
M01: Revert GITHUB_TOKEN (Repository not found). Document run analysis.
...
Made-with: Cursor
2026-03-07 15:42:37 -08:00
Michael Cahill
23575dc7d6
M01: Add GITHUB_TOKEN for repo clones, cache repositories
...
CLIP fix worked. Git clone of Stability-AI fails without auth.
Add token-based URLs for Stability-AI repos.
Made-with: Cursor
2026-03-07 15:40:45 -08:00
Michael Cahill
9ae76265ba
M01: Add --no-build-isolation to clip install in launch_utils
...
Fixes pkg_resources in pip's isolated build env. Build-time fix only.
Made-with: Cursor
2026-03-07 15:38:39 -08:00
Michael Cahill
cb4b152935
M01: Add PIP_NO_BUILD_ISOLATION to fix CLIP pkg_resources in build env
...
Made-with: Cursor
2026-03-07 15:36:51 -08:00
Michael Cahill
9b96c9165c
M01: CI truthfulness, SHA pinning, smoke path
...
- Remove same-repo PR skip condition (CI runs on all PRs)
- Install setuptools before env setup; add --do-not-download-clip
- Add pip-audit (non-blocking) before environment setup
- Add smoke startup step (verify app boots before full tests)
- Add --cov-fail-under=60 coverage threshold
- Pin GitHub Actions to commit SHAs
- Add .gitattributes for CRLF/LF normalization
- Add M01 plan and toolcalls ledger
Made-with: Cursor
2026-03-07 15:35:32 -08:00
m-cahill
aa47cf7504
Merge pull request #1 from m-cahill/m00-kickoff-baseline-e2e
...
M00 kickoff baseline e2e
2026-03-07 15:27:01 -08:00
Michael Cahill
5a4c02f69c
docs(M00): milestone closeout, ledger update, invariant registry confirmation
...
- Update ledger with CI run IDs 22794525690 (Linter ✓), 22794525698 (Tests ✗)
- Refresh M00_summary.md and M00_audit.md per governance closeout
- Add M00_run2.md (latest CI analysis)
Made-with: Cursor
2026-03-06 23:58:55 -08:00
Michael Cahill
9aa37b3d5e
docs(M00): ledger final commit d0efa188
...
Made-with: Cursor
2026-03-06 23:14:44 -08:00
Michael Cahill
d0efa1889b
docs(M00): fix ledger commit SHA to cdfe1285
...
Made-with: Cursor
2026-03-06 23:14:37 -08:00
Michael Cahill
cdfe12854c
docs(M00): milestone closeout, invariant registry, ledger update
...
- Add Invariant Registry and Serena Refactor Principles to serena.md
- Create M00_run1.md, M00_summary.md, M00_audit.md
- Update milestone ledger: M00 Completed
- Document CI evidence (Linter pass; Tests fail pre-existing)
Made-with: Cursor
2026-03-06 23:14:30 -08:00
Michael Cahill
0a8ade1a9f
M00: Program kickoff, baseline freeze, phase map, E2E verification
...
- docs/serena.md: Living ledger, phase map, invariants, milestone table
- docs/milestones/M00/: M00_plan, preflight, e2e_baseline, ci_inventory, toolcalls
- scripts/dev/: run_m00_baseline_e2e.ps1, .sh (thin verification helpers)
- Baseline tag baseline-pre-refactor created on 82a973c0
No runtime/structural changes. Behavior-preserving docs and verification only.
Made-with: Cursor
2026-03-06 19:17:49 -08:00
AUTOMATIC1111
82a973c043
changelog
2024-07-27 15:49:39 +03:00
AUTOMATIC1111
1d7e9eca09
Merge pull request #16275 from AUTOMATIC1111/fix-image-upscale-on-cpu
...
fix image upscale on cpu
2024-07-27 15:48:22 +03:00
AUTOMATIC1111
c19d044364
Merge branch 'release_candidate'
2024-07-27 06:53:05 +03:00
AUTOMATIC1111
8b3d98c5a5
update CHANGELOG
2024-07-20 11:54:14 +03:00
AUTOMATIC1111
5bbbda473f
Merge branch 'dev' into release_candidate
2024-07-20 11:51:12 +03:00
AUTOMATIC1111
9f5a98d576
Merge pull request #16166 from richardtallent/dev
...
Fix noisy DS_Store files for MacOS
2024-07-20 11:47:50 +03:00
AUTOMATIC1111
986c31dcfe
Merge pull request #16180 from light-and-ray/do_not_send_image_size_on_paste_inpaint
...
do not send image size on paste inpaint
2024-07-20 11:47:27 +03:00
AUTOMATIC1111
5096c163c1
Merge pull request #16173 from AUTOMATIC1111/robust-sysinfo
...
Robust sysinfo
2024-07-20 11:46:45 +03:00
AUTOMATIC1111
7b99e14ab1
Merge pull request #16194 from light-and-ray/fix_cannot_write_mode_P_as_jpeg
...
fix OSError: cannot write mode P as JPEG
2024-07-20 11:46:24 +03:00
AUTOMATIC1111
7c8a4ccecb
Merge pull request #16202 from light-and-ray/do_not_break_progressbar_on_non-job_actions
...
[bug] do not break progressbar on non-job actions (add wrap_gradio_call_no_job)
2024-07-20 11:45:57 +03:00
AUTOMATIC1111
5d26c6ae89
Merge pull request #16178 from light-and-ray/update_installation_guide_linux
...
update installation guide linux
2024-07-20 11:44:59 +03:00
AUTOMATIC1111
5a10bb9aa6
Merge pull request #16235 from v0xie/beta-sampling
...
Feature: Beta scheduler
2024-07-20 11:43:39 +03:00
AUTOMATIC1111
fa0ba939a7
Merge pull request #16218 from Haoming02/resize-tabs-id
...
add ids to the resize tabs in img2img
2024-07-20 11:43:03 +03:00
AUTOMATIC1111
fc7b25ac67
Merge pull request #16231 from AUTOMATIC1111/bat-activate-venv
...
activate venv .bat
2024-07-20 11:42:29 +03:00
AUTOMATIC1111
e09104a126
Merge pull request #16239 from AUTOMATIC1111/fix-upscale-logic
...
fix upscale logic
2024-07-20 11:41:34 +03:00
AUTOMATIC1111
141d4b71b1
Merge pull request #16242 from AUTOMATIC1111/option-to-disable-save-button-log.csv-
...
option to disable save button log.csv
2024-07-20 11:40:39 +03:00
AUTOMATIC1111
ea903819cb
Merge pull request #16212 from AUTOMATIC1111/sd3_lora
...
SD3 Lora support
2024-07-20 11:39:53 +03:00
w-e-w
24a23e1225
option to disable save button log.csv
2024-07-20 15:59:44 +09:00
v0xie
8749540602
fix lint
2024-07-19 15:33:07 -07:00
v0xie
9de7084884
always add alpha/beta to extra_generation_params when schedule is Beta
2024-07-19 14:54:24 -07:00
v0xie
94275b115c
enforce beta_dist_alpha / beta_dist_beta > 0 to avoid nan
2024-07-19 14:15:55 -07:00
v0xie
e285af6e48
add beta schedule opts to xyz options
2024-07-19 14:15:10 -07:00
v0xie
f6f055a93d
use configured alpha/beta values in Beta scheduling
2024-07-19 14:08:44 -07:00
v0xie
3a5a66775c
add new options 'beta_dist_alpha', 'beta_dist_beta'
2024-07-19 14:08:08 -07:00