mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
refactor: use central flag for LoRA count
This commit is contained in:
@@ -55,6 +55,8 @@ metadata_scheme = [
|
||||
('A1111 (plain text)', MetadataScheme.A1111.value),
|
||||
]
|
||||
|
||||
lora_count = 5
|
||||
lora_count_with_lcm = lora_count + 1
|
||||
|
||||
class Steps(Enum):
|
||||
QUALITY = 60
|
||||
|
||||
Reference in New Issue
Block a user