Convert vanilla workflow tests

This commit is contained in:
space-nuko
2023-05-21 18:00:27 -05:00
parent 9c4e5cea94
commit c4fe7e0bf1
4 changed files with 43 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ export { default as ComfyPromptSerializerTests } from "./ComfyPromptSerializerTe
export { default as ComfyGraphTests } from "./ComfyGraphTests"
export { default as parseA1111Tests } from "./parseA1111Tests"
export { default as convertA1111ToStdPromptTests } from "./convertA1111ToStdPromptTests"
export { default as convertVanillaWorkflowTest } from "./convertVanillaWorkflowTests"