Skip to content

Commit

Permalink
feat(context_utils): ✨ add denoise to context big
Browse files Browse the repository at this point in the history
resolves #167
  • Loading branch information
ghostsquad committed Apr 17, 2024
1 parent db06296 commit 0fe2905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/context_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"text_neg_l": ("text_neg_l", "STRING", "TEXT_NEG_L"),
"mask": ("mask", "MASK", "MASK"),
"control_net": ("control_net", "CONTROL_NET", "CONTROL_NET"),
"denoise": ("denoise", "FLOAT", "DENOISE"),
}

force_input_types = ["INT", "STRING", "FLOAT"]
Expand Down

0 comments on commit 0fe2905

Please sign in to comment.