diffusers
[Core] Fix/pipeline without text encoders for SDXL
#5301
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
37
Changes
View On
GitHub
Commits
fix: sdxl pipeline when unet is not available.
sayakpaul
committed
2 years ago
fix moe
sayakpaul
committed
2 years ago
account for text
sayakpaul
committed
2 years ago
ifx more
sayakpaul
committed
2 years ago
don't make unet optional.
sayakpaul
committed
2 years ago
Apply suggestions from code review
sayakpaul
committed
2 years ago
split conditionals.
sayakpaul
committed
2 years ago
add optional components to sdxl pipeline
sayakpaul
committed
2 years ago
propagate changes to the rest of the pipelines.
sayakpaul
committed
2 years ago
add: test
sayakpaul
committed
2 years ago
Merge branch 'main' into fix/pipeline-without-unet
sayakpaul
committed
2 years ago
add to all
sayakpaul
committed
2 years ago
fix: rest of the pipelines.
sayakpaul
committed
2 years ago
resolve conflicts.
sayakpaul
committed
2 years ago
use pipeline_class variable
sayakpaul
committed
2 years ago
separate pipeline mixin
sayakpaul
committed
2 years ago
use safe_serialization
sayakpaul
committed
2 years ago
fix: test
sayakpaul
committed
2 years ago
access actual output.
sayakpaul
committed
2 years ago
add: optional test to adapter and ip2p sdxl pipeline tests/
sayakpaul
committed
2 years ago
add optional test to controlnet sdxl.
sayakpaul
committed
2 years ago
fix tests
sayakpaul
committed
2 years ago
fix ip2p tests
sayakpaul
committed
2 years ago
fix more
sayakpaul
committed
2 years ago
fifx more.
sayakpaul
committed
2 years ago
use np output type.
sayakpaul
committed
2 years ago
fix for StableDiffusionXLMultiControlNetPipelineFastTests.
sayakpaul
committed
2 years ago
fix: SDXLOptionalComponentsTesterMixin
sayakpaul
committed
2 years ago
Apply suggestions from code review
sayakpaul
committed
2 years ago
Merge branch 'main' into fix/pipeline-without-unet
sayakpaul
committed
2 years ago
fix tests
sayakpaul
committed
2 years ago
Empty-Commit
sayakpaul
committed
2 years ago
revert previous
sayakpaul
committed
2 years ago
Merge branch 'main' into fix/pipeline-without-unet
sayakpaul
committed
2 years ago
quality
sayakpaul
committed
2 years ago
Merge branch 'main' into fix/pipeline-without-unet
sayakpaul
committed
2 years ago
fix: test
sayakpaul
committed
2 years ago
Loading