Replies: 6 comments 6 replies
-
Making it portable is a good idea. Don't know why it isn't allready when we have a venv-folder!? |
Beta Was this translation helpful? Give feedback.
-
Portable version would be very useful, especially in my API use case. Not requiring the user to install everything from scratch would be incredible. |
Beta Was this translation helpful? Give feedback.
-
Portable version would be very useful, |
Beta Was this translation helpful? Give feedback.
-
In case other quirks show up, a few years ago I made a cmd script to let you run spleeter on windows without needing to manually installing anything. It still works (tried in a windows 11 vm) (spleeter is a library that lets you split audio into multiple tracks) https://gist.github.com/CapsAdmin/c55ef9bd20f012ae2e79fa3e838fa0f1 You put it in a directory and it downloads python, ffmpeg and pip to be used locally within that directory. Venv kinda makes it easier I guess. |
Beta Was this translation helpful? Give feedback.
-
Portable Stable Diffusion AUTOMATIC1111 |
Beta Was this translation helpful? Give feedback.
-
Thank you, now this should be official as this is really easy. Why torture everyone hardly when it can be made easy. Thank you for semi-portable easy Stable Diffusion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So idea is to make archive what you can unpack at any PC with Windows OS (possibly 10+) and just run without need to download anything.
Lets say i have folder with SD i already use on my PC.
PLace Python 10 and Git-portable in SD folder.
And edit .BAT file, make sure folders named and places so paths are valid, or change paths same as your folders.
But web-ui still trying to download files into
C:\Users\user\.cache\
So its stops me to make it really portable.
also, if you do not use full precision I made script who convert SD checkpoint file from float32 to float16, its saves 2 Gb of disk space and a bit time on startup. This do NO notable difference on speed of image generation
In some cases you also need to install "Visual C++ Redistributable", but usually your PC already have this after some software or games installed before.
Beta Was this translation helpful? Give feedback.
All reactions