From be3ac7100fee408288904b1a71aadbc8de49b011 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Fri, 26 Jan 2024 16:22:35 -0500 Subject: [PATCH 1/2] [skip ci] Fix heading in comfyui example --- 06_gpu_and_ml/stable_diffusion/comfy_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/stable_diffusion/comfy_ui.py b/06_gpu_and_ml/stable_diffusion/comfy_ui.py index 5ef0e704d..46c2b7976 100644 --- a/06_gpu_and_ml/stable_diffusion/comfy_ui.py +++ b/06_gpu_and_ml/stable_diffusion/comfy_ui.py @@ -15,7 +15,7 @@ import modal -# Define container image +# ## Define container image # # Fun with ComfyUI begins with pre-trained model checkpoints. # The checkpoint downloaded below is [huggingface.co/dreamlike-art/dreamlike-photoreal-2.0](https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0), but others can be used. From 5a8c0253401bf9b5400cf58310834da3ec0ca7fd Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Fri, 26 Jan 2024 16:23:28 -0500 Subject: [PATCH 2/2] Update comfy_ui.py --- 06_gpu_and_ml/stable_diffusion/comfy_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/stable_diffusion/comfy_ui.py b/06_gpu_and_ml/stable_diffusion/comfy_ui.py index 46c2b7976..cbff0a92d 100644 --- a/06_gpu_and_ml/stable_diffusion/comfy_ui.py +++ b/06_gpu_and_ml/stable_diffusion/comfy_ui.py @@ -52,7 +52,7 @@ def download_checkpoint(): # Pin to a specific commit from https://github.com/comfyanonymous/ComfyUI/commits/master/ -# for stability. To update to a later ComfyUI version change this commit identifier. +# for stability. To update to a later ComfyUI version, change this commit identifier. comfyui_commit_sha = "b3b5ddb07a23b3d070df292c7a7fd6f83dc8fd50" image = (