Skip to content

Commit

Permalink
Replace runway models link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 30, 2024
1 parent b92d983 commit 8e4df51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ def test_node(comfy_cli, workspace):

@e2e_test
def test_run(comfy_cli):
url = "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt"
url = "https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors?download=true"
path = os.path.join("models", "checkpoints")
name = "v1-5-pruned-emaonly.ckpt"
name = "v1-5-pruned-emaonly.safetensors"
proc = exec(
f"""
{comfy_cli} model download --url {url} --relative-path {path} --filename {name}
Expand Down

0 comments on commit 8e4df51

Please sign in to comment.