-
Couldn't load subscription status.
- Fork 6.5k
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.
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates