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

Add Stable Diffusion ControlNet #359

Merged
merged 44 commits into from
Apr 8, 2024

Commits on Feb 12, 2024

  1. ControlNet setup

    joelpaulkoch committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1b62825 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Param mapping

    joelpaulkoch committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4dd11d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 16, 2024

  1. Huggingface params

    joelpaulkoch committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fa49ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. unet with controlnet

    joelpaulkoch committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    74fdcfb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    8f55875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854ecd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35b417f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

  1. ControlNet input size

    joelpaulkoch committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c109b1a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Tuple as input for unet

    joelpaulkoch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    68957d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211c209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edfbd06 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Add docs

    joelpaulkoch committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bfdd5a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d0dff View commit details
    Browse the repository at this point in the history
  3. Update tests

    joelpaulkoch committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    67b54d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab0b28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32c2191 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e2b63 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. Test with tiny models

    joelpaulkoch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    de5dbcb View commit details
    Browse the repository at this point in the history
  2. Rename test file to .exs

    joelpaulkoch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5007109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19ab327 View commit details
    Browse the repository at this point in the history
  4. Remove debug from test

    joelpaulkoch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0204cd6 View commit details
    Browse the repository at this point in the history
  5. Specify architecture

    joelpaulkoch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7bfdfe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    c7b9530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ba7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1492f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update docs

    joelpaulkoch committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    120b758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5ca864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b023fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83513d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    2821a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16bd3c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f002258 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    29c6f1d View commit details
    Browse the repository at this point in the history
  2. Naming

    jonatanklosko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    02382dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    812cac3 View commit details
    Browse the repository at this point in the history
  4. Naming

    jonatanklosko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5e6f755 View commit details
    Browse the repository at this point in the history
  5. Residuals -> states

    jonatanklosko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b8e0e54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd860de View commit details
    Browse the repository at this point in the history
  7. Update docs sidebar

    jonatanklosko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    361926c View commit details
    Browse the repository at this point in the history
  8. Up

    jonatanklosko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cba1501 View commit details
    Browse the repository at this point in the history