Skip to content

Commit

Permalink
Merge branch 'main' into lstein/fix-migrate3-textencoder
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein authored Jul 5, 2023
2 parents cf173b5 + bbfb5bb commit cb947bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ checkpoints
# If it's a Mac
.DS_Store

invokeai/frontend/web/dist/*

# Let the frontend manage its own gitignore
!invokeai/frontend/web/*

Expand Down
2 changes: 0 additions & 2 deletions invokeai/backend/model_management/model_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def __init__(
:param sha_chunksize: Chunksize to use when calculating sha256 model hash
'''
#max_cache_size = 9999
execution_device = torch.device('cuda')

self.model_infos: Dict[str, ModelBase] = dict()
self.lazy_offloading = lazy_offloading
#self.sequential_offload: bool=sequential_offload
Expand Down

0 comments on commit cb947bc

Please sign in to comment.