Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CodeCamp2023-240]Adding support for Consistency Models #2045

Closed
wants to merge 96 commits into from
Closed

[CodeCamp2023-240]Adding support for Consistency Models #2045

wants to merge 96 commits into from

Commits on Jun 2, 2023

  1. 1st

    xiaomile committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    feac9ba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. debug

    xiaomile committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b100239 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 20230710 调整

    xiaomile committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b080671 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    bda8007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e990639 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    5f055e9 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    demo 示例
    python mmagic\demo\mmagic_inference_demo.py --model-name deblurganv2 --model-comfig ../configs/deblurganv2/deblurganv2_fpn_inception.py --model-ckpt 权重文件路径 --img 测试图片路径 --device cpu --result-out-dir ./out.png
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    02a0619 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cbbea41 View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e836c69 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0be4fde View commit details
    Browse the repository at this point in the history
  6. 支持 DeblurGANv2 inference

    update model-index
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cafc451 View commit details
    Browse the repository at this point in the history
  7. 支持 DeblurGANv2 inference

    Fix CI Test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0a9e274 View commit details
    Browse the repository at this point in the history
  8. 支持 DeblurGANv2 inference

    CI test fix and update readme.md
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    61aadee View commit details
    Browse the repository at this point in the history
  9. 支持 DeblurGANv2 inference

    fix CI test and update readme.md
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    80bf698 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 支持 DeblurGANv2 inference

    Fix CI test
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    33c7751 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    yapf 修正
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2b0bbf2 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    代码调整,参数名保持一致
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ee28acf View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    doc string coverage
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    eab4f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 支持 DeblurGANv2 inference

    add some doc string
    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6623669 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    add some doc string
    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e91d3f View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    25d133d View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b4ae7b8 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f828049 View commit details
    Browse the repository at this point in the history
  6. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    320ca05 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b933ba9 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b1ac1df View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d333d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb5987 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    fix unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    76187c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    1d0ced9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8a1dadc View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    49a45cc View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2bdfedf View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8dbf240 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    420de7e View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8809347 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b9fe117 View commit details
    Browse the repository at this point in the history
  8. Update configs/deblurganv2/README.md

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    3bd19e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. 支持 DeblurGANv2 inference

    move the implementation of loss function to mmagic/models/losses
    add quick start to readme
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    84f9592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64800e5 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    fix unit test
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b262ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4fb484 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    re run unit test
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    52fdc15 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6856137 View commit details
    Browse the repository at this point in the history
  2. Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cb281d6 View commit details
    Browse the repository at this point in the history
  3. Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1211530 View commit details
    Browse the repository at this point in the history
  4. Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5de913e View commit details
    Browse the repository at this point in the history
  5. Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8bd0803 View commit details
    Browse the repository at this point in the history
  6. Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f18bb29 View commit details
    Browse the repository at this point in the history
  7. Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8c97de1 View commit details
    Browse the repository at this point in the history
  8. Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py

    Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
    xiaomile and zengyh1900 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f21e10f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 支持 DeblurGANv2 inference

    fix some url and path
    add README_zh-CN
    add Deblurring task into mmagic/apis/inferencers/__init__.py
    xiaomile committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    98741ee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    ce8a9b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    c2b4666 View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    支持 FastComposer
    xiaomile committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0fb88f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Adding support for FastComposer

    Add some doc string and fix bugs
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4014991 View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    Fixed a bug
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    21c0ce3 View commit details
    Browse the repository at this point in the history
  3. Adding support for FastComposer

    fix a bug
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    67d3bf3 View commit details
    Browse the repository at this point in the history
  4. Adding support for FastComposer

    fix some bugs
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7f51930 View commit details
    Browse the repository at this point in the history
  5. Adding support for FastComposer

    fix some bugs
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    306cc83 View commit details
    Browse the repository at this point in the history
  6. Adding support for FastComposer

    fix a bug
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1b47eae View commit details
    Browse the repository at this point in the history
  7. Adding support for FastComposer

    fix a bug
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b74e551 View commit details
    Browse the repository at this point in the history
  8. Adding support for FastComposer

    change for minimum version cpu check
    xiaomile committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1ed33d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    6d0b8f9 View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    avoid a windows CI bug which complains not enough memory.
    xiaomile committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a987beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69499a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    254a71f View commit details
    Browse the repository at this point in the history
  5. Adding support for FastComposer

    rerun circleci check
    xiaomile committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    12f16e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    38b7efa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    7c5b905 View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    add example code which run without gradio to readme
    add config of clip for running unittest without using "clip_vit_url = 'openai/clip-vit-large-patch14' "
    xiaomile committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8901eb1 View commit details
    Browse the repository at this point in the history
  3. Adding support for FastComposer

    rerun checks of build cu102
    xiaomile committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8f9647e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Adding support for FastComposer

    a small change
    xiaomile committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f74ef3d View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    some small changes
    xiaomile committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c2111da View commit details
    Browse the repository at this point in the history
  3. Adding support for FastComposer

    add some simple instructions to demo/README.md
    xiaomile committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9e3781e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    a4b3491 View commit details
    Browse the repository at this point in the history
  2. Adding support for FastComposer

    resolve conflicts
    xiaomile committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f845fdf View commit details
    Browse the repository at this point in the history
  3. Adding support for FastComposer

    rerun checks
    xiaomile committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    312c5f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Adding support for FastComposer

     add device for running with cuda by default
    xiaomile committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4bbacbb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    672ad69 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    b820313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b3298 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    xiaomile authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f34020e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df005b4 View commit details
    Browse the repository at this point in the history
  5. Adding support for Consistency Models

    mdformat debug
    xiaomile committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ce9a74d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b372918 View commit details
    Browse the repository at this point in the history
  7. Adding support for Consistency Models

    add some doc string
    xiaomile committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2c4c010 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Adding support for Consistency Models

    re run circle check
    xiaomile committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    864b3aa View commit details
    Browse the repository at this point in the history
  2. Adding support for Consistency Models

    rerun circle check
    xiaomile committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a49cb59 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    d6bfcfc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. [FIX] Check circle ci memory

    add function teardown_module to test_fastcomposer
    xiaomile committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3260c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    55d5003 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    83b6dfb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    2ddab89 View commit details
    Browse the repository at this point in the history
  2. Adding support for Consistency Models

    rerun ci check
    xiaomile committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    588a979 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    b11376c View commit details
    Browse the repository at this point in the history