diffusers
add OnnxStableDiffusionUpscalePipeline pipeline
#2158
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
16
Changes
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commits
[Onnx] add Stable Diffusion Upscale pipeline
ssube
committed
2 years ago
add a test for the OnnxStableDiffusionUpscalePipeline
ssube
committed
2 years ago
check for VAE config before adjusting scaling factor
ssube
committed
2 years ago
update test assertions, lint fixes
ssube
committed
2 years ago
run fix-copies target
ssube
committed
2 years ago
switch test checkpoint to one hosted on huggingface
ssube
committed
2 years ago
partially restore attention mask
ssube
committed
2 years ago
reshape embeddings after running text encoder
ssube
committed
2 years ago
add longer nightly test for ONNX upscale pipeline
ssube
committed
2 years ago
use package import to fix tests
ssube
committed
2 years ago
fix scheduler compatibility and class labels dtype
ssube
committed
2 years ago
use more precise type
ssube
committed
2 years ago
remove LMS from fast tests
ssube
committed
2 years ago
lookup latent and timestamp types
ssube
committed
2 years ago
add docs for ONNX upscaling, rename lookup table
ssube
committed
2 years ago
replace deprecated pipeline names in ONNX docs
ssube
committed
2 years ago
Files
1
Threads
src/diffusers/pipelines/stable_diffusion
pipeline_onnx_stable_diffusion_upscale.py
Loading comments...
Loading