Note, only relatively significant changes to user-visible functionality will be included here. Most recent changes at the top.
Note: Contains some potentially workflow-breaking changes.
pink
noise type renamed topink_old
- the implementation was incorrect.power
noise type renamed topower_old
- the implementation was incorrect.- Added
onef_pinkish
(higher frequencye) andonef_greenish
(lower frequency) noise types. - Added
SonarAdvanced1fNoise
node andonef_pinkish
,onef_greenish
,onef_pinkish_mix
,onef_greenish_mix
, andonef_pinkishgreenish
noise types. - Added
SonarAdvancedPowerLawNoise
node andgrey
,white
,violet
andvelvet
noise types. - The
SonarAdvancedPyramidNoise
node can now use upscale methods from my ComfyUI-bleh node pack if it is available. - Added the
SonarChannelNoise
andSonarBlendedNoise
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
orSONAR_CUSTOM_NOISE
interchangeably.
- Added descriptions and tooltips for most nodes.
- Added
repeat_batch
parameter toNoisyLatentLike
node. - Added a
SONAR_CUSTOM_NOISE to NOISE
node to allow converting from Sonar's custom noise type to the built in ComfyUINOISE
(used bySamplerCustomAdvanced
and possibly other nodes). - Added a
SonarAdvancedPyramidNoise
node that allows setting parameters for the pyramid noise variants.
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 usepyramid_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.
- Add
SonarModulatedNoise
andSonarRepeatedNoise
nodes.
- 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 withNoisyLatentLike
). - Use
brownian
as the default noise type forSamplerSonarDPMPP
. - 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.
NoisyLatentLike
node improved to allow calculating strength with sigmas and injecting noise itself.
SonarPowerNoise
node added.
- Refactored noise generation functions (will break seeds).
- Added
SamplerOverride
node. studentt
noise type replaced withstudentt_test
(the more correct version).
- Added
SonarCustomNoise
node. - Changed existing sampler nodes and
NoisyLatentLike
nodes to take an optionalSonarCustomNoise
.