mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
chore: remove remaining todos after analysis
refiner is added when set restoring multiline prompts has been resolved by using separate parameters "raw_prompt" and "raw_negative_prompt"
This commit is contained in:
@@ -779,7 +779,6 @@ def worker():
|
||||
('Refiner Model', 'refiner_model', refiner_model_name),
|
||||
('Refiner Switch', 'refiner_switch', refiner_switch)]
|
||||
|
||||
# TODO evaluate if this should always be added
|
||||
if refiner_model_name != 'None':
|
||||
if advanced_parameters.overwrite_switch > 0:
|
||||
d.append(('Overwrite Switch', 'overwrite_switch', advanced_parameters.overwrite_switch))
|
||||
|
||||
Reference in New Issue
Block a user