Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
Posts
2
Comments
0
Joined
2 yr. ago
Comics @lemmy.ml

Career Day

Stable Diffusion @lemmy.dbzer0.com

Trouble installing koyha for creating my own LoRA.

Is anyone familiar with koyha and how to get it to work? I am following the guide

https://aituts.com/stable-diffusion-lora/#Train_your_own_LoRA

During step 3, the command

cp .\bitsandbytes_windows.dll .\venv\Lib\site-packages\bitsandbytes\

returns the error

cp : The filename, directory name, or volume label syntax is incorrect. At line:1 char:1

  • cp .\bitsandbytes_windows.dll .\venv\Lib\site-packages\bitsandbytes ...
  •  undefined
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo          : NotSpecified: (:) [Copy-Item], IOException
      + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand
      

Does anyone know how to go about dealing with this?