-
Notifications
You must be signed in to change notification settings - Fork 73
chore[bc]: diffusion addon interface refactor - remove BaseInference #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gianni-cor
merged 35 commits into
tetherto:main
from
donriddo:chore/sd-addon-interface-refactor
Apr 17, 2026
Merged
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
921871c
chore[bc]: remove BaseInference inheritance from diffusion addon
donriddo c76b809
fix: restore JSDoc comments in index.js and index.d.ts
donriddo 3b27c36
docs: update SD README for new constructor pattern
donriddo 71d885b
fix: guard SD _runInternal against run-before-load with clear error
donriddo c7e51a3
docs: align SD architecture.md with new constructor and composition pβ¦
donriddo f5c9426
chore[bc]: address PR #1496 review findings and bump to 0.2.0
donriddo 7083f7e
refactor: move SD C++ event normalization into addon.js
donriddo e506204
fix: address PR #1496 second-round review findings
donriddo 4a3a261
Merge remote-tracking branch 'origin/main' into chore/sd-addon-interfβ¦
donriddo ab71710
fix: remove task-doc reference and refactor-narration comments
donriddo 45d3b19
fix: throw on second load(), log rejected responses, add mapAddonEvenβ¦
donriddo 51bb1e3
fix: restore JSDoc on run() that was dropped during BaseInference remβ¦
donriddo 5063a20
fix: correct CHANGELOG error quote and remove dead files.model fallback
donriddo f6f424d
fix: make load() idempotent when already loaded
donriddo 0ec9a04
Merge remote-tracking branch 'upstream/main' into chore/sd-addon-inteβ¦
donriddo 8a6e82d
Merge remote-tracking branch 'upstream/main' into chore/sd-addon-inteβ¦
donriddo 943220f
doc: document missing breaking changes from BaseInference removal
donriddo de7e693
fix: address lifecycle, cleanup, and CI-surface review findings
donriddo 2973126
fix[ci]: run test:unit inside test:integration flow
donriddo 5519dea
fix[ci]: run test:unit via run-lint-and-unit-tests action
donriddo 71d1c83
chore: test script chains test:unit + test:integration
donriddo 1b302cb
doc: fix mermaid classDiagram parsing error in architecture.md
donriddo c4341e9
Merge remote-tracking branch 'upstream/main' into chore/sd-addon-inteβ¦
donriddo ff980bd
chore[ci]: rename step to reflect what the action actually runs
donriddo 78c8cd0
fix: doc and type drift around img2img; dead code in SdModel.cpp
donriddo 0170b29
doc: refresh Key Features, migration marker, and img2img JSDoc
donriddo 7250731
doc: restore JSDoc on SD cancel() and unload()
donriddo ff968f6
doc: trim verbose comments added during the refactor
donriddo a2710ba
doc: restore pre-refactor createAddon JSDoc and load error log
donriddo 80819f5
fix: release native logger when addon construction throws
donriddo a0f71ad
chore: drop unused 'test' script, inline into 'test:all'
donriddo 9f68237
doc: fix 0.3.0 CHANGELOG heading depth and queue serialization scope
donriddo 1f4a8b9
doc: fix flowchart mermaid parse errors in data-flows
donriddo 98657e6
doc: note FLUX.2 ignores strength in GenerationParams JSDoc
donriddo 4032040
Merge branch 'main' into chore/sd-addon-interface-refactor
donriddo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,3 +25,4 @@ temp/ | |
| *.deb | ||
| *.zip | ||
| test/integration/all.js | ||
| test/unit/all.js | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.