Skip to content

Cannot import name 'DPMSolverMultistepScheduler' from 'diffusers'  #1260

@WASasquatch

Description

@WASasquatch

Describe the bug

I'm trying to install diffusers on my new Windows 11 computer, and it's failing on DPMSolverMultistepScheduler, which I thought was merged?

Reproduction

pip install diffusers[torch] transformers accelerate ftfy

and then try

from diffusers import DPMSolverMultistepScheduler

Logs

from diffusers import (
ImportError: cannot import name 'DPMSolverMultistepScheduler' from 'diffusers' (C:\SKYNET-MASTER\WAS\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\diffusers\__init__.py)

System Info

  • diffusers version: 0.7.2
  • Platform: Windows-10-10.0.22000-SP0
  • Python version: 3.9.13
  • PyTorch version (GPU?): 1.13.0+cpu (False)
  • Huggingface_hub version: 0.10.1
  • Transformers version: 4.24.0
  • Using GPU in script?: yes
  • Using distributed or parallel set-up in script?: no

Extra Notes

On colab, this isn't a issue, it imports fine, and runs fine. So unsure what the issue is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions