Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/diffusers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: csaluski/diffusers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 23, 2022

  1. Remove safety

    csaluski authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a791e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec2873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556fa26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97cbc2b View commit details
    Browse the repository at this point in the history
  5. Disable gradient of image_from_latent_space, should drastically decre…

    …ase memory consumption
    csaluski committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ac2f99b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add variation function and make all functions return the state of the…

    … generator in order to help facilitate this
    csaluski committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ae352e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e3fe68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf80ce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Add slerp_through_seeds, which navigates between 2 points in the nois…

    …e space with the prompt being held constant
    csaluski committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    52138b2 View commit details
    Browse the repository at this point in the history
  2. I forgot self haha

    csaluski committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2cd40fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59fd5f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    1c80c98 View commit details
    Browse the repository at this point in the history
  2. Fix saving ahhfdafafaa

    csaluski committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    587ea2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f235c32 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    8a111dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae0aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ac1af6 View commit details
    Browse the repository at this point in the history
  4. Add option to save the intermediate latent spaces from the diffusion …

    …as images instead of raw latent tensor
    csaluski committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    28dccaa View commit details
    Browse the repository at this point in the history
Loading