diffusers
896c98a2 - Add paint by example (#1533)

Comment changes are shownComment changes are hidden
Commit
2 years ago
Add paint by example (#1533) * add paint by example * mkae loading possibel * up * Update src/diffusers/models/attention.py * up * finalize weight structure * make example work * make it work * up * up * fix * del * add * update * Apply suggestions from code review * correct transformer 2d * finish * up * up * up * up * fix * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review * up * finish Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Parents
  • docs/source
    • File
      _toctree.yml
    • api/pipelines
      • File
        overview.mdx
      • File
        paint_by_example.mdx
    • File
      index.mdx
  • scripts
    • File
      convert_original_stable_diffusion_to_diffusers.py
  • src/diffusers
    • File
      __init__.py
    • models
      • File
        attention.py
    • pipelines
      • File
        __init__.py
      • paint_by_example
        • File
          __init__.py
        • File
          image_encoder.py
        • File
          pipeline_paint_by_example.py
    • utils
      • File
        dummy_torch_and_transformers_objects.py
  • tests
    • pipelines/paint_by_example
      • File
        __init__.py
      • File
        test_paint_by_example.py
    • File
      test_layers_utils.py
    • File
      test_pipelines_common.py