Skip to content

Commit

Permalink
Merge pull request CompVis#440 from LuChengTHU/main
Browse files Browse the repository at this point in the history
add dpm-solver support (much faster than plms)
  • Loading branch information
rromb authored Nov 16, 2022
2 parents 42c3e9f + f2b134c commit abcf196
Show file tree
Hide file tree
Showing 4 changed files with 1,276 additions and 1 deletion.
1 change: 1 addition & 0 deletions ldm/models/diffusion/dpm_solver/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .sampler import DPMSolverSampler
Loading

0 comments on commit abcf196

Please sign in to comment.