invoke-ai / invoke-training

https://invoke-ai.github.io/invoke-training/
Apache License 2.0
120 stars 14 forks source link

How do we run this? #106

Closed amarillosebas closed 7 months ago

amarillosebas commented 7 months ago

Could you be so kind as to give instructions for running the GUI? Thank you.

amarillosebas commented 7 months ago

Okay, I managed to ask ChatGPT for help and it gave me this batch file. Hopufully it'll help others like me who are not too experienced with command line and python.

@echo off cd %~dp0 start cmd /k ".\invoketraining\Scripts\activate && invoke-train-ui"

Just create a .txt file, put that code in there, then change the extension from .txt to .bat. Double click to run it. After it loads, CTRL + Click the url and you're good.