Skip to content

Commit

Permalink
Fix diffusers import (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaulintel authored Dec 8, 2024
1 parent fdc79d4 commit abb4fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

from ....transformers.gaudi_configuration import GaudiConfig
from ....utils import HabanaProfile, speed_metrics, warmup_inference_steps_time_adjustment
from ...models import set_default_attn_processor_hpu
from ...models.unet_2d_condition import set_default_attn_processor_hpu
from ..pipeline_utils import GaudiDiffusionPipeline
from ..stable_diffusion.pipeline_stable_diffusion import retrieve_timesteps

Expand Down

0 comments on commit abb4fca

Please sign in to comment.