mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-28 19:23:14 +01:00
dead code
This commit is contained in:
parent
05c2de9450
commit
c09512bf12
@ -126,8 +126,6 @@ def resolve_model_to_use(model_name: str = None, model_type: str = None):
|
|||||||
if model_name:
|
if model_name:
|
||||||
raise Exception(f"Could not find the desired model {model_name}! Is it present in the {model_dir} folder?")
|
raise Exception(f"Could not find the desired model {model_name}! Is it present in the {model_dir} folder?")
|
||||||
|
|
||||||
return None
|
|
||||||
|
|
||||||
|
|
||||||
def reload_models_if_necessary(context: Context, task_data: TaskData):
|
def reload_models_if_necessary(context: Context, task_data: TaskData):
|
||||||
face_fix_lower = task_data.use_face_correction.lower() if task_data.use_face_correction else ""
|
face_fix_lower = task_data.use_face_correction.lower() if task_data.use_face_correction else ""
|
||||||
|
Loading…
Reference in New Issue
Block a user