Gula
Results
2
comments of
Gula
I'm facing the same problem. The same LoRA works fine with “load_lora_weights” but fails with “load_textual_inversion”. *LoRA uses local files successful `pipe.load_lora_weights(".", weight_name="./lora/hoge.safetensors")` fail `pipe.load_textual_inversion("./lora/hoge.safetensors", token="hoge", local_files_only=True)` error > Please...
@DN6 I see. So it was for embedding, thank you.