mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
suffix mode
This commit is contained in:
@@ -103,11 +103,7 @@ refresh_base_model(modules.path.default_base_model_name)
|
||||
refresh_refiner_model(modules.path.default_refiner_model_name)
|
||||
refresh_loras([(modules.path.default_lora_name, 0.5), ('None', 0.5), ('None', 0.5), ('None', 0.5), ('None', 0.5)])
|
||||
|
||||
expansion_model = FooocusExpansion()
|
||||
|
||||
|
||||
def expand_txt(*args, **kwargs):
|
||||
return expansion_model(*args, **kwargs)
|
||||
expansion = FooocusExpansion()
|
||||
|
||||
|
||||
def process_prompt(text):
|
||||
|
||||
Reference in New Issue
Block a user