-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
return_cached_folder argument removed from from_pretrained
Reproduction
from diffusers import DiffusionPipeline
import torch
pipe, cache_folder = DiffusionPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5",
torch_dtype=torch.float16,
return_cached_folder = True,
)Logs
Keyword arguments {'return_cached_folder': True} are not expected by StableDiffusionPipeline and will be ignored.System Info
diffusersversion: 0.15.0- Platform: Linux-5.15.0-1031-aws-x86_64-with-glibc2.31
- Python version: 3.9.5
- PyTorch version (GPU?): 1.13.1+cu117 (True)
- Huggingface_hub version: 0.13.3
- Transformers version: 4.25.1
- Accelerate version: 0.18.0
- xFormers version: 0.0.16rc425
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working