mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: ruff
This commit is contained in:
parent
371e3cc260
commit
37d66488c5
@ -3,7 +3,9 @@ Base class and implementation of a class that moves models in and out of VRAM.
|
||||
"""
|
||||
|
||||
import torch
|
||||
|
||||
from invokeai.backend.model_manager import AnyModel
|
||||
|
||||
from .model_cache_base import CacheRecord, ModelCacheBase, ModelLockerBase
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user