Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 3.43 KB

changelog.md

File metadata and controls

69 lines (48 loc) · 3.43 KB

Changes

Note, only relatively significant changes to user-visible functionality will be included here. Most recent changes at the top.

20241129

Note: Contains some potentially workflow-breaking changes.

  • pink noise type renamed to pink_old - the implementation was incorrect.
  • power noise type renamed to power_old - the implementation was incorrect.
  • Added onef_pinkish (higher frequencye) and onef_greenish (lower frequency) noise types.
  • Added SonarAdvanced1fNoise node and onef_pinkish, onef_greenish, onef_pinkish_mix, onef_greenish_mix, and onef_pinkishgreenish noise types.
  • Added SonarAdvancedPowerLawNoise node and grey, white, violet and velvet noise types.
  • The SonarAdvancedPyramidNoise node can now use upscale methods from my ComfyUI-bleh node pack if it is available.
  • Added the SonarChannelNoise and SonarBlendedNoise nodes.
  • Added the SonarBlehOpsNoise node.
  • Added advanced parameter input to the SampleConfigOverride node, you can now pass options directly to the wrapped sampler function.
  • Custom noise inputs now are semi-wildcard and will accept OCS_NOISE or SONAR_CUSTOM_NOISE interchangeably.

20240823

  • Added descriptions and tooltips for most nodes.
  • Added repeat_batch parameter to NoisyLatentLike node.
  • Added a SONAR_CUSTOM_NOISE to NOISE node to allow converting from Sonar's custom noise type to the built in ComfyUI NOISE (used by SamplerCustomAdvanced and possibly other nodes).
  • Added a SonarAdvancedPyramidNoise node that allows setting parameters for the pyramid noise variants.

20240521

Mega update! Many new features, documentation reorganized.

  • Add SonarScheduledNoise, SonarCompositeNoise, SonarGuidedNoise, SonarRandomNoise nodes. See Advanced Noise Nodes.
  • Add SonarPowerFilterNoise, SonarPowerFilter, SonarPreviewFilter nodes. See Advanced Power Noise.
  • Add FreeUExtreme, FreeUExtremeConfig nodes. See FreeU Extreme.
  • Replace pyramid noise type with a (hopefully) more correct implementation. You can use pyramid_old for the previous behavior.
  • Add more noise types and variations.
  • The NoisyLatentLike node now allows using brownian noise if you connect a model and sigmas.

20240506

  • Add SonarModulatedNoise and SonarRepeatedNoise nodes.

20240327

  • Fixed issue when using Sonar samplers in normal sampling nodes/via stuff like KSamplerSelect.
  • Add pyramid (non-high-res) noise type.
  • Allow selecting brownian noise in custom noise nodes (but it won't work with NoisyLatentLike).
  • Use brownian as the default noise type for SamplerSonarDPMPP.
  • Make overriding the selected noise type in Sonar samplers a warning instead of a hard error.
  • Improve noise scaling (may change seeds).
  • Add KRestartSamplerCustomNoise if the user has a recent enough version of ComfyUI_restart_sampling installed.

20240320

  • NoisyLatentLike node improved to allow calculating strength with sigmas and injecting noise itself.

20240314

  • SonarPowerNoise node added.

20240227

  • Refactored noise generation functions (will break seeds).
  • Added SamplerOverride node.
  • studentt noise type replaced with studentt_test (the more correct version).

20240210

  • Added SonarCustomNoise node.
  • Changed existing sampler nodes and NoisyLatentLike nodes to take an optional SonarCustomNoise.