derrian-distro / LoRA_Easy_Training_Scripts

A UI made in Pyside6 to make training LoRA/LoCon and other LoRA type models in sd-scripts easy
GNU General Public License v3.0
1.06k stars 103 forks source link

When I press start nothing happens #231

Closed malksama closed 1 month ago

malksama commented 1 month ago

ezgif-4-375a4f5258

Jelosus2 commented 1 month ago

I've seen a lot of people getting this and the solution was doing this steps:

derrian-distro commented 1 month ago

this actually looks like they just didn't install the backend. make sure you clone the project, then run your respective installer

Jelosus2 commented 1 month ago

I've seen people with the backend installed still having this issue. Don't know the reason, I just know it works lol

derrian-distro commented 1 month ago

did you follow the install instructions as listed on the readme? the way you install it is git clone -> run install.bat -> say y to the question of if you are using it locally

malksama commented 1 month ago

Should I have said "Y" even if I didn't have one?

Jelosus2 commented 1 month ago

Should I have said "Y" even if I didn't have one?

To install the backend you have to:

  1. Clone the repository
  2. Run the install.bat file
  3. To the question Are you using this locally (y/n) answer with y if you want to train locally on your own GPU.
malksama commented 1 month ago

I have to press y when it asks me "Are you using this locally (y/n)" because if I press n it will never load the backend even though I don't use webui locally

malksama commented 1 month ago

Ok I installed the backend but still getting the same error

malksama commented 1 month ago

@Jelosus2 As for the method you suggested to me, the commands do not work except for this "pip install -U -r requirements.txt" image

derrian-distro commented 1 month ago

are you following the install instructions stated here? it still looks like you haven't installed the backend. Notably, when asked if you are training locally, the answer should be "y" as you are going to be training using your current computer you are on right now. If not, then the install process is more complicated, and not as intuitive

malksama commented 1 month ago

I followed all those instructions and installed the backend and it still doesn't work.

Jelosus2 commented 1 month ago

Do you have a Discord account? I feel it should be easier there. My name there is Jelosus1, add me as a friend and we can discuss this further

malksama commented 1 month ago

@Jelosus2 I was going to suggest the same thing My name there is "sylphysylphiette"

malksama commented 1 month ago

@derrian-distro I found out that there is no 8000 port in my computer so I can create one by this command in Python "python -m http.server 8000" When I do that the problem changes to this : image

malksama commented 1 month ago

Since I was only testing whether it will start making lora or not, I did not add a database and after I added it the problem did not recur and it is supposed to start making, so where do I monitor the making of lora?

Jelosus2 commented 1 month ago

Solved on Discord