Skip to content

Commit

Permalink
SD issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Sep 2, 2024
1 parent 69edca3 commit a06a4d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import tempfile
import unittest
from pathlib import Path
from unittest import mock
from unittest import mock, skip

import torch

Expand Down Expand Up @@ -261,6 +261,9 @@ def test_ddp_comm_hook(self):
testargs = ["examples/by_feature/ddp_comm_hook.py", "--ddp_comm_hook", "fp16"]
run_command(self.launch_args + testargs)

@skip(
reason="stable-diffusion-v1-5 is no longer available. Potentially `Comfy-Org/stable-diffusion-v1-5-archive` once diffusers support is added."
)
@require_multi_device
def test_distributed_inference_examples_stable_diffusion(self):
testargs = ["examples/inference/distributed/stable_diffusion.py"]
Expand Down

0 comments on commit a06a4d7

Please sign in to comment.