Make --novram completely offload weights.
This flag is mainly used for testing the weight offloading, it shouldn't actually be used in practice. Remove useless import.
This commit is contained in:
@@ -6,7 +6,6 @@ import torch.nn as nn
|
||||
import torch.nn.functional as F
|
||||
from einops import rearrange
|
||||
|
||||
from comfy import model_management
|
||||
from comfy.ldm.modules.diffusionmodules.mmdit import TimestepEmbedder, Mlp, timestep_embedding
|
||||
from comfy.ldm.modules.attention import optimized_attention
|
||||
|
||||
|
||||
Reference in New Issue
Block a user