Allan Kouidri

Results 5 comments of Allan Kouidri

Hi @ofrimasad, I confirm using on_train_loader_end is ending the training at the end of the epoch. Many thanks.

Hi, I had the exact same error. I fixed it by installing xformers ` pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118 ` I also updated torch, but that solved the issue...

Have you tried downgrading to huggingface-hub==0.25.2?

Hi @DimitriosKakouris, I have the same issue with my fine-tuned LoRa models, while the pipeline is working with other weights trained with DreamBooth. Has anyone successfully run inference with the...

I had the same error. You can use sd-turbo by removing or commenting the following lines: ``` Python stream.load_lcm_lora() stream.fuse_lora() ```