Skip to content

Commit

Permalink
Merge pull request #3534 from vladmandic/dev
Browse files Browse the repository at this point in the history
refresh master
  • Loading branch information
vladmandic authored Oct 29, 2024
2 parents 99623da + d205b5c commit 41f9a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sd_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def move_model(model, device=None, force=False):
try:
t0 = time.time()
try:
model.to(device, non_blocking=True)
model.to(device)
if hasattr(model, "prior_pipe"):
model.prior_pipe.to(device)
except Exception as e0:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ torchdiffeq
dctorch
scikit-image
seam-carving
sentencepiece

# block
torch!=2.5.0
Expand Down

0 comments on commit 41f9a35

Please sign in to comment.