Workflows can receive images from other workflows/historical prompts

This commit is contained in:
space-nuko
2023-05-22 18:30:25 -05:00
parent b5512e6673
commit 6817e6ad95
24 changed files with 689 additions and 142 deletions

View File

@@ -1,3 +1,6 @@
// Run node registration before anthing else, in the proper order
import "$lib/nodeImports";
import ComfyApp from '$lib/components/ComfyApp';
import { configureLitegraph } from '$lib/init';
import App from './App.svelte';