mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
Update logging level for parsed workflow and add refresh button to recipe controls
- Changed logging from info to debug for parsed workflow in RecipeRoutes to reduce log verbosity. - Added a refresh button in the recipe controls section of the HTML template to allow users to reload the recipe list easily.
This commit is contained in:
@@ -777,7 +777,7 @@ class RecipeRoutes:
|
||||
# load_extensions=False to avoid loading extensions for now
|
||||
parsed_workflow = parse_workflow(workflow_json, load_extensions=False)
|
||||
|
||||
logger.info(f"Parsed workflow: {parsed_workflow}")
|
||||
logger.debug(f"Parsed workflow: {parsed_workflow}")
|
||||
|
||||
if not parsed_workflow or not parsed_workflow.get("gen_params"):
|
||||
return web.json_response({"error": "Could not extract generation parameters from workflow"}, status=400)
|
||||
|
||||
Reference in New Issue
Block a user