mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 06:20:10 +00:00
Remove 'clean' param from graphToPrompt (#2665)
This commit is contained in:
@@ -1227,9 +1227,8 @@ export class ComfyApp {
|
||||
return graph.serialize({ sortNodes })
|
||||
}
|
||||
|
||||
async graphToPrompt(graph = this.graph, clean = true) {
|
||||
async graphToPrompt(graph = this.graph) {
|
||||
return graphToPrompt(graph, {
|
||||
clean,
|
||||
sortNodes: useSettingStore().get('Comfy.Workflow.SortNodeIdOnSave')
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user