Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add noise strength parameter similar to NAI #5373

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

mezotaken
Copy link
Collaborator

@mezotaken mezotaken commented Dec 3, 2022

Describe what this pull request is trying to achieve.

Apply suggested changes from those discussions: #5351 #4988

Multiply initial noise N(0,1) by small factor which leads to slightly more detailed img2img results without using high denoise values.
Basically this addition allows to unbalance noise-denoise cycle in your favor.
As stated in discussions, feature is similar to NAI "noise strength", but not yet confirmed to be exactly the same

Additional notes and description of your changes

I have a strong feeling that some of those settings might be the thing, but better, since those are internal parameters for samplers. I followed them values right into the sampler, but didnt trace further.
image
I tried using churn, increased eta threshold and tested different values for Euler sampler but it doesnt look like more or less noise being added, it's just a bit different.

Environment this was tested in

  • OS: Windows 10
  • Browser: Chrome
  • Graphics card: NVIDIA GTX 1060 6GB

Screenshots or videos of your changes
image
example
example 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants