diffusers
aa3b85bd
- Merge branch 'main' into unet-refactor
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
Merge branch 'main' into unet-refactor
References
#6455 - [Refactor] Stable Diffusion UNet Refactor Proposal
Author
DN6
Parents
0953fed5
fdf55b1f
Files
339
.github
ISSUE_TEMPLATE
config.yml
PULL_REQUEST_TEMPLATE.md
workflows
pr_test_peft_backend.yml
push_tests.yml
README.md
docker
diffusers-onnxruntime-cpu
Dockerfile
diffusers-onnxruntime-cuda
Dockerfile
diffusers-pytorch-compile-cuda
Dockerfile
diffusers-pytorch-cpu
Dockerfile
diffusers-pytorch-cuda
Dockerfile
diffusers-pytorch-xformers-cuda
Dockerfile
docs/source
en
_toctree.yml
api
loaders
peft.md
single_file.md
models
autoencoderkl.md
prior_transformer.md
transformer2d.md
transformer_temporal.md
unet-motion.md
unet.md
unet2d-cond.md
unet2d.md
unet3d-cond.md
uvit2d.md
pipelines
amused.md
animatediff.md
i2vgenxl.md
pia.md
stable_diffusion
k_diffusion.md
text_to_video.md
installation.md
optimization
deepcache.md
training
lora.md
tutorials
fast_diffusion.md
using_peft_for_inference.md
using-diffusers
callback.md
controlnet.md
inpaint.md
loading_adapters.md
sdxl.md
sdxl_turbo.md
svd.md
ja
_toctree.yml
index.md
tutorials
autopipeline.md
tutorial_overview.md
examples
advanced_diffusion_training
README.md
requirements.txt
train_dreambooth_lora_sd15_advanced.py
train_dreambooth_lora_sdxl_advanced.py
community
README.md
gluegen.py
instaflow_one_step.py
ip_adapter_face_id.py
marigold_depth_estimation.py
pipeline_animatediff_controlnet.py
pipeline_animatediff_img2video.py
pipeline_null_text_inversion.py
pipeline_sdxl_style_aligned.py
pipeline_stable_diffusion_xl_instantid.py
rerender_a_video.py
scheduling_ufogen.py
stable_diffusion_controlnet_reference.py
stable_diffusion_reference.py
stable_diffusion_xl_reference.py
consistency_distillation
train_lcm_distill_lora_sd_wds.py
train_lcm_distill_lora_sdxl.py
train_lcm_distill_lora_sdxl_wds.py
train_lcm_distill_sd_wds.py
train_lcm_distill_sdxl_wds.py
controlnet
train_controlnet.py
train_controlnet_flax.py
train_controlnet_sdxl.py
custom_diffusion
train_custom_diffusion.py
dreambooth
README_sdxl.md
train_dreambooth.py
train_dreambooth_flax.py
train_dreambooth_lora.py
train_dreambooth_lora_sdxl.py
instruct_pix2pix
train_instruct_pix2pix.py
train_instruct_pix2pix_sdxl.py
kandinsky2_2/text_to_image
train_text_to_image_decoder.py
train_text_to_image_lora_decoder.py
train_text_to_image_lora_prior.py
train_text_to_image_prior.py
research_projects
consistency_training
README.md
requirements.txt
train_cm_ct_unconditional.py
controlnetxs
controlnetxs.py
pipeline_controlnet_xs_sd_xl.py
diffusion_dpo
README.md
requirements.txt
train_diffusion_dpo.py
train_diffusion_dpo_sdxl.py
instructpix2pix_lora
README.md
train_instruct_pix2pix_lora.py
onnxruntime/text_to_image
train_text_to_image.py
realfill
requirements.txt
t2i_adapter
train_t2i_adapter_sdxl.py
text_to_image
README_sdxl.md
train_text_to_image.py
train_text_to_image_flax.py
train_text_to_image_lora.py
train_text_to_image_lora_sdxl.py
train_text_to_image_sdxl.py
textual_inversion
README.md
README_sdxl.md
test_textual_inversion_sdxl.py
textual_inversion.py
textual_inversion_flax.py
textual_inversion_sdxl.py
unconditional_image_generation
train_unconditional.py
wuerstchen/text_to_image
train_text_to_image_lora_prior.py
train_text_to_image_prior.py
scripts
conversion_ldm_uncond.py
convert_amused.py
convert_consistency_decoder.py
convert_gligen_to_diffusers.py
convert_i2vgen_to_diffusers.py
convert_if.py
convert_kakao_brain_unclip_to_diffusers.py
convert_kandinsky_to_diffusers.py
convert_original_audioldm2_to_diffusers.py
convert_original_audioldm_to_diffusers.py
convert_original_musicldm_to_diffusers.py
convert_shap_e_to_diffusers.py
convert_vae_pt_to_diffusers.py
convert_vq_diffusion_to_diffusers.py
convert_zero123_to_diffusers.py
setup.py
src/diffusers
__init__.py
dependency_versions_table.py
experimental/rl
value_guided_sampling.py
image_processor.py
loaders
__init__.py
autoencoder.py
controlnet.py
ip_adapter.py
lora.py
peft.py
single_file.py
single_file_utils.py
textual_inversion.py
unet.py
models
__init__.py
attention.py
attention_processor.py
autoencoders
autoencoder_kl.py
autoencoder_kl_temporal_decoder.py
consistency_decoder_vae.py
vae.py
controlnet.py
controlnet_flax.py
dual_transformer_2d.py
embeddings.py
modeling_utils.py
prior_transformer.py
resnet.py
t5_film_transformer.py
transformer_2d.py
transformer_temporal.py
transformers
__init__.py
dual_transformer_2d.py
prior_transformer.py
t5_film_transformer.py
transformer_2d.py
transformer_temporal.py
unet_1d.py
unet_1d_blocks.py
unet_2d.py
unet_2d_blocks.py
unet_2d_condition.py
unets
__init__.py
unet_1d.py
unet_1d_blocks.py
unet_2d.py
unet_2d_blocks.py
unet_2d_blocks_flax.py
unet_2d_condition.py
unet_2d_condition_flax.py
unet_3d_blocks.py
unet_3d_condition.py
unet_i2vgen_xl.py
unet_kandinsky3.py
unet_motion_model.py
unet_spatio_temporal_condition.py
uvit_2d.py
pipelines
__init__.py
animatediff
__init__.py
pipeline_animatediff.py
pipeline_animatediff_video2video.py
pipeline_output.py
audioldm2
modeling_audioldm2.py
controlnet
pipeline_controlnet.py
pipeline_controlnet_img2img.py
pipeline_controlnet_inpaint.py
pipeline_controlnet_inpaint_sd_xl.py
pipeline_controlnet_sd_xl.py
pipeline_controlnet_sd_xl_img2img.py
deprecated
stable_diffusion_variants
pipeline_cycle_diffusion.py
pipeline_stable_diffusion_inpaint_legacy.py
versatile_diffusion
modeling_text_unet.py
i2vgen_xl
__init__.py
pipeline_i2vgen_xl.py
latent_consistency_models
pipeline_latent_consistency_img2img.py
onnx_utils.py
pia
__init__.py
pipeline_pia.py
pipeline_utils.py
stable_diffusion
convert_from_ckpt.py
pipeline_stable_diffusion.py
pipeline_stable_diffusion_depth2img.py
pipeline_stable_diffusion_img2img.py
pipeline_stable_diffusion_inpaint.py
stable_diffusion_diffedit
pipeline_stable_diffusion_diffedit.py
stable_diffusion_k_diffusion
__init__.py
pipeline_stable_diffusion_k_diffusion.py
pipeline_stable_diffusion_xl_k_diffusion.py
stable_diffusion_ldm3d
pipeline_stable_diffusion_ldm3d.py
stable_diffusion_panorama
pipeline_stable_diffusion_panorama.py
stable_diffusion_sag
pipeline_stable_diffusion_sag.py
stable_diffusion_xl
pipeline_stable_diffusion_xl.py
pipeline_stable_diffusion_xl_img2img.py
pipeline_stable_diffusion_xl_inpaint.py
pipeline_stable_diffusion_xl_instruct_pix2pix.py
stable_video_diffusion
pipeline_stable_video_diffusion.py
t2i_adapter
pipeline_stable_diffusion_xl_adapter.py
text_to_video_synthesis
pipeline_output.py
pipeline_text_to_video_synth.py
pipeline_text_to_video_synth_img2img.py
unidiffuser
modeling_uvit.py
wuerstchen
modeling_wuerstchen_prior.py
schedulers
__init__.py
scheduling_consistency_models.py
scheduling_ddim.py
scheduling_ddim_parallel.py
scheduling_ddpm.py
scheduling_ddpm_parallel.py
scheduling_deis_multistep.py
scheduling_dpmsolver_multistep.py
scheduling_dpmsolver_multistep_inverse.py
scheduling_dpmsolver_sde.py
scheduling_dpmsolver_singlestep.py
scheduling_euler_ancestral_discrete.py
scheduling_euler_discrete.py
scheduling_heun_discrete.py
scheduling_ipndm.py
scheduling_k_dpm_2_ancestral_discrete.py
scheduling_k_dpm_2_discrete.py
scheduling_lcm.py
scheduling_lms_discrete.py
scheduling_pndm.py
scheduling_sasolver.py
scheduling_unclip.py
scheduling_unipc_multistep.py
training_utils.py
utils
__init__.py
constants.py
dummy_pt_objects.py
dummy_torch_and_transformers_and_k_diffusion_objects.py
dummy_torch_and_transformers_objects.py
export_utils.py
hub_utils.py
import_utils.py
loading_utils.py
model_card_template.md
testing_utils.py
tests
lora
test_lora_layers_old_backend.py
test_lora_layers_peft.py
models
autoencoders
__init__.py
test_models_vae.py
test_models_vae_flax.py
test_models_vq.py
test_layers_utils.py
test_modeling_common.py
transformers
__init__.py
test_models_prior.py
unets
__init__.py
test_models_unet_1d.py
test_models_unet_2d.py
test_models_unet_2d_condition.py
test_models_unet_2d_flax.py
test_models_unet_3d_condition.py
test_models_unet_motion.py
test_models_unet_spatiotemporal.py
test_unet_2d_blocks.py
test_unet_blocks_common.py
others
test_hub_utils.py
pipelines
animatediff
test_animatediff.py
test_animatediff_video2video.py
controlnet
test_controlnet.py
test_controlnet_img2img.py
test_controlnet_inpaint.py
test_controlnet_sdxl.py
test_controlnet_sdxl_img2img.py
i2vgen_xl
__init__.py
test_i2vgenxl.py
ip_adapters
test_ip_adapter_stable_diffusion.py
kandinsky2_2
test_kandinsky_inpaint.py
pia
__init__.py
test_pia.py
pipeline_params.py
stable_diffusion
test_cycle_diffusion.py
test_stable_diffusion.py
test_stable_diffusion_inpaint.py
test_stable_diffusion_inpaint_legacy.py
test_stable_diffusion_model_editing.py
test_stable_diffusion_paradigms.py
test_stable_diffusion_pix2pix_zero.py
stable_diffusion_2
test_stable_diffusion.py
test_stable_diffusion_v_pred.py
stable_diffusion_adapter
__init__.py
test_stable_diffusion_adapter.py
stable_diffusion_gligen
__init__.py
test_stable_diffusion_gligen.py
stable_diffusion_gligen_text_image
__init__.py
test_stable_diffusion_gligen_text_image.py
stable_diffusion_image_variation
__init__.py
test_stable_diffusion_image_variation.py
stable_diffusion_k_diffusion
__init__.py
test_stable_diffusion_k_diffusion.py
stable_diffusion_ldm3d
__init__.py
test_stable_diffusion_ldm3d.py
stable_diffusion_panorama
__init__.py
test_stable_diffusion_panorama.py
stable_diffusion_sag
__init__.py
test_stable_diffusion_sag.py
stable_diffusion_xl
test_stable_diffusion_xl.py
test_stable_diffusion_xl_adapter.py
test_stable_diffusion_xl_img2img.py
test_stable_diffusion_xl_k_diffusion.py
stable_video_diffusion
test_stable_video_diffusion.py
test_pipelines_common.py
text_to_video_synthesis
test_text_to_video.py
test_video_to_video.py
schedulers
test_scheduler_dpm_multi.py
test_scheduler_dpm_single.py
test_scheduler_sasolver.py
utils
fetch_torch_cuda_pipeline_test_matrix.py
Loading