Revert "much stricter ruff linting"

This reverts commit 310dbf1574.
This commit is contained in:
Vladimir Mandic
2026-05-11 08:13:57 +02:00
parent 8296d07ff8
commit c8d6fd5cf8
132 changed files with 363 additions and 292 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def apply(pipe, p: processing.StableDiffusionProcessing):
MANAGER.width = p.width
MANAGER.height = p.height
MANAGER.error_reset_steps = [int(1*p.steps/3), int(2*p.steps/3)]
log.info(f'RAS: scheduler={pipe.scheduler.__class__.__name__} {MANAGER!s}')
log.info(f'RAS: scheduler={pipe.scheduler.__class__.__name__} {str(MANAGER)}')
MANAGER.reset_cache()
MANAGER.generate_skip_token_list()
pipe.transformer.old_forward = pipe.transformer.forward