Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownsharkBatwing authored Aug 6, 2024
1 parent 9673594 commit 162874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conditioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ConditioningMultiply :
@classmethod
def INPUT_TYPES(s):
return {"required": {"conditioning": ("CONDITIONING", ),
"multiplier": ("FLOAT", {"default": 1.0, "min": -1000.0, "max": 1000.0, "step": 0.01})
"multiplier": ("FLOAT", {"default": 1.0, "min": -1000000000.0, "max": 1000000000.0, "step": 0.01})
}}
RETURN_TYPES = ("CONDITIONING",)
FUNCTION = "main"
Expand Down

0 comments on commit 162874e

Please sign in to comment.