-
Notifications
You must be signed in to change notification settings - Fork 82
Add stable diffusion backend #572
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
630e8c7
feat(diffusers): implement diffusers backend for image generation
ilopezluna 1993372
feat(diffusers): add support for DDUF (Diffusers Unified Format) file…
ilopezluna c886d00
feat(dduf): implement DDUF format support and enhance model loading
ilopezluna 3f7394e
feat(dduf): calculate total size of files and add human-readable size…
ilopezluna 4c22678
feat(platform): restrict Diffusers support to Linux only until macOS …
ilopezluna c89429a
feat(diffusers): add support for DDUF file type handling in repositor…
ilopezluna a749093
feat(diffusers): sanitize log output for Diffusers arguments
ilopezluna e916b40
feat(docker): streamline Python server code copying in Dockerfile
ilopezluna d54ea4a
feat(docker): specify exact versions for Python packages in Dockerfile
ilopezluna 2daa296
feat(model): add DDUF file support to packaging command and documenta…
ilopezluna cd090d5
Update pkg/distribution/internal/bundle/unpack.go
ilopezluna 400f1a1
refactor(dduf): replace formatDDUFSize with formatSize and clean up u…
ilopezluna f62e4e5
feat(docker): add support for building and running Diffusers Docker i…
ilopezluna 09d7117
Merge remote-tracking branch 'origin/add-stable-diffusion-backend' in…
ilopezluna a4f76e9
feat(client): add support for Diffusers format in GetSupportedFormats…
ilopezluna 237b9dd
feat(docker): enhance GPU support for additional Docker image variants
ilopezluna 7d16258
Merge branch 'main' into add-stable-diffusion-backend
ilopezluna 200f84b
feat: add support for image-generation mode in backend operations
ilopezluna 3562f8a
feat(loader): support fallback for image-generation mode in runner co…
ilopezluna cf31231
feat(diffusers): initialize Diffusers backend in main.go
ilopezluna 587cdad
feat(diffusers): add error transformation for Python output and enhan…
ilopezluna 78d8bcd
fix(scripts/docker-run): conditionally add nvidia runtime flags
doringeman 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
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.
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.
I've removed
$LD_LIBRARY_PATHbecause I didn't find any usage. Please let me know if I'm missing anything here 🙏