fix type hint in test file
This commit is contained in:
parent
351cc8bbf1
commit
ffaf562a8c
@ -44,7 +44,7 @@ class RuntimeConfig:
|
|||||||
return self.config.init_image_path
|
return self.config.init_image_path
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def init_image_strength(self) -> int:
|
def init_image_strength(self) -> float:
|
||||||
return self.config.init_image_strength
|
return self.config.init_image_strength
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user