Update default workflows

This commit is contained in:
space-nuko
2023-05-25 13:47:15 -05:00
parent ebe798cbf1
commit 44396e3f0e
4 changed files with 1045 additions and 640 deletions

View File

@@ -228,7 +228,7 @@ export default class ComfyApp {
setActive: false
}
await this.initDefaultWorkflow("defaultWorkflow", options);
await this.initDefaultWorkflow("upscale", options);
await this.initDefaultWorkflow("upscaleByModel", options);
await this.initDefaultWorkflow("conditioningRegions", options);
}