diffusers
add OnnxStableDiffusionUpscalePipeline pipeline
#2158
Merged

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
  • src/diffusers/pipelines/stable_diffusion
    • File
      pipeline_onnx_stable_diffusion_upscale.py

Loading comments...