Skip to content

Commit

Permalink
Fixed bug for the Star Wars Update
Browse files Browse the repository at this point in the history
  • Loading branch information
soten355 committed Jun 25, 2023
1 parent 8014a93 commit fc195cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit fc195cd

Please sign in to comment.