Skip to content

Commit

Permalink
clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aayars committed Apr 29, 2024
1 parent f672a6a commit fc82c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noisemaker/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def multires(preset, seed, freq=3, shape=None, octaves=1, ridges=False, sin=0.0,

try:
tensor = value.blend(tensor, ai.apply(preset.ai_settings, seed, input_filename=tmp_path,
stability_model=stability_model), 0.5)
stability_model=stability_model), 0.5)

preset.ai_success = True

Expand Down

0 comments on commit fc82c5e

Please sign in to comment.