Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Repeat concept, and separate bucket concept options #111

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Feb 15, 2023

  1. Make it so that the model learns to change the zero-frequency of the …

    …component freely, because that component is now being randomized ~10 times faster than for the base distribution
    
    https://www.crosslabs.org/blog/diffusion-with-offset-noise
    allenbenz committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f84e6d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 18, 2023

  1. Merge branch 'pr/101'

    Buckzor committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a490be7 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Buckzor committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    ece7071 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add concept repeats

    Buckzor committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4cfe801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f86995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e34682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cdda00 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    cd9e4d5 View commit details
    Browse the repository at this point in the history
  2. Added separate buckets for concepts.

    This option puts selected concepts in their own buckets so they do not get batched together with the rest of the images of the same resolution.
    
    This should prevent some bleeding over between concepts.
    Buckzor committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0364a60 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Feb 27, 2023

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