Skip to content

Commit

Permalink
Fix heading in comfyui example (#566)
Browse files Browse the repository at this point in the history
* [skip ci] Fix heading in comfyui example

* Update comfy_ui.py
  • Loading branch information
ekzhang authored Jan 26, 2024
1 parent e6204fb commit 030d274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 06_gpu_and_ml/stable_diffusion/comfy_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 = (
Expand Down

0 comments on commit 030d274

Please sign in to comment.