diffusers
6ca6fbd6 - Merge branch 'main' into add-caching-note

Comment changes are shownComment changes are hidden
Commit
350 days ago
  • .github
    • ISSUE_TEMPLATE
      • File
        bug-report.yml
    • File
      PULL_REQUEST_TEMPLATE.md
    • workflows
      • File
        mirror_community_pipeline.yml
      • File
        notify_slack_about_release.yml
      • File
        pr_dependency_test.yml
      • File
        pr_test_peft_backend.yml
      • File
        pypi_publish.yaml
      • File
        run_tests_from_a_pr.yml
  • File
    CONTRIBUTING.md
  • docs/source
    • en
      • api
        • models
          • File
            pixart_transformer2d.md
          • File
            sd3_transformer2d.md
        • pipelines
          • File
            animatediff.md
          • File
            audioldm2.md
          • File
            blip_diffusion.md
          • File
            hunyuandit.md
          • stable_diffusion
            • File
              k_diffusion.md
            • File
              ldm3d_diffusion.md
          • File
            text_to_video_zero.md
        • schedulers
          • File
            tcd.md
      • conceptual
        • File
          contribution.md
      • training
        • File
          adapt_a_model.md
        • File
          create_dataset.md
        • File
          distributed_inference.md
        • File
          dreambooth.md
      • tutorials
        • File
          fast_diffusion.md
      • using-diffusers
        • File
          controlnet.md
        • File
          custom_pipeline_overview.md
        • File
          inference_with_lcm.md
        • File
          ip_adapter.md
        • File
          loading.md
        • File
          loading_adapters.md
        • File
          merge_loras.md
        • File
          other-formats.md
        • File
          sdxl.md
    • ja
      • File
        stable_diffusion.md
    • ko
      • conceptual
        • File
          contribution.md
        • File
          ethical_guidelines.md
        • File
          evaluation.md
      • optimization
        • File
          coreml.md
        • File
          opt_overview.md
        • File
          tome.md
        • File
          torch2.0.md
      • File
        quicktour.md
      • File
        stable_diffusion.md
      • training
        • File
          controlnet.md
        • File
          custom_diffusion.md
        • File
          dreambooth.md
        • File
          instructpix2pix.md
        • File
          overview.md
        • File
          text2image.md
        • File
          text_inversion.md
      • tutorials
        • File
          tutorial_overview.md
      • using-diffusers
        • File
          conditional_image_generation.md
        • File
          contribute_pipeline.md
        • File
          controlling_generation.md
        • File
          custom_pipeline_examples.md
        • File
          loading.md
        • File
          schedulers.md
        • File
          unconditional_image_generation.md
    • zh
      • File
        stable_diffusion.md
  • examples
    • advanced_diffusion_training
      • File
        README.md
      • File
        train_dreambooth_lora_sd15_advanced.py
      • File
        train_dreambooth_lora_sdxl_advanced.py
    • amused
      • File
        README.md
    • community
      • File
        README.md
      • File
        README_community_scripts.md
      • File
        pipeline_demofusion_sdxl.py
    • consistency_distillation
      • File
        train_lcm_distill_lora_sdxl.py
    • controlnet
      • File
        README_sdxl.md
    • custom_diffusion
      • File
        README.md
    • dreambooth
      • File
        README_sd3.md
      • File
        README_sdxl.md
      • File
        train_dreambooth_lora_sd3.py
      • File
        train_dreambooth_lora_sdxl.py
      • File
        train_dreambooth_sd3.py
    • instruct_pix2pix
      • File
        README.md
      • File
        README_sdxl.md
    • research_projects
      • diffusion_dpo
        • File
          README.md
      • dreambooth_inpaint
        • File
          README.md
      • instructpix2pix_lora
        • File
          README.md
      • intel_opts
        • File
          README.md
        • textual_inversion
          • File
            README.md
      • multi_subject_dreambooth
        • File
          README.md
      • scheduled_huber_loss_training/dreambooth
        • File
          train_dreambooth_lora_sdxl.py
    • text_to_image
      • File
        README.md
      • File
        README_sdxl.md
      • File
        train_text_to_image.py
  • src/diffusers
    • File
      configuration_utils.py
    • models
      • File
        controlnet.py
      • File
        embeddings.py
      • File
        modeling_utils.py
      • unets
        • File
          unet_kandinsky3.py
    • pipelines
      • controlnet
        • File
          pipeline_controlnet_sd_xl_img2img.py
      • stable_diffusion_xl
        • File
          pipeline_stable_diffusion_xl_img2img.py
    • File
      training_utils.py
  • tests
    • models/unets
      • File
        test_models_unet_2d.py
    • others
      • File
        test_ema.py
    • pipelines/stable_diffusion_xl
      • File
        test_stable_diffusion_xl_img2img.py