-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
transformer_4bit = FluxTransformer2DModel.from_pretrained(ckpt_4bit_id, subfolder="transformer")
pipeline = FluxPipeline.from_pretrained(
ckpt_id,
text_encoder=None,
text_encoder_2=None,
tokenizer=None,
tokenizer_2=None,
transformer=transformer_4bit,
torch_dtype=torch.float16,
)
pipeline.enable_model_cpu_offload()
Your session crashed after using all available RAM.
in colab t4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels