-
Notifications
You must be signed in to change notification settings - Fork 253
Add LoRA handling for image generation #4084
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
Open
atobiszei
wants to merge
35
commits into
main
Choose a base branch
from
atobisze_image_inpainting_lora
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
3ddabdc
WIP
atobiszei b5ed7d8
Inpainting/outpainting CPU
atobiszei c2ba9d8
Update dockerignore
atobiszei af51476
Demo
atobiszei 5f89fc2
Change mask
atobiszei 102f8af
Fix
atobiszei 330374f
Fix: remove mask from accepted fields in text2image request options
atobiszei 0a65e68
Merge remote-tracking branch 'origin/main' into atobisze_image_inpain…
atobiszei eac3932
Fix concurrent request inpainting issue, propagate quantization param…
atobiszei f4be12a
Merge remote-tracking branch 'origin/main' into atobisze_image_inpain…
atobiszei a2476ee
Add tests & review fix
atobiszei 15dd08a
Address PR review: blocking inpainting guard, string_view optimizatio…
atobiszei 7e392c6
Minor comment fix
atobiszei eb34c6e
Add LoRA adapter support for image generation
atobiszei 9da0860
Add download commands for inpainting/outpainting demo images
atobiszei 4d24c22
Add LoRA adapter support for image generation
atobiszei dec1959
Merge origin/main into atobisze_image_inpainting_lora
atobiszei f10b657
Fix LoRA download auth, style issues, and restore README curl commands
atobiszei 4fe7c75
Fix Windows build: rename shadowed variable 'it' to 'member'
atobiszei 0ef2ebe
Fix Windows path detection in LoRA CLI parser
atobiszei 519ea61
Extract isLocalFilePath() into stringutils for cross-platform path de…
atobiszei c288736
Use generic_string() for cross-platform path separators in imagegen_init
atobiszei b1d2ca6
Merge remote-tracking branch 'origin/main' into atobisze_image_inpain…
atobiszei 453f712
Fix build after merge: filesystem path, const cast, LoRA aliases via …
atobiszei f6d52f4
docs: fix LoRA documentation - model name routing, guidance_scale, pu…
atobiszei 8e36a01
Merge remote-tracking branch 'origin/main' into atobisze_image_inpain…
atobiszei a241d7f
Review fixes: alias validation, collision check, revert poll defaults
atobiszei 59eaad2
Add NPU LoRA MODE_STATIC support and LoRA test coverage
atobiszei 33e7a85
Add LoRA alias conflict validation, NPU request rejection, and rename…
atobiszei d76da73
Merge remote-tracking branch 'origin/main' into atobisze_image_inpain…
atobiszei 65e6bd2
feat(image_gen): Add LoRA load mode (FUSE/STATIC/DYNAMIC)
atobiszei 77c56ed
ImageGen LoRA: rename FUSE→STATIC for NPU, fix misleading comments
atobiszei 525be69
LoRA: alpha validation, mode docs, Windows drive letter fix
atobiszei a705a22
Self-review
atobiszei 34ce570
self-review part 2
atobiszei 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add export optin for composite lora.