mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
updated name references for Float To Integer
This commit is contained in:
committed by
psychedelicious
parent
244201b45d
commit
41f2eaa4de
@ -65,7 +65,7 @@ class RandomIntInvocation(BaseInvocation):
|
||||
|
||||
|
||||
@invocation("float_to_int", title="Float To Integer", tags=["math", "round", "integer", "float", "convert"], category="math", version="1.0.0")
|
||||
class RoundToMultipleInvocation(BaseInvocation):
|
||||
class FloatToIntegerInvocation(BaseInvocation):
|
||||
"""Rounds a float number to (a multiple of) an integer."""
|
||||
|
||||
value: float = InputField(default=0, description="The value to round")
|
||||
|
Reference in New Issue
Block a user