Open MegaVaha opened 1 year ago
There are three commands, "watch", "build", and "publish".
"build": Transforms your TypeScript code into JavaScript. It’s a one-time thing.
"watch": Just like “build”, but it keeps an eye on any code changes and runs non-stop.
"publish": Kinda like “build”, but it gets your code ready for production.
you will use them like this:
npm run command_name
I would recommend you use either method 1 (.ccx) or method 2 (.zip) The documentation for Method 3 has been outdated: you can read more about it here: https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/issues/341
Good day to you, Abdullah!
Thank you for plugin! I trying to install it to friend with my Automatic1111, but...
My problem begins from step 3: "build the plugin by transpiling typescript to javascript: npm run watch" When in cmd I launched "npm run watch" - it begins to work, but seem to me - it's not completed, because the cursor is blinking till this time and dont react to any of my pressed buttons. Here the copypaste of cmd window:
after "webpack 5.82.1 compiled successfully in 8527 ms" in the next line there's blinking cursor.
Ok, I decided go ahead even is, as seems to me, something wrong with uncompleted state of "npm run watch".
In your step-by-step tuto here the 4'th step: "4. run "start_server.bat" inside "Auto-Photoshop-StableDiffusion-Plugin" directory"
But I cant found start_server.bat: there is the "deprecated-do-not-use-start_server.bat" Ok, I launched it. It began to collect dependencies and after some work I got the error:
Then, batch continued itself:
And exited.
My questions is:
Please, help me?
PS: FYI: when installing Automatic1111 I've installed Python 3.10.11 - so its my current version.