lora icon indicating copy to clipboard operation
lora copied to clipboard

Using Low-rank adaptation to quickly fine-tune diffusion models.

Results 109 lora issues
Sort by recently updated
recently updated
newest added

When I clone Kohya Trainer with torch 2.0.0, I get this error: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This...

Hello, When I use the "default" LoRA-pti fine-tuning script from the repo home-page, I keep getting the following error: ``` grad_fn=) Current Learned Embeddings for :, id 49409 tensor([-0.0058, -0.0201,...

i meet with ValueError: No lora injected when i am running run_lorpt.sh. and i have tried the methods of issues/273 and they don't work. here are the details: Before training:...

Traceback (most recent call last): File "/content/lora/training_scripts/train_lora_dreambooth.py", line 1008, in main(args) File "/content/lora/training_scripts/train_lora_dreambooth.py", line 489, in main accelerator = Accelerator( ^^^^^^^^^^^^ TypeError: Accelerator.__init__() got an unexpected keyword argument 'logging_dir' Traceback...

Hello, do you know how to slove this? RuntimeError: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion because of the following error (look up to see its traceback): Failed to import diffusers.loaders.ip_adapter because of...

It was not clear from the getting started documentation that you will need to prepare your data folders in a certain way to work with the HuggingFace datasets library. These...

When I run "training_scripts/use_face_conditioning_example.sh", the error exists as bellow "training_scripts/use_face_conditioning_example.sh: line 6: lora_pti: command not found" I am confused about the command lora_pti, should I define it before running the...

So appreciate for your work I wonder is there any scripts or .py file for the training of img2img Lora for SD thank you very much

I want to know what is the use of this function and how to use it. Please help