Another new day a new resumption

Artificial Intelligence is here! Really! Anything created with AI assistance, including stories, should be posted here.
User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Mon Dec 02, 2024 4:31 pm

Scarol wrote:I deleted his venv folder and double clicked on webuser.bat it created a new venv folder but it misses the “activate” file.


From this I take it he's still got incomplete Scripts and venv folders. Have you tried doing a "git pull", this should try to update the SD setup, but I'm not sure it will fix your brother's problems. You need to run it from the stable-diffusion-webui folder.

If that doesn't fix it the only other thing I can think of trying would be to run the command to clone the SD installation:

Code: Select all

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git


You'd need to run this in the folder that contains the stable-diffusion-webui folder, you don't want it creating nested stable-diffusion-webui folders. This may add the things you are missing or it may fail because some folders are already there. If it fails you may need to remove the existing stable-diffusion-webui folder to get it to run. I'd suggest you create an A1111 folder this time and run it in there to keep it all self contained. Note: click the "select all" above the line of code, then control-c to copy and control-v to paste into the cmd window.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
MadMax359
Posts: 5086
Joined: Sat Apr 18, 2009 11:07 pm
Location: north carolina

Re: Another new day a new resumption

Postby MadMax359 » Tue Dec 03, 2024 6:24 am

weeks? Months!!

third damsel, i look forwards to help her out! but she can't extend her hand.... :twisted:
The strong do what they want, the weak do what they must

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Tue Dec 03, 2024 3:31 pm

MadMax359 wrote:weeks? Months!!


... years decades. Can't remember who said it now but "it was a lot better being 20 in the 70s than it is being 70 in the 20s". I know how he feels.

MadMax359 wrote:third damsel, i look forwards to help her out! but she can't extend her hand.... :twisted:


Well, you'll have to grab something else! You knew I was going to say that didn't you? You set me up well there. Of course there's a useful ring on the front of the straitjacket, you could used that, you know, tie some rope to it or something.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Tue Dec 03, 2024 3:35 pm

A hopefully satisfying selection.

00009-298043322.jpg


00020-1684777285.jpg


00024-2914606054.jpg


00036-2174828611.jpg


00053-2403676512.jpg
You do not have the required permissions to view the files attached to this post.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Tue Dec 03, 2024 3:39 pm

... and if you're not satisfied, some more.

00075-2659028876.jpg


00105-2992462314.jpg


00172-669003030.jpg


00181-3051213395.jpg


00681-3959786325.jpg
You do not have the required permissions to view the files attached to this post.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
Scarol
Posts: 1293
Joined: Thu Apr 16, 2009 11:58 am
Location: Netherlands

Re: Another new day a new resumption

Postby Scarol » Tue Dec 03, 2024 4:08 pm

Very nice new Cerberus, I tried your options on my brothers laptop via teamview but his internet is very slow and unstable, his screen freezes a lot and I know if the setup go’s on it takes some files from internet.

Can that be the issue of the problems? When the folder Venv isn’t in his folder yet and webui-users creates the venv it doesn’t create the activate.bat file.
Work to live....or live to work...

For my AI Stable Difussion work please visit my page: https://www.deviantart.com/scarol1987

User avatar
MadMax359
Posts: 5086
Joined: Sat Apr 18, 2009 11:07 pm
Location: north carolina

Re: Another new day a new resumption

Postby MadMax359 » Wed Dec 04, 2024 6:33 am

when are we ever satisfied??

well actually the last damsel does it for me, for today :twisted:
The strong do what they want, the weak do what they must

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Wed Dec 04, 2024 4:13 pm

Scarol wrote:Very nice new Cerberus,


Thanks

Scarol wrote: I tried your options on my brothers laptop via teamview but his internet is very slow and unstable, his screen freezes a lot and I know if the setup go’s on it takes some files from internet.

Can that be the issue of the problems? When the folder Venv isn’t in his folder yet and webui-users creates the venv it doesn’t create the activate.bat file.


Not sure, if the missing files were due to the slow unstable internet connection I'd expect it to be different files each time, not always the same ones. That said, you download about 6.5GB of data during the setup process, so that could be an issue.

It would be worth checking what the PATH environment variable is set to from the stable-diffusion folder, to do this open a cmd window from the folder and type PATH at the command prompt, this should display the settings for PATH. If there are any paths in the list pointing to versions of Python other than 310 that would cause problems. My PATH looks like this:

Screenshot_38.jpg


The purpose of the PATH environment variable it to provide a search list for DOS. So when you type in python (for example), DOS will look through the folders in PATH in sequence and run the first python.exe it comes across. If that isn't python310 that could be the issue.

You never said what error you got when you tried to do the "git clone ..." step, it would be useful to know why that didn't work.
You do not have the required permissions to view the files attached to this post.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Wed Dec 04, 2024 4:18 pm

MadMax359 wrote:when are we ever satisfied??

well actually the last damsel does it for me, for today :twisted:


You're not kidding, I just nipped into DA to see if anything had happened since my last post, 115 notifications! It's going to take me a while to go through those so must press on.

Yeah that last one ... I wonder how cold that mud is?!
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery

User avatar
cerberus
Posts: 2806
Joined: Thu Apr 16, 2009 1:34 pm

Re: Another new day a new resumption

Postby cerberus » Wed Dec 04, 2024 4:22 pm

Wednesday waders.

00151-43223439.jpg


00171-3518212733.jpg


00297-1633060645.jpg


00306-2584477388.jpg


00314-4185272471.jpg
You do not have the required permissions to view the files attached to this post.
Cerberus

Johnny Dowd: Be content with your life. It may not get any better!
DA page at: https://www.deviantart.com/cerberusa1/gallery


Return to “AI Creations”

Who is online

Users browsing this forum: No registered users and 2 guests