Skip to content

Commit

Permalink
Bug Fix AUTOMATIC1111#2
Browse files Browse the repository at this point in the history
Nvm
  • Loading branch information
sebastianTU committed Feb 22, 2024
1 parent a96e921 commit a4a6b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rng.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def first(self):
def lerp(a, b, d):
return a * (1 - d) + b * d

if self.mask is not None:
if self.maskLFSM is not None:
subnoiseLFSM = randn(int(self.subseedLFSM), noise_shape)

shape = self.shape
Expand Down

0 comments on commit a4a6b7b

Please sign in to comment.