Add conditioning regions workflow

This commit is contained in:
space-nuko
2023-05-23 17:30:24 -05:00
parent a3d4e4bca7
commit 9893828bed
2 changed files with 9810 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -220,6 +220,7 @@ export default class ComfyApp {
}
await this.initDefaultWorkflow("defaultWorkflow", options);
await this.initDefaultWorkflow("upscale", options);
await this.initDefaultWorkflow("conditioningRegions", options);
}
// Save current workflow automatically