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: chaiNNer-org/chaiNNer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.1
Choose a base ref
...
head repository: chaiNNer-org/chaiNNer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.2
Choose a head ref
  • 16 commits
  • 44 files changed
  • 5 contributors

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    efebbed View commit details
    Browse the repository at this point in the history
  2. Create "Resolutions" Node (#2610)

    * Create "Formats" Node
    
    This node provides chaiNNer with a selection of common, and at times industry specific, resolution presets to use as "Number" sources for further use in Chains to help drive other parameters and nodes.
    
    * Update backend/src/packages/chaiNNer_standard/utility/value/formats.py
    
    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    
    * Update backend/src/packages/chaiNNer_standard/utility/value/formats.py
    
    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    
    * Delete backend/src/packages/chaiNNer_standard/utility/value/formats.py
    
    out with the old....
    
    * Add "Resolutions" Node
    
    This node comes with a bunch of presets to help start the user set up their respective chains.
    
    * Update resolutions.py
    
    Linting
    
    * Update resolutions.py
    
    Adds in assert as requested and adds in support for a custom/user defined resolution, to help keep all of the "magic" numbers pertaining to widht/height in one node.
    
    * Update resolutions.py
    
    Sync up all types to int
    
    * Update backend/src/packages/chaiNNer_standard/utility/value/resolutions.py
    
    Co-authored-by: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com>
    
    * Update backend/src/packages/chaiNNer_standard/utility/value/resolutions.py
    
    Co-authored-by: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com>
    
    * Update backend/src/packages/chaiNNer_standard/utility/value/resolutions.py
    
    Co-authored-by: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com>
    
    * Update resolutions.py - Remove input handles
    
    Adds has_handle=False to remove the inputs into the Width/Height as this is a starter node.
    
    ---------
    
    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    Co-authored-by: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com>
    3 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ecb522d View commit details
    Browse the repository at this point in the history
  3. Rename "Change Colorspace" node to "Change Color Model" (#2574)

    * Delete backend/src/packages/chaiNNer_standard/image_utility/miscellaneous/change_colorspace.py
    
    Remove change_colorspace node
    
    * Add change_colormodel.py
    
    Renames the "Change Colorspace" node to the more correct "Change Colormodel" name which now accurately reflects what the node actually does.
    
    * Update change_colormodel.py
    
    This reverts the schema_id and def_ change. Changes name to "Change Color Model"
    
    * Update change_colormodel.py
    
    update def to match name
    
    * Rename change_colormodel.py to change_color_model.py
    
    * Adjust capitalization
    
    ---------
    
    Co-authored-by: Joey Ballentine <joeyjballentine@gmail.com>
    mrjschulte and joeyballentine authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4ec30a8 View commit details
    Browse the repository at this point in the history
  4. Optimize UI by only rendering what's visible (#2627)

    * Optimize node panel
    
    * Use react-intersection-observer
    RunDevelopment authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    85a620f View commit details
    Browse the repository at this point in the history
  5. Suggested connections (#2582)

    * wip
    
    * start
    
    * icons
    
    * rename to suggestions
    
    * Fixes
    
    * change api a bit
    
    * New way of determining suggestions
    
    * Add some more suggestions
    
    * Fix condition
    
    * Update src/renderer/hooks/usePaneNodeSearchMenu.tsx
    
    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    
    * Update src/renderer/hooks/usePaneNodeSearchMenu.tsx
    
    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    
    * fix
    
    * lint
    
    ---------
    
    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    joeyballentine and RunDevelopment authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    103df53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4955328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cf3480 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b52789 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f0da37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b721c94 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    0e30621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6c853 View commit details
    Browse the repository at this point in the history
  3. Add smooth value noise (#2638)

    * Add smooth value noise
    
    * lint
    RunDevelopment authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    acef42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0890f View commit details
    Browse the repository at this point in the history
  5. 0.22.2

    joeyballentine committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ac821cf View commit details
    Browse the repository at this point in the history
Loading