Skip to content

Commit

Permalink
fix: indentation level
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gm committed Oct 9, 2024
1 parent 9bdaf96 commit 81483c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stablepy/diffusers_vanilla/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def show_images(self):
yield self.image_step # Yield the new image

if self.fail_work:
logger.debug(f"Stream failed")
logger.debug("Stream failed")
raise Exception(self.fail_work)

def generate_images(self, pipe_params_config):
Expand Down Expand Up @@ -1898,7 +1898,7 @@ def __call__(
)

# LoRA load
self.lora_status = self.lora_merge(
self.lora_status = self.lora_merge(
lora_A, lora_scale_A,
lora_B, lora_scale_B,
lora_C, lora_scale_C,
Expand Down

0 comments on commit 81483c1

Please sign in to comment.