From fc195cda94c02375749e2968de7f015e2e4f51c7 Mon Sep 17 00:00:00 2001 From: soten355 Date: Sat, 24 Jun 2023 17:46:25 -0700 Subject: [PATCH] Fixed bug for the Star Wars Update --- dream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.py b/dream.py index 5763224..454d182 100644 --- a/dream.py +++ b/dream.py @@ -744,7 +744,7 @@ def create( # Strength of ControlNet self.controlNetGuess = controlNetGuess - self.controlNetStrength = controlNetStrength + self.controlNetStrength = float(controlNetStrength[0]) if self.controlNetGuess is True: self.controlNetStrength = [self.controlNetStrength * (0.825 ** float(12 - i)) for i in range(13)]