-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Brandon/flux model loading #6739
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
python
PRs that change python files
invocations
PRs that change invocations
backend
PRs that change backend files
frontend
PRs that change frontend files
labels
Aug 12, 2024
brandonrising
commented
Aug 12, 2024
brandonrising
commented
Aug 12, 2024
invokeai/backend/quantization/fast_quantized_diffusion_model.py
Outdated
Show resolved
Hide resolved
brandonrising
commented
Aug 12, 2024
invokeai/backend/quantization/fast_quantized_transformers_model.py
Outdated
Show resolved
Hide resolved
1 task
brandonrising
force-pushed
the
brandon/flux-model-loading
branch
from
August 15, 2024 14:27
2e978ad
to
0e14fc6
Compare
github-actions
bot
added
Root
python-deps
PRs that change python dependencies
services
PRs that change app services
labels
Aug 15, 2024
brandonrising
force-pushed
the
brandon/flux-model-loading
branch
from
August 19, 2024 17:13
043df07
to
00b63af
Compare
RyanJDick
reviewed
Aug 20, 2024
brandonrising
force-pushed
the
brandon/flux-model-loading
branch
2 times, most recently
from
August 21, 2024 13:11
5606eea
to
5edec7f
Compare
RyanJDick
force-pushed
the
brandon/flux-model-loading
branch
from
August 21, 2024 18:21
ccb49c9
to
e41025d
Compare
RyanJDick
reviewed
Aug 21, 2024
StAlKeR7779
reviewed
Aug 21, 2024
StAlKeR7779
reviewed
Aug 21, 2024
RyanJDick
reviewed
Aug 22, 2024
RyanJDick
reviewed
Aug 22, 2024
…r minor version-related fixes.
…tegy and data type
…ly equivalent, but in my test VAE deconding was ~8% faster after the change.
…he config_path in model config
brandonrising
force-pushed
the
brandon/flux-model-loading
branch
from
August 26, 2024 23:21
a30c2d9
to
c510234
Compare
hipsterusername
approved these changes
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
PRs that change backend files
CI-CD
Continuous integration / Continuous delivery
frontend
PRs that change frontend files
invocations
PRs that change invocations
python
PRs that change python files
python-deps
PRs that change python dependencies
python-tests
PRs that change python tests
Root
services
PRs that change app services
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.
Summary
Add FLUX support to the model manager.
QA Instructions
Install the FLUX model via the "Starter Models" tab:
Merge Plan
Can be merged with proper approvals