diffusers 0.27.0__tar.gz → 0.27.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {diffusers-0.27.0/src/diffusers.egg-info → diffusers-0.27.2}/PKG-INFO +1 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/setup.py +1 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/__init__.py +1 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_2d_condition.py +10 -13
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_stable_diffusion_inpaint_legacy.py +0 -3
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_cascade/pipeline_stable_cascade.py +18 -4
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_diffedit/pipeline_stable_diffusion_diffedit.py +0 -3
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_consistency_models.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_deis_multistep.py +5 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_multistep.py +5 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_sde.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_singlestep.py +5 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_edm_euler.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_euler_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_heun_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_k_dpm_2_ancestral_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_lms_discrete.py +4 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_unipc_multistep.py +5 -1
- {diffusers-0.27.0 → diffusers-0.27.2/src/diffusers.egg-info}/PKG-INFO +1 -1
- {diffusers-0.27.0 → diffusers-0.27.2}/LICENSE +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/MANIFEST.in +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/README.md +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/pyproject.toml +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/setup.cfg +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/commands/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/commands/diffusers_cli.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/commands/env.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/commands/fp16_safetensors.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/configuration_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/dependency_versions_check.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/dependency_versions_table.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/experimental/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/experimental/rl/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/experimental/rl/value_guided_sampling.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/image_processor.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/autoencoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/controlnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/ip_adapter.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/lora.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/lora_conversion_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/peft.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/single_file.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/single_file_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/textual_inversion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/unet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/loaders/utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/activations.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/adapter.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/attention.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/attention_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/attention_processor.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/autoencoder_asym_kl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/autoencoder_kl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/autoencoder_kl_temporal_decoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/autoencoder_tiny.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/consistency_decoder_vae.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/vae.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/controlnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/controlnet_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/downsampling.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/dual_transformer_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/embeddings.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/embeddings_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/lora.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/modeling_flax_pytorch_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/modeling_flax_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/modeling_outputs.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/modeling_pytorch_flax_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/modeling_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/normalization.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/prior_transformer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/resnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/resnet_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/t5_film_transformer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformer_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformer_temporal.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/dual_transformer_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/prior_transformer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/t5_film_transformer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/transformer_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/transformer_temporal.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unet_1d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unet_1d_blocks.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unet_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unet_2d_blocks.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unet_2d_condition.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_1d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_1d_blocks.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_2d_blocks.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_2d_blocks_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_2d_condition_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_3d_blocks.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_3d_condition.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_i2vgen_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_kandinsky3.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_motion_model.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_spatio_temporal_condition.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_stable_cascade.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/uvit_2d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/upsampling.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/vae_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/vq_model.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/optimization.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/pipeline_amused.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/pipeline_amused_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/pipeline_amused_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/animatediff/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/animatediff/pipeline_animatediff.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/animatediff/pipeline_animatediff_video2video.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/animatediff/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/audioldm/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/audioldm/pipeline_audioldm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/audioldm2/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/audioldm2/modeling_audioldm2.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/audioldm2/pipeline_audioldm2.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/auto_pipeline.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/blip_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/blip_diffusion/blip_image_processing.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/blip_diffusion/modeling_blip2.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/blip_diffusion/modeling_ctx_clip.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/blip_diffusion/pipeline_blip_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/consistency_models/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/consistency_models/pipeline_consistency_models.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/multicontrolnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_blip_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/controlnet/pipeline_flax_controlnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/dance_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/dance_diffusion/pipeline_dance_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ddim/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ddim/pipeline_ddim.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ddpm/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ddpm/pipeline_ddpm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if_img2img_superresolution.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if_inpainting.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if_inpainting_superresolution.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_if_superresolution.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/safety_checker.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/timesteps.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deepfloyd_if/watermark.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/alt_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/alt_diffusion/modeling_roberta_series.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/alt_diffusion/pipeline_alt_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/alt_diffusion/pipeline_alt_diffusion_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/alt_diffusion/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/audio_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/audio_diffusion/mel.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/audio_diffusion/pipeline_audio_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/latent_diffusion_uncond/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/latent_diffusion_uncond/pipeline_latent_diffusion_uncond.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/pndm/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/pndm/pipeline_pndm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/repaint/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/repaint/pipeline_repaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/score_sde_ve/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/score_sde_ve/pipeline_score_sde_ve.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/spectrogram_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/spectrogram_diffusion/continuous_encoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/spectrogram_diffusion/midi_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/spectrogram_diffusion/notes_encoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/spectrogram_diffusion/pipeline_spectrogram_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_cycle_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_onnx_stable_diffusion_inpaint_legacy.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_stable_diffusion_model_editing.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_stable_diffusion_paradigms.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stable_diffusion_variants/pipeline_stable_diffusion_pix2pix_zero.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stochastic_karras_ve/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/stochastic_karras_ve/pipeline_stochastic_karras_ve.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/modeling_text_unet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/pipeline_versatile_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/pipeline_versatile_diffusion_dual_guided.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/pipeline_versatile_diffusion_image_variation.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/versatile_diffusion/pipeline_versatile_diffusion_text_to_image.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/vq_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/deprecated/vq_diffusion/pipeline_vq_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/dit/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/dit/pipeline_dit.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/free_init_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/i2vgen_xl/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/i2vgen_xl/pipeline_i2vgen_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/pipeline_kandinsky.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/pipeline_kandinsky_combined.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/pipeline_kandinsky_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/pipeline_kandinsky_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/pipeline_kandinsky_prior.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky/text_encoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_combined.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_controlnet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_controlnet_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_inpainting.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_prior.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky2_2/pipeline_kandinsky2_2_prior_emb2emb.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky3/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky3/convert_kandinsky3_unet.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky3/pipeline_kandinsky3.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/kandinsky3/pipeline_kandinsky3_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_consistency_models/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_text2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_diffusion/pipeline_latent_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/latent_diffusion/pipeline_latent_diffusion_superresolution.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ledits_pp/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ledits_pp/pipeline_leditspp_stable_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ledits_pp/pipeline_leditspp_stable_diffusion_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/ledits_pp/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/musicldm/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/musicldm/pipeline_musicldm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/onnx_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/paint_by_example/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/paint_by_example/image_encoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/paint_by_example/pipeline_paint_by_example.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pia/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pia/pipeline_pia.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pipeline_flax_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pipeline_loading_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pipeline_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pixart_alpha/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/semantic_stable_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/semantic_stable_diffusion/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/semantic_stable_diffusion/pipeline_semantic_stable_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/shap_e/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/shap_e/camera.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/shap_e/pipeline_shap_e.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/shap_e/pipeline_shap_e_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/shap_e/renderer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_cascade/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_cascade/pipeline_stable_cascade_combined.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_cascade/pipeline_stable_cascade_prior.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/clip_image_project_model.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_onnx_stable_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_onnx_stable_diffusion_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_onnx_stable_diffusion_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_onnx_stable_diffusion_upscale.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_depth2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_image_variation.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_latent_upscale.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_upscale.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/safety_checker.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/safety_checker_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion/stable_unclip_image_normalizer.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_attend_and_excite/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_attend_and_excite/pipeline_stable_diffusion_attend_and_excite.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_diffedit/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_gligen/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_gligen/pipeline_stable_diffusion_gligen.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_gligen/pipeline_stable_diffusion_gligen_text_image.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_k_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_k_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_xl_k_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_ldm3d/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_ldm3d/pipeline_stable_diffusion_ldm3d.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_panorama/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_safe/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_safe/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_safe/pipeline_stable_diffusion_safe.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_safe/safety_checker.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_sag/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_sag/pipeline_stable_diffusion_sag.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_flax_stable_diffusion_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_inpaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_instruct_pix2pix.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_diffusion_xl/watermark.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_video_diffusion/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/stable_video_diffusion/pipeline_stable_video_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/t2i_adapter/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_adapter.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/pipeline_output.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth_img2img.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_zero.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_zero_sdxl.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unclip/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unclip/pipeline_unclip.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unclip/pipeline_unclip_image_variation.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unclip/text_proj.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unidiffuser/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unidiffuser/modeling_text_decoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unidiffuser/modeling_uvit.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/unidiffuser/pipeline_unidiffuser.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/modeling_paella_vq_model.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/modeling_wuerstchen_common.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/modeling_wuerstchen_diffnext.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/modeling_wuerstchen_prior.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen_combined.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen_prior.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/py.typed +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/deprecated/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/deprecated/scheduling_karras_ve.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/deprecated/scheduling_sde_vp.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_amused.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_consistency_decoder.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddim.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddim_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddim_inverse.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddim_parallel.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddpm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddpm_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddpm_parallel.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ddpm_wuerstchen.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_multistep_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_multistep_inverse.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_euler_discrete_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_ipndm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_karras_ve_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_lcm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_lms_discrete_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_pndm.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_pndm_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_repaint.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_sasolver.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_sde_ve.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_sde_ve_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_tcd.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_unclip.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_utils_flax.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_vq_diffusion.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/training_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/__init__.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/accelerate_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/constants.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/deprecation_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/doc_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_flax_and_transformers_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_flax_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_note_seq_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_onnx_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_pt_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_librosa_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_scipy_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_torchsde_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_transformers_and_k_diffusion_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_transformers_and_onnx_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_torch_and_transformers_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dummy_transformers_and_torch_and_note_seq_objects.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/dynamic_modules_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/export_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/hub_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/import_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/loading_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/logging.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/model_card_template.md +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/outputs.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/peft_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/pil_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/state_dict_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/testing_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/torch_utils.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/utils/versions.py +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers.egg-info/SOURCES.txt +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers.egg-info/dependency_links.txt +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers.egg-info/entry_points.txt +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers.egg-info/requires.txt +0 -0
- {diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: diffusers
|
3
|
-
Version: 0.27.
|
3
|
+
Version: 0.27.2
|
4
4
|
Summary: State-of-the-art diffusion in PyTorch and JAX.
|
5
5
|
Home-page: https://github.com/huggingface/diffusers
|
6
6
|
Author: The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/diffusers/graphs/contributors)
|
@@ -249,7 +249,7 @@ version_range_max = max(sys.version_info[1], 10) + 1
|
|
249
249
|
|
250
250
|
setup(
|
251
251
|
name="diffusers",
|
252
|
-
version="0.27.
|
252
|
+
version="0.27.2", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
|
253
253
|
description="State-of-the-art diffusion in PyTorch and JAX.",
|
254
254
|
long_description=open("README.md", "r", encoding="utf-8").read(),
|
255
255
|
long_description_content_type="text/markdown",
|
@@ -1081,6 +1081,8 @@ class UNet2DConditionModel(ModelMixin, ConfigMixin, UNet2DConditionLoadersMixin,
|
|
1081
1081
|
A tuple of tensors that if specified are added to the residuals of down unet blocks.
|
1082
1082
|
mid_block_additional_residual: (`torch.Tensor`, *optional*):
|
1083
1083
|
A tensor that if specified is added to the residual of the middle unet block.
|
1084
|
+
down_intrablock_additional_residuals (`tuple` of `torch.Tensor`, *optional*):
|
1085
|
+
additional residuals to be added within UNet down blocks, for example from T2I-Adapter side model(s)
|
1084
1086
|
encoder_attention_mask (`torch.Tensor`):
|
1085
1087
|
A cross-attention mask of shape `(batch, sequence_length)` is applied to `encoder_hidden_states`. If
|
1086
1088
|
`True` the mask is kept, otherwise if `False` it is discarded. Mask will be converted into a bias,
|
@@ -1088,18 +1090,6 @@ class UNet2DConditionModel(ModelMixin, ConfigMixin, UNet2DConditionLoadersMixin,
|
|
1088
1090
|
return_dict (`bool`, *optional*, defaults to `True`):
|
1089
1091
|
Whether or not to return a [`~models.unets.unet_2d_condition.UNet2DConditionOutput`] instead of a plain
|
1090
1092
|
tuple.
|
1091
|
-
cross_attention_kwargs (`dict`, *optional*):
|
1092
|
-
A kwargs dictionary that if specified is passed along to the [`AttnProcessor`].
|
1093
|
-
added_cond_kwargs: (`dict`, *optional*):
|
1094
|
-
A kwargs dictionary containin additional embeddings that if specified are added to the embeddings that
|
1095
|
-
are passed along to the UNet blocks.
|
1096
|
-
down_block_additional_residuals (`tuple` of `torch.Tensor`, *optional*):
|
1097
|
-
additional residuals to be added to UNet long skip connections from down blocks to up blocks for
|
1098
|
-
example from ControlNet side model(s)
|
1099
|
-
mid_block_additional_residual (`torch.Tensor`, *optional*):
|
1100
|
-
additional residual to be added to UNet mid block output, for example from ControlNet side model
|
1101
|
-
down_intrablock_additional_residuals (`tuple` of `torch.Tensor`, *optional*):
|
1102
|
-
additional residuals to be added within UNet down blocks, for example from T2I-Adapter side model(s)
|
1103
1093
|
|
1104
1094
|
Returns:
|
1105
1095
|
[`~models.unets.unet_2d_condition.UNet2DConditionOutput`] or `tuple`:
|
@@ -1185,7 +1175,14 @@ class UNet2DConditionModel(ModelMixin, ConfigMixin, UNet2DConditionLoadersMixin,
|
|
1185
1175
|
cross_attention_kwargs["gligen"] = {"objs": self.position_net(**gligen_args)}
|
1186
1176
|
|
1187
1177
|
# 3. down
|
1188
|
-
|
1178
|
+
# we're popping the `scale` instead of getting it because otherwise `scale` will be propagated
|
1179
|
+
# to the internal blocks and will raise deprecation warnings. this will be confusing for our users.
|
1180
|
+
if cross_attention_kwargs is not None:
|
1181
|
+
cross_attention_kwargs = cross_attention_kwargs.copy()
|
1182
|
+
lora_scale = cross_attention_kwargs.pop("scale", 1.0)
|
1183
|
+
else:
|
1184
|
+
lora_scale = 1.0
|
1185
|
+
|
1189
1186
|
if USE_PEFT_BACKEND:
|
1190
1187
|
# weight the lora layers by setting `lora_scale` for each PEFT layer
|
1191
1188
|
scale_lora_layers(self, lora_scale)
|
@@ -528,15 +528,12 @@ class StableDiffusionInpaintPipelineLegacy(
|
|
528
528
|
f" {negative_prompt_embeds.shape}."
|
529
529
|
)
|
530
530
|
|
531
|
-
# Copied from diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_img2img.StableDiffusionImg2ImgPipeline.get_timesteps
|
532
531
|
def get_timesteps(self, num_inference_steps, strength, device):
|
533
532
|
# get the original timestep using init_timestep
|
534
533
|
init_timestep = min(int(num_inference_steps * strength), num_inference_steps)
|
535
534
|
|
536
535
|
t_start = max(num_inference_steps - init_timestep, 0)
|
537
536
|
timesteps = self.scheduler.timesteps[t_start * self.scheduler.order :]
|
538
|
-
if hasattr(self.scheduler, "set_begin_index"):
|
539
|
-
self.scheduler.set_begin_index(t_start * self.scheduler.order)
|
540
537
|
|
541
538
|
return timesteps, num_inference_steps - t_start
|
542
539
|
|
@@ -100,8 +100,10 @@ class StableCascadeDecoderPipeline(DiffusionPipeline):
|
|
100
100
|
)
|
101
101
|
self.register_to_config(latent_dim_scale=latent_dim_scale)
|
102
102
|
|
103
|
-
def prepare_latents(
|
104
|
-
batch_size,
|
103
|
+
def prepare_latents(
|
104
|
+
self, batch_size, image_embeddings, num_images_per_prompt, dtype, device, generator, latents, scheduler
|
105
|
+
):
|
106
|
+
_, channels, height, width = image_embeddings.shape
|
105
107
|
latents_shape = (
|
106
108
|
batch_size * num_images_per_prompt,
|
107
109
|
4,
|
@@ -383,7 +385,19 @@ class StableCascadeDecoderPipeline(DiffusionPipeline):
|
|
383
385
|
)
|
384
386
|
if isinstance(image_embeddings, list):
|
385
387
|
image_embeddings = torch.cat(image_embeddings, dim=0)
|
386
|
-
|
388
|
+
|
389
|
+
if prompt is not None and isinstance(prompt, str):
|
390
|
+
batch_size = 1
|
391
|
+
elif prompt is not None and isinstance(prompt, list):
|
392
|
+
batch_size = len(prompt)
|
393
|
+
else:
|
394
|
+
batch_size = prompt_embeds.shape[0]
|
395
|
+
|
396
|
+
# Compute the effective number of images per prompt
|
397
|
+
# We must account for the fact that the image embeddings from the prior can be generated with num_images_per_prompt > 1
|
398
|
+
# This results in a case where a single prompt is associated with multiple image embeddings
|
399
|
+
# Divide the number of image embeddings by the batch size to determine if this is the case.
|
400
|
+
num_images_per_prompt = num_images_per_prompt * (image_embeddings.shape[0] // batch_size)
|
387
401
|
|
388
402
|
# 2. Encode caption
|
389
403
|
if prompt_embeds is None and negative_prompt_embeds is None:
|
@@ -417,7 +431,7 @@ class StableCascadeDecoderPipeline(DiffusionPipeline):
|
|
417
431
|
|
418
432
|
# 5. Prepare latents
|
419
433
|
latents = self.prepare_latents(
|
420
|
-
image_embeddings, num_images_per_prompt, dtype, device, generator, latents, self.scheduler
|
434
|
+
batch_size, image_embeddings, num_images_per_prompt, dtype, device, generator, latents, self.scheduler
|
421
435
|
)
|
422
436
|
|
423
437
|
# 6. Run denoising loop
|
@@ -716,15 +716,12 @@ class StableDiffusionDiffEditPipeline(
|
|
716
716
|
f" `source_negative_prompt_embeds` {source_negative_prompt_embeds.shape}."
|
717
717
|
)
|
718
718
|
|
719
|
-
# Copied from diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_img2img.StableDiffusionImg2ImgPipeline.get_timesteps
|
720
719
|
def get_timesteps(self, num_inference_steps, strength, device):
|
721
720
|
# get the original timestep using init_timestep
|
722
721
|
init_timestep = min(int(num_inference_steps * strength), num_inference_steps)
|
723
722
|
|
724
723
|
t_start = max(num_inference_steps - init_timestep, 0)
|
725
724
|
timesteps = self.scheduler.timesteps[t_start * self.scheduler.order :]
|
726
|
-
if hasattr(self.scheduler, "set_begin_index"):
|
727
|
-
self.scheduler.set_begin_index(t_start * self.scheduler.order)
|
728
725
|
|
729
726
|
return timesteps, num_inference_steps - t_start
|
730
727
|
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_consistency_models.py
RENAMED
@@ -434,7 +434,11 @@ class CMStochasticIterativeScheduler(SchedulerMixin, ConfigMixin):
|
|
434
434
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
435
435
|
if self.begin_index is None:
|
436
436
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
437
|
+
elif self.step_index is not None:
|
438
|
+
# add_noise is called after first denoising step (for inpainting)
|
439
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
437
440
|
else:
|
441
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
438
442
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
439
443
|
|
440
444
|
sigma = sigmas[step_indices].flatten()
|
@@ -768,10 +768,14 @@ class DEISMultistepScheduler(SchedulerMixin, ConfigMixin):
|
|
768
768
|
schedule_timesteps = self.timesteps.to(original_samples.device)
|
769
769
|
timesteps = timesteps.to(original_samples.device)
|
770
770
|
|
771
|
-
# begin_index is None when the scheduler is used for training
|
771
|
+
# begin_index is None when the scheduler is used for training or pipeline does not implement set_begin_index
|
772
772
|
if self.begin_index is None:
|
773
773
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
774
|
+
elif self.step_index is not None:
|
775
|
+
# add_noise is called after first denoising step (for inpainting)
|
776
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
774
777
|
else:
|
778
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
775
779
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
776
780
|
|
777
781
|
sigma = sigmas[step_indices].flatten()
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_multistep.py
RENAMED
@@ -1011,10 +1011,14 @@ class DPMSolverMultistepScheduler(SchedulerMixin, ConfigMixin):
|
|
1011
1011
|
schedule_timesteps = self.timesteps.to(original_samples.device)
|
1012
1012
|
timesteps = timesteps.to(original_samples.device)
|
1013
1013
|
|
1014
|
-
# begin_index is None when the scheduler is used for training
|
1014
|
+
# begin_index is None when the scheduler is used for training or pipeline does not implement set_begin_index
|
1015
1015
|
if self.begin_index is None:
|
1016
1016
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
1017
|
+
elif self.step_index is not None:
|
1018
|
+
# add_noise is called after first denoising step (for inpainting)
|
1019
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
1017
1020
|
else:
|
1021
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
1018
1022
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
1019
1023
|
|
1020
1024
|
sigma = sigmas[step_indices].flatten()
|
@@ -543,7 +543,11 @@ class DPMSolverSDEScheduler(SchedulerMixin, ConfigMixin):
|
|
543
543
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
544
544
|
if self.begin_index is None:
|
545
545
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
546
|
+
elif self.step_index is not None:
|
547
|
+
# add_noise is called after first denoising step (for inpainting)
|
548
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
546
549
|
else:
|
550
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
547
551
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
548
552
|
|
549
553
|
sigma = sigmas[step_indices].flatten()
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_dpmsolver_singlestep.py
RENAMED
@@ -961,10 +961,14 @@ class DPMSolverSinglestepScheduler(SchedulerMixin, ConfigMixin):
|
|
961
961
|
schedule_timesteps = self.timesteps.to(original_samples.device)
|
962
962
|
timesteps = timesteps.to(original_samples.device)
|
963
963
|
|
964
|
-
# begin_index is None when the scheduler is used for training
|
964
|
+
# begin_index is None when the scheduler is used for training or pipeline does not implement set_begin_index
|
965
965
|
if self.begin_index is None:
|
966
966
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
967
|
+
elif self.step_index is not None:
|
968
|
+
# add_noise is called after first denoising step (for inpainting)
|
969
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
967
970
|
else:
|
971
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
968
972
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
969
973
|
|
970
974
|
sigma = sigmas[step_indices].flatten()
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py
RENAMED
@@ -669,7 +669,11 @@ class EDMDPMSolverMultistepScheduler(SchedulerMixin, ConfigMixin):
|
|
669
669
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
670
670
|
if self.begin_index is None:
|
671
671
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
672
|
+
elif self.step_index is not None:
|
673
|
+
# add_noise is called after first denoising step (for inpainting)
|
674
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
672
675
|
else:
|
676
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
673
677
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
674
678
|
|
675
679
|
sigma = sigmas[step_indices].flatten()
|
@@ -367,7 +367,11 @@ class EDMEulerScheduler(SchedulerMixin, ConfigMixin):
|
|
367
367
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
368
368
|
if self.begin_index is None:
|
369
369
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
370
|
+
elif self.step_index is not None:
|
371
|
+
# add_noise is called after first denoising step (for inpainting)
|
372
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
370
373
|
else:
|
374
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
371
375
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
372
376
|
|
373
377
|
sigma = sigmas[step_indices].flatten()
|
@@ -467,7 +467,11 @@ class EulerAncestralDiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
467
467
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
468
468
|
if self.begin_index is None:
|
469
469
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
470
|
+
elif self.step_index is not None:
|
471
|
+
# add_noise is called after first denoising step (for inpainting)
|
472
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
470
473
|
else:
|
474
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
471
475
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
472
476
|
|
473
477
|
sigma = sigmas[step_indices].flatten()
|
@@ -562,7 +562,11 @@ class EulerDiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
562
562
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
563
563
|
if self.begin_index is None:
|
564
564
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
565
|
+
elif self.step_index is not None:
|
566
|
+
# add_noise is called after first denoising step (for inpainting)
|
567
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
565
568
|
else:
|
569
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
566
570
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
567
571
|
|
568
572
|
sigma = sigmas[step_indices].flatten()
|
@@ -468,7 +468,11 @@ class HeunDiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
468
468
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
469
469
|
if self.begin_index is None:
|
470
470
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
471
|
+
elif self.step_index is not None:
|
472
|
+
# add_noise is called after first denoising step (for inpainting)
|
473
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
471
474
|
else:
|
475
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
472
476
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
473
477
|
|
474
478
|
sigma = sigmas[step_indices].flatten()
|
@@ -494,7 +494,11 @@ class KDPM2AncestralDiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
494
494
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
495
495
|
if self.begin_index is None:
|
496
496
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
497
|
+
elif self.step_index is not None:
|
498
|
+
# add_noise is called after first denoising step (for inpainting)
|
499
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
497
500
|
else:
|
501
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
498
502
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
499
503
|
|
500
504
|
sigma = sigmas[step_indices].flatten()
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py
RENAMED
@@ -469,7 +469,11 @@ class KDPM2DiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
469
469
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
470
470
|
if self.begin_index is None:
|
471
471
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
472
|
+
elif self.step_index is not None:
|
473
|
+
# add_noise is called after first denoising step (for inpainting)
|
474
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
472
475
|
else:
|
476
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
473
477
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
474
478
|
|
475
479
|
sigma = sigmas[step_indices].flatten()
|
@@ -461,7 +461,11 @@ class LMSDiscreteScheduler(SchedulerMixin, ConfigMixin):
|
|
461
461
|
# self.begin_index is None when scheduler is used for training, or pipeline does not implement set_begin_index
|
462
462
|
if self.begin_index is None:
|
463
463
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
464
|
+
elif self.step_index is not None:
|
465
|
+
# add_noise is called after first denoising step (for inpainting)
|
466
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
464
467
|
else:
|
468
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
465
469
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
466
470
|
|
467
471
|
sigma = sigmas[step_indices].flatten()
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/schedulers/scheduling_unipc_multistep.py
RENAMED
@@ -862,10 +862,14 @@ class UniPCMultistepScheduler(SchedulerMixin, ConfigMixin):
|
|
862
862
|
schedule_timesteps = self.timesteps.to(original_samples.device)
|
863
863
|
timesteps = timesteps.to(original_samples.device)
|
864
864
|
|
865
|
-
# begin_index is None when the scheduler is used for training
|
865
|
+
# begin_index is None when the scheduler is used for training or pipeline does not implement set_begin_index
|
866
866
|
if self.begin_index is None:
|
867
867
|
step_indices = [self.index_for_timestep(t, schedule_timesteps) for t in timesteps]
|
868
|
+
elif self.step_index is not None:
|
869
|
+
# add_noise is called after first denoising step (for inpainting)
|
870
|
+
step_indices = [self.step_index] * timesteps.shape[0]
|
868
871
|
else:
|
872
|
+
# add noise is called bevore first denoising step to create inital latent(img2img)
|
869
873
|
step_indices = [self.begin_index] * timesteps.shape[0]
|
870
874
|
|
871
875
|
sigma = sigmas[step_indices].flatten()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: diffusers
|
3
|
-
Version: 0.27.
|
3
|
+
Version: 0.27.2
|
4
4
|
Summary: State-of-the-art diffusion in PyTorch and JAX.
|
5
5
|
Home-page: https://github.com/huggingface/diffusers
|
6
6
|
Author: The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/diffusers/graphs/contributors)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/experimental/rl/value_guided_sampling.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/autoencoder_asym_kl.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/autoencoders/consistency_decoder_vae.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/dual_transformer_2d.py
RENAMED
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/prior_transformer.py
RENAMED
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/t5_film_transformer.py
RENAMED
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/transformers/transformer_temporal.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/models/unets/unet_spatio_temporal_condition.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/pipeline_amused_img2img.py
RENAMED
File without changes
|
{diffusers-0.27.0 → diffusers-0.27.2}/src/diffusers/pipelines/amused/pipeline_amused_inpaint.py
RENAMED
File without changes
|