mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Merge pull request #4904 from QualiaRain/fix/assorted-typos
Fix assorted small typos: dead __str__, unformatted messages, preview min-height
This commit is contained in:
@@ -347,7 +347,7 @@ class DemoFusionSDXLPipeline(DiffusionPipeline, FromSingleFileMixin, LoraLoaderM
|
||||
|
||||
# DemoFusion specific checks
|
||||
if max(height, width) % 1024 != 0:
|
||||
log.error('DemoFusion: resolution={width}x{height} long side must be divisible by 1024')
|
||||
log.error(f'DemoFusion: resolution={width}x{height} long side must be divisible by 1024')
|
||||
return None
|
||||
|
||||
if num_images_per_prompt != 1:
|
||||
|
||||
Reference in New Issue
Block a user