-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
I have tried this code:
import torch
from diffusers import AutoPipelineForImage2Image
pipeline = AutoPipelineForImage2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipeline.unload_lora_weights()
pipeline.load_lora_weights("black-forest-labs/FLUX.1-Redux-dev")
pipeline.enable_model_cpu_offload()and it gave me this error:
ValueError: Invalid LoRA checkpoint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates