From 65bffc38eb052a6d7c02db18af9f44ecae887b2e Mon Sep 17 00:00:00 2001 From: bsakaguchi Date: Fri, 19 Sep 2025 18:16:26 +0700 Subject: [PATCH] Add first example script --- example_scripts/comfy-fresh.vai | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example_scripts/comfy-fresh.vai diff --git a/example_scripts/comfy-fresh.vai b/example_scripts/comfy-fresh.vai new file mode 100644 index 0000000..c9383cb --- /dev/null +++ b/example_scripts/comfy-fresh.vai @@ -0,0 +1,3 @@ +pythonapp create venv python3 comfy-fresh +pythonapp load app comfy-fresh +pythonapp install gitapp https://github.com/comfyanonymous/ComfyUI.git mod:models \ No newline at end of file