diffusers
[FEAT] Model loading refactor
#10604
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
43
Changes
View On
GitHub
Commits
first draft model loading refactor
SunMarc
committed
1 year ago
revert name change
SunMarc
committed
1 year ago
fix bnb
SunMarc
committed
1 year ago
revert name
SunMarc
committed
1 year ago
fix dduf
SunMarc
committed
1 year ago
fix huanyan
SunMarc
committed
1 year ago
style
SunMarc
committed
1 year ago
Merge branch 'main' into model-loading-refactor
sayakpaul
committed
1 year ago
Update src/diffusers/models/model_loading_utils.py
SunMarc
committed
1 year ago
suggestions from reviews
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/model-loading-refactor' into model-loading-refactor
SunMarc
committed
1 year ago
Update src/diffusers/models/modeling_utils.py
SunMarc
committed
1 year ago
remove safetensors check
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/model-loading-refactor' into model-loading-refactor
SunMarc
committed
1 year ago
fix default value
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/main' into model-loading-refactor
SunMarc
committed
1 year ago
more fix from suggestions
SunMarc
committed
1 year ago
revert logic for single file
SunMarc
committed
1 year ago
style
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/main' into model-loading-refactor
SunMarc
committed
1 year ago
Merge branch 'main' into model-loading-refactor
sayakpaul
committed
1 year ago
typing + fix couple of issues
SunMarc
committed
1 year ago
improve speed
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/model-loading-refactor' into model-loading-refactor
SunMarc
committed
1 year ago
Update src/diffusers/models/modeling_utils.py
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/main' into model-loading-refactor
SunMarc
committed
1 year ago
fp8 dtype
SunMarc
committed
1 year ago
add tests
SunMarc
committed
1 year ago
rename resolved_archive_file to resolved_model_file
SunMarc
committed
1 year ago
format
SunMarc
committed
1 year ago
map_location default cpu
SunMarc
committed
1 year ago
add utility function
SunMarc
committed
1 year ago
switch to smaller model + test inference
SunMarc
committed
1 year ago
Apply suggestions from code review
SunMarc
committed
1 year ago
rm comment
SunMarc
committed
1 year ago
add log
SunMarc
committed
1 year ago
Apply suggestions from code review
SunMarc
committed
1 year ago
add decorator
SunMarc
committed
1 year ago
Merge remote-tracking branch 'upstream/model-loading-refactor' into model-loading-refactor
SunMarc
committed
1 year ago
cosine sim instead
SunMarc
committed
1 year ago
fix use_keep_in_fp32_modules
SunMarc
committed
1 year ago
comm
SunMarc
committed
1 year ago
Merge branch 'main' into model-loading-refactor
sayakpaul
committed
1 year ago
Loading