Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Jul 13, 2023
1 parent b39b098 commit b9b6ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchbenchmark/models/stable_diffusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""
from torchbenchmark.tasks import COMPUTER_VISION
from torchbenchmark.util.model import BenchmarkModel
from torchbenchmark.util.framework.huggingface.model_factory import HuggingFaceAuthMixin

import torch
from diffusers import StableDiffusionPipeline, EulerDiscreteScheduler
Expand Down

0 comments on commit b9b6ca8

Please sign in to comment.