flux
flux copied to clipboard
TypeError: expected str, bytes or os.PathLike object, not NoneType
I inference with diffusers:
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16)
pipe.enable_model_cpu_offload()
I have a bug, who can help me?