Update defaultGraph

This commit is contained in:
space-nuko
2023-05-08 15:15:59 -05:00
parent f823818674
commit ec6e0f17b1
6 changed files with 7257 additions and 4174 deletions

View File

@@ -9,8 +9,8 @@
import type { ComfyGalleryNode } from "$lib/nodes/ComfyWidgetNodes";
import type { FileData as GradioFileData } from "@gradio/upload";
import type { SelectData as GradioSelectData } from "@gradio/utils";
import { clamp } from "$lib/utils";
import { f7 } from "framework7-svelte";
import { clamp } from "$lib/utils";
import { f7 } from "framework7-svelte";
export let widget: WidgetLayout | null = null;
export let isMobile: boolean = false;