update
This commit is contained in:
@@ -85,6 +85,12 @@ def get_sdxl_base_model_from_app(app_cfg: AppConfig | None = None) -> str:
|
||||
return app_cfg.inpaint.sdxl_base_model
|
||||
|
||||
|
||||
def get_flux_fill_model_from_app(app_cfg: AppConfig | None = None) -> str:
|
||||
if app_cfg is None:
|
||||
app_cfg = load_app_config()
|
||||
return app_cfg.inpaint.flux_fill_model
|
||||
|
||||
|
||||
def get_controlnet_base_model_from_app(app_cfg: AppConfig | None = None) -> str:
|
||||
if app_cfg is None:
|
||||
app_cfg = load_app_config()
|
||||
|
||||
Reference in New Issue
Block a user