#🤝|tech-support

1 messages · Page 17 of 1

vocal burrow
#

let's go for it again now

#

yup

kindred tinsel
#

Wait so why would that be an issue, and if it was an issue, should I run the purge command every time?

sturdy ginkgo
#

only when issues arrise .. python/pip loves to stack version upon version upon version in the cache for no reason

kindred tinsel
#

hello!

#

also okay

karmic crown
#

it will be be faster, since you will not download model again

kindred tinsel
#

Weird, this is a fresh windows install, i wouldn't know about any other versions of any packages in my system

vocal burrow
kindred tinsel
#

okay then, it already installed pacakges I am seeing that it is installing requirements for most libraries, clip, open_clip, Codeformer, will update once it launches the webui

karmic crown
vocal burrow
#

why use --enable-insecure-extension-access ?

kindred tinsel
#

Always had it there, not sure if it caused any problems

#

I can remove it if you want

vocal burrow
#

it's removing security features for pretty much no good reasons at all.

#

so yup remove it, restart, install controlnet and see how it goes

karmic crown
#

i had to add it on my sons pc to be able to use infinite image browser over network, but as i sad there is probably better way to do that

kindred tinsel
#

Could it be that backend feature --use-directml

I have never used it before and Idk why the guide asks for it, removing it on my previous isntalls didn't affect performace at all

vocal burrow
kindred tinsel
#

wdym, before I used to see gpu utilization at 100% :c

#

in the same fork

vocal burrow
#

it's somewhat recent

kindred tinsel
#

okay then

wet surge
#

I don't want to go through this again, I deleted the 3.12 and this is the error

kindred tinsel
#

isntalling controlnet again ;c

#

Access error

#

once

#

again

vocal burrow
#

full log once again :p

#

we're narrowing the target

kindred tinsel
karmic crown
#

Command: "C:\StableDiffusionIDES\stable-diffusion-webui-directml\venv\Scripts\python.exe" -m pip install mediapipe --prefer-binary
Error code: 1

#

again

kindred tinsel
#

ITS THAT C2V fricking file again, jeeeeeeezzzzzzzzz that thing is supposed to be a python dll file or smth god

karmic crown
#

that is not a first error

#

this one is the problem

kindred tinsel
#

I can't really touch that, its a command created by the program :c

karmic crown
#

try to run this yourself

"C:\StableDiffusionIDES\stable-diffusion-webui-directml\venv\Scripts\python.exe" -m pip install mediapipe --prefer-binary
#

copy paste

#

does it fail again?

kindred tinsel
#

yes it does

steady thistle
#

I'm trying to use ReActor with 1.5 and I keep getting weird colors especially around the lips, but it works perfectly with XL models. Any ideas how to get this working on both types?

kindred tinsel
#

Its always that little .pyd file idk what it is but it always dies

vocal burrow
vocal burrow
steady thistle
kindred tinsel
#

yeah but mediapipe depends on that file,or else it wouldn't even touch it right?

karmic crown
#

try this

"C:\StableDiffusionIDES\stable-diffusion-webui-directml\venv\Scripts\python.exe" -m pip install mediapipe --prefer-binary --user
kindred tinsel
#

isn't that cv2 library smth about open cv

karmic crown
#

this has --user

kindred tinsel
#

This fixed it

#

removing the fricking space from the name

#

AND reomving user

karmic crown
#

ok, try to run it again

kindred tinsel
#

try to run what again?

karmic crown
#

webui-user

#

sorry

#

🙂

kindred tinsel
#

Also it didn;'t finish installing anything like openmesh that it also needs so like hbow do i get those to reinstall?

karmic crown
#

just run webui-user again, and see if you have any errors left

#

we will fix one by one with --user

kindred tinsel
#

well no errors arose during installation

karmic crown
#

since that worked

kindred tinsel
#

i mean

vocal burrow
kindred tinsel
#

opening that thing

karmic crown
kindred tinsel
vocal burrow
kindred tinsel
#

Lets test segment anyting which started this

kindred tinsel
#

haha

#

no

#

it didnt work

karmic crown
#

new log, please

kindred tinsel
#

that is all it threw

#

again it is the cv2.pyd file

#

This is the permissions for that file

#

it sdays check permissions but idk if this is what it means by that

karmic crown
#

run this one to install supervision properly

"C:\StableDiffusionIDES\stable-diffusion-webui-directml\venv\Scripts\python.exe" -m pip install supervision --prefer-binary --user

vocal burrow
#

wait a sec please

kindred tinsel
#

okay Ill wait :)

karmic crown
#

he sad that to me

#

🙂

kindred tinsel
#

figured it might apply to both lmao

vocal burrow
#

I'm reading a bunch of stuff

karmic crown
#

installing problematic pacakges with --user will help, but there is no garanty that error will not arise again later as you said

vocal burrow
#

I don't have time to deep dive into it right now.... so go on

karmic crown
#

ok, run this one now

"C:\StableDiffusionIDES\stable-diffusion-webui-directml\venv\Scripts\python.exe" -m pip install supervision --prefer-binary --user

vocal burrow
#

install problematic package one by one using --user but it's weird and kinda ugly, it shouldn't affect your system anyways

karmic crown
vocal burrow
kindred tinsel
#

The issue is that those are manual isntalls, I can't go around installing manually the dozens of dependencies for each extension :c. This would pretty much render the webui useless for installing directly.

karmic crown
#

you can try this

#

from that page

vocal burrow
#

problem might be the permisssions on python install folder

#

lemme check something

kindred tinsel
#

I wouldn't know about that sice for the folder it doesn't show up, that is an install for all users like i had said before :C

vocal burrow
#

go to your python install folder and check permissions for the cv2.pyd file in there Python310\Lib\site-packages\cv2

kindred tinsel
#

rn I did the classic isntall for only my user

#

Not there

karmic crown
#

it the same, just find where is your installation

vocal burrow
#

run where pythonit should give your your python install folder

kindred tinsel
#

I am there

#

I am in the one I isntalled,but mycrosoft says there is another thing called python.exe in the market when I haven't installed anyting from the webstore

vocal burrow
#

ok then that's probably the origin of the problem

vocal burrow
#

WindowsApps\python.exe is just a shortcut to microsoft store's python page

#

Ok so from where I am that's your problem

kindred tinsel
#

So I shouldn't worry about it?

#

ooop i should

vocal burrow
#

you should have a cv2.pyd in there set like so

#

hypothesis : because it's installed for "all users" some files are installed somewhere else with different (and incorrect for our use) permissions, permissions that are cloned into your stable-diffusion's venv, so when you're installing stuff in your venv it explodes.

kindred tinsel
#

Where in the original python install?

#

This is my site pacakges thing

#

empty af

kindred tinsel
vocal burrow
#

potential fix, uninstall everything, including python. Reinstall python ("only for me" not "for all users") and in a different folder to be extra sure that it will use a new folder and therefore permissions, reinstall auto111, reinstall controlnet

kindred tinsel
#

Oh man, okay lets see, for the sd webui should I only remove the venv?

vocal burrow
#

python permissions errors are nightmare ish

vocal burrow
#

remove controlnet extension too while you're at it

kindred tinsel
#

should I purge cache?

vocal burrow
#

also yes just to be sure

#

have fun

kindred tinsel
#

fun?

#

meanie

vocal burrow
#

hope it will work

kindred tinsel
#

Installed it here

#

just for me but there

#

idk

#

Okay new fresh install it is in path

#

One question, in the pyenv.cfg file, it doesn't use the local site-pacakges since that options is false bydefault, is that something I should chagne or nah?

vocal burrow
#

no otherwise it will access your system's python

#

that's the option I was deliberating on when I told you to wait

kindred tinsel
#

ah i see

#

well its installing everything once more

sonic ferry
#

Is there some way to search Discord and ignoring a 'user' StableDreamer Bot keeps showing up when I'm trying to look through help/support to see if something has already been asked.

vocal burrow
kindred tinsel
#

its so weird how none of the initial dependencies cause any errors for the installation, but the fricking cv2 causes so much pain for a little controlnet extension

#

@vocal burrow well installing again did not work

#

Im going to something drastic and change the location of my webui install to the user folder

vocal burrow
#

I don't see how that would fix anything

kindred tinsel
#

the c drive doesn't have write permissions on my user for some reason so maybe that idk

vocal burrow
#

however you can try to allow "modification" to every files and folders in your venv

kindred tinsel
#

like you heard

vocal burrow
#

hmmm

#

what's your antivirus ?

kindred tinsel
#

this one is better

kindred tinsel
vocal burrow
#

ok

kindred tinsel
#

Maybe I am missing some software updates?

vocal burrow
#

no clue, there are too many things that could explain why you don't have permissions to write at c: (none good in my book)

kindred tinsel
#

@ornate elk do you know why I might not have persmission to write or modify in the c drive?

vocal burrow
#

try (re)installing sdwebui somewhere you have permissions set-up properly and make sure it's not a sync/cloud folder as it might mess things up too (so no desktop/onedrive/etc)

sonic ferry
#

I have my ComfyUI in Downloads/ComfyUI_Portable/, can't imagine it'd be a root access permission error like it'd probably be in Linux, but just to be safe I put my stuff in Downloads. LOL

kindred tinsel
#

But if the entire ssd, literally the fastest drive that would work best for webui is blocked, this would mean shitty performance and read/write times to the hdds

#

Literally what I wanted to avoid by buying an ssd big enough to handle os and webui

sonic ferry
#

It's not the drive that's the problem...maybe...I think it's the location, as I said, in Linux, that location would probably give permission issues. I know this is Windows, but maybe move it to Documents, Downloads, somewhere where files would often be saved so less likely to give permission issues.

vocal burrow
sonic ferry
#

Actually, why not try and run it as administrator?

vocal burrow
#

hard drive perf is negligeable except when you're loading models and stuff like that

kindred tinsel
#

test venv worked fine

vocal burrow
#

should be good then, let's hope so

kindred tinsel
#

Then probably is that I am installing in local c drive where my permissions are lowered so I dont delete for isntance the windows folder

#

on other drives the base folder is open for anything since its just a drive

vocal burrow
kindred tinsel
#

Maybe If i install on somewhere that is just a folder inside my user it will work

vocal burrow
#

worth a try

sonic ferry
#

That is where Documents, Downloads, Pictures, typical places to place and save files as I said.

vocal burrow
# sonic ferry Actually, why not try and run it as administrator?

Not a good idea to "run as administrator" anything, especially when you don't know what you're running (some ckpt models can include malicious codes, extensions are not always checked by others, if you're sharing your sessions you could be giving admin privileges to anyone accessing it, etc)

#

Sure 90% of the time it will work.... until it won't

#

and then if you've been attacked, good luck. And even you haven't been your whole permissions tree is probably a mess.

sonic ferry
half island
#

Hoi, is there a way to disable pagefile for SD? As i rather it error out with "not enough memory" than hog down my ssd's with large pagefiles that messes up stability/indexing and i have to reboot the pc.

kindred tinsel
#

Okay I reinstalled SD, and rn its running the install for most of the files, clip and the like

vocal burrow
eternal fox
#

Hello

#

Guys i have rocm intalled and stable diffusion on ubuntu

#

But everything is choppy i think my 6900XT is not being used

#

Even a video on youtube was fully lagging

vocal burrow
#

you can monitor gpu usage with rocm-smi

sturdy ginkgo
kindred tinsel
#

@vocal burrow I got the same error on a literal documents folder :c

#

And its the literal same file

#

cv2.pyd

sturdy ginkgo
eternal fox
vocal burrow
# kindred tinsel cv2.pyd

< well then try to allow "modify" in permissions for all files / folders / sub files / sub folders of venv

vocal burrow
#

I'll be off for now, bye

kindred tinsel
#

nuuuu :c

#

byeee :c

vocal burrow
#

make sure to precise you're using the directml fork, give them full log.
Name it something like
[Bug] Can't install extension, mediapipe requirements refuses to install => [WinError 5] Access is denied [...]\venv\\Lib\\site-packages\\cv2\\cv2.pyd

kindred tinsel
#

So it didn't work, not even with raised permissions as mentioned in some of the repos for the extensionss, I am not sure what to do now since all of my workflows depend on these stuff. Furthermore, comfy would fail in the same way

grim bolt
#

can someone teach me how to use stable diffusion and avoid google colab from closing all the time? please send me a private message

glossy edge
#

why does it says multiple pictures of nsfw are made with stable diffusion?
does it that work tho

sturdy ginkgo
#

the website has automated nsfw moderation .. so avoid words that could be interpretted to nsfw images .. so it doesn't generate newds etc

karmic crown
kindred tinsel
#

why?

sturdy ginkgo
#

want nsfw stuf .. use A1111 locally or ComfyUI to run it all local

sturdy ginkgo
#

VMWare virtual machine with windows with only a admin account and A1111/comfyUI on it 🙂

karmic crown
sturdy ginkgo
#

use Repo uninstaller so it also cleans the registry and junk folders that the regular uninstaller misses

kindred tinsel
#

That deep? I mean its just literally python :c

#

@karmic crown Okay I didall of that

#

everything that had a python on it is gone, direct installer, windows thingy and packages too

karmic crown
#

nice

#

now install python using installer you downloaded

#

and install it like list time (with add to path)

#

and try where python again

kindred tinsel
#

okay?

#

should I tick tyhat admin priviliges thingy?

karmic crown
#

yes

#

when you finish, try slightly modifed test of the one you did before

#

python -m venv ./venv
venv\Scripts\activate.bat
pip install mediapipe --prefer-binary
pip install opencv-python

kindred tinsel
#

I remember I saw something about installing the extension manually and using something about recursive modules or smth like that to install it in the webui

#

do i need this?

#

I think I did it last install on my old windows install

karmic crown
#

i would use that

kindred tinsel
#

okay Im going to test that venv thing

#

this is weird

karmic crown
#

if you manage to install opencv-python without errors, you are fine

#

that file is not from hell, it is from opencv 🙂

kindred tinsel
#

Both got installed

karmic crown
#

perfect

#

remove that folder

kindred tinsel
karmic crown
#

go to your installation

#

and remove venv

#

and run webui-user.bat

#

hopefully it will work this time

#

since you managed to install two packages that made a mess earlier

kindred tinsel
#

It is installing some requirements now again so we'll have to wait

sturdy ginkgo
#

someone know what this means:

lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc1.alpha lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc1.lora_down.weight lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc1.lora_up.weight lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc2.alpha lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc2.lora_down.weight lora key not loaded lora_te2_text_model_encoder_layers_0_mlp_fc2.lora_up.weight lora key not loaded lora_te2_text_model_encoder_layers_0_self_attn_k_proj.alpha lora key not loaded lora_te2_text_model_encoder_layers_0_self_attn_k_proj.lora_down.weight lora key not loaded lora_te2_text_model_encoder_layers_0_self_attn_k_proj.lora_up.weight lora key not loaded lora_te2_text_model_encoder_layers_0_self_attn_out_proj.alpha

#

ERROR diffusion_model.output_blocks.4.1.transformer_blocks.0.attn2.to_q.weight shape '[1280, 1280]' is invalid for input of size 409600 ERROR diffusion_model.output_blocks.5.1.proj_in.weight shape '[1280, 1280, 1, 1]' is invalid for input of size 409600 ERROR diffusion_model.output_blocks.5.1.proj_out.weight shape '[1280, 1280, 1, 1]' is invalid for input of size 409600 ERROR diffusion_model.output_blocks.5.1.transformer_blocks.0.attn1.to_k.weight shape '[1280, 1280]' is invalid for input of size 409600 ERROR diffusion_model.output_blocks.5.1.transformer_blocks.0.attn1.to_q.weight shape '[1280, 1280]' is invalid for input of size 409600 ERROR diffusion_model.output_blocks.5.1.transformer_blocks.0.attn2.to_v.weight shape '[1280, 768]' is invalid for input of size 1310720 ERROR diffusion_model.output_blocks.5.1.transformer_blocks.0.ff.net.2.weight shape '[1280, 5120]' is invalid for input of size 1638400 ERROR diffusion_model.output_blocks.5.1.transformer_blocks.0.attn1.to_v.weight shape '[1280, 1280]' is invalid for input

sonic ferry
#

CPU gen here so gonna be a while but why am I seemingly getting a lot of green after changing my prompt box color???

kindred tinsel
#

@karmic crown should I test by isntalling control net again?

sturdy ginkgo
karmic crown
kindred tinsel
#

nope, it started and its running, openpose editor 3d openpose editor both isntalled correctly from the available tab

#

Now im installing segment anything to see if this will work out sinceit also had errors before

karmic crown
kindred tinsel
sonic ferry
kindred tinsel
#

Im hoping I dont get any errors

karmic crown
#

i hope we finally solved your problem

sturdy ginkgo
#

might just be a CPU thing as it has to render those colors on screen so to save cpu cycles it uses those more, if you don't have a GPU

sonic ferry
#

Oops, CFG bumped up to 8 for some reason when I have originally been using it at 7. Could that be part of it?

kindred tinsel
#

@karmic crown it got upto here and hasn't thrown me any errors, idk if it died silently or somethying but its there thinking ig

karmic crown
#

give it some time

vocal burrow
#

looks good (still afk) so in the end it was indeed your python and you didn't fully uninstalled before

kindred tinsel
#

I think it was the windows thing, somehow it was probably overwritting something in the installation

#

fricking windows giving me those executables

sturdy ginkgo
#

go take a walk i would say 😄

kindred tinsel
#

ultralytics is that heavy?

sturdy ginkgo
#

stuff goes slower when you keep looking at it

kindred tinsel
#

HAHAHHAHA

#

true

#

fine I will go

#

this me, trying to not think about the pc

karmic crown
vocal burrow
#

yes my deer

kindred tinsel
#

if its a volvo it will slow down automatically

#

if not

#

ded

karmic crown
vocal burrow
#

already saved :p

karmic crown
#

i like that mac thing 🤣

vocal burrow
#

I wonder why

karmic crown
kindred tinsel
#

well I am scared

#

it hasn't moved at all

#

Not sure if the webui is dead or smth but it is stuck there

karmic crown
#

what you have in ui?

kindred tinsel
karmic crown
#

this looks fine

kindred tinsel
#

the check for updates command went through with no issue

half island
karmic crown
#

aplly and restart

kindred tinsel
#

This transformed into

karmic crown
kindred tinsel
karmic crown
#

ok, have some patience than

kindred tinsel
#

lmao literally a test case for how to fix this random cv2.pyd file

karmic crown
#

sell that, buy mac, use my script, wait 2 minute and you are done 🤣

kindred tinsel
#

No NEVER

vocal burrow
#

As long as you're patient and willing to learn we're usually ok banging our heads on the wall with you. Your suffering will help others.

kindred tinsel
#

quick tell me a model to download

#

like onw of the segment anything ones

#

This is a new error but I think its not related to the install of any library, rather to whatever settings i have

vocal burrow
#

yup probably wrong settings

karmic crown
#

exactly

kindred tinsel
#

yeah but which

karmic crown
#

as long as you do not have permissions erros like you did, it is fine

kindred tinsel
#

But okay this is something else, lets try control net as last thing THAT WAS FAILING hehe

#

there it goes, its fetching files from github rn,

vocal burrow
#

I haven't used sam in a while, can't help you off the top of my head (I'm still busy)

kindred tinsel
#

its okay (busy on a saturday? damn hard worker)

#

Mediapipe is still the tumor of this extension

vocal burrow
#

time to open a ticket, let the upper mind know

kindred tinsel
#

yeah idk what the hell is wrong with this extension but a ton of people have the same issue and there isn't an straightforward solution

vocal burrow
#

(still reading through it)

kindred tinsel
#

There is a commend at the bottom which seems like a good solution, installing in the venv the pacakges direclty and then installing controlnet again

karmic crown
#

and let me guess use --user?

vocal burrow
#

if you can install without it, it would be better

kindred tinsel
#

then reinstall through repository url and that it

karmic crown
#

good

kindred tinsel
#

For what i read yesterday it is an error with most if not all extensions that affect this library and make changes on the fly during windows installtions. Dreambooth users have the same issue

vocal burrow
#

dreambooth users have many problems.... Save yourself some troubles and do your training outside of auto1111 if possible

kindred tinsel
#

haha I cant even train 8gb of vram aint that much formodel, for loras possibly but idk any other places to train

#

through command line venv

#

Or this might be the error, How can I have the requirement already satisfied if the install failed? Therefore the webui already installed that thing somewhere during its own installation. And the thing was trying to change a dll file which I don't think you can on the fly without admin privileges or smth so that might be it

karmic crown
#

try to run web ui now

kindred tinsel
#

Web ui is in Installing from github

It works.

Okay so here is what we did so far:

  1. Clean, thorough,of python, be it user installed or the windows default links for python 3 that come with windows 11.

  2. Create web ui stuff and normally work, (the webui works fine even if you get those access errors, those only happen with control net)

  3. Once you install every other extension (if they give errors the most likely solution is to reinstall them using the following method), and some give you errors you do this:

3.1) Check in their github or in your command line what required libraries failed to install and save them somewhere, along with (if needed) the versions of them. Once you have done so head over to your venv

venv->Scripts

And run activate.bat in a cmd window

3.2) Write line by line each pip install command with the required parameters,
3.3) Then you can try to eithee resintall through extension list or by link

3.4) If everything is done like this I can say it might work ^^

#

Thought I might put it out there so you guys don't have to manually write all of that and pin it, if you want to use it ofc ^^

#

***on another note, now that I know how to do it im about to do it allll again to move this install to the c drive where it belongs

vocal burrow
#

Not pinning it because we're trying to keep the top pins clean.
But I'm making a note somewhere about it that controlnet deps versions might be broken atm for some users.

kindred tinsel
#

yeye ^^, as long as our painstaking half a day of troubleshooting helps someone else we did smth right

vocal burrow
#

basically installing every requirements like you did can work.... until some lib makes some drastic change from version n to version n+1 that the extension couldh'nt have expected.

#

that's why some extensions put a specific version of some libs in their requirements

#

And that's also why some extensions break everything by installing a specific version of a lib when everyone else is expecting a different version. I'm looking at you dreambooth

#

But hey. It works 🎉

sturdy ginkgo
#

TL;DR don't use the latest for everything 🙂

kindred tinsel
#

But the good thing is that you can update it through the list since it shows as being up to date, while I dont think drastic dependency changes will happen anytime soon. The entire thing is being held by four libraries, adding or removing would break a fuck ton of stuff

Unless the code is pretty flexible and the like but yeah my method is not as aafe as everyone would want

kindred tinsel
sturdy ginkgo
#

i use comfy so the manager monitors that and pretty sure will not install on conflicted versions

kindred tinsel
#

aaaaah well comfy does do that but a1111 is pretty bleak with that

eternal fox
sturdy ginkgo
#

try running commands with sudo

#

haven't used linux in a decade

karmic crown
#

do not run things with sudo UNLESS it is really necessary

karmic crown
karmic crown
eternal fox
sturdy ginkgo
#

Linux is very closed off on that regard

karmic crown
#

i was talking about a1111 and venv

#

do not run those things with sudo

#

of course you need sudo to install drivers

#

my linux server does not have GPU, and this is the only sudo command i used
sudo apt install python3.10 python3.10-venv

#

i do not count sudo -H -u www-data as use of sudo, since in normal installation that is not need i wanted to use a user with not login for installation, so i had to use some things that normal people not do 🙂

karmic crown
eternal fox
#

Guys one question

#

If you install rocm you don't have to install normal drivers

#

Right?

kindred tinsel
#

Quick question, is there a way to get the schduler methods like sgm_uniform, normal, exponential and the like that comfy has in the webui for testing?

eternal fox
vocal burrow
hallow latch
#

Hey

eternal fox
hallow latch
#

Can I remove these somehow?

#

Like, so that I only got like 3 options?

eternal fox
#

@vocal burrow @karmic crown

#

this is what i get

shadow willow
ornate elk
shadow willow
#

So how do I fix it?

#

I'm trying to download stable diffusion... Everyone told that it will go easy.

ornate elk
eternal fox
#

try using dmz and no firewall for a moment, and see if it works

#

dmz is in your router

#

firewall from windows

shadow willow
vocal burrow
ornate elk
karmic crown
eternal fox
shadow willow
eternal fox
#

i only have to install only rocm, or normal amd too?

ornate elk
karmic crown
#

"built in AMD gpu drivers"

shadow willow
hallow latch
#

This is my set COMMANDLINE_ARGS=--xformers --no-half-vae --listen

It takes me like 1 min and 40 sec to generate a image with 20 steps? I used to be like below 10 seconds. ??

shadow willow
#

Please stay with me @ornate elk

karmic crown
eternal fox
karmic crown
#

and rocminfo reports no drivers installed?!

eternal fox
#

yeah i dont know how that's possible

#

but if i do rocm show lib -a it says 6.0

karmic crown
#

byt that thing needs to work in order to continue

eternal fox
#

How is this possible that it doesnt work

karmic crown
vocal burrow
#

sudo lshw -c video

karmic crown
#

try this
/opt/rocm/bin/rocminfo

#

maybe it is just a path issue

eternal fox
shadow willow
#

I don't really think I have any working Anti virus, as well as VPN so I'm pretty sure it's the firewall

karmic crown
shadow willow
#

@ornate elk Yo how do I disable firewall???

vocal burrow
eternal fox
#

do i have to downgrade?

ornate elk
karmic crown
shadow willow
eternal fox
#

no 22.04

shadow willow
#

Central Europe

ornate elk
shadow willow
#

Why you asking me If I'm Asian

shadow willow
#

Okay nvm

#

Let's forget about it

eternal fox
#

i have kernel 6 @karmic crown

#

maybe i have to downgrade to kernel 5

ornate elk
eternal fox
karmic crown
#

this one said he solved that

shadow willow
vocal burrow
eternal fox
karmic crown
eternal fox
#

I'm trying something with the kernel now

#

Thanks guys I'm trying and I'll tell youc

karmic crown
#

this is your case i am afraid

vocal burrow
shadow willow
#

@ornate elk BRO IT WORKED

#

I changed the name of the folder to small letters

ornate elk
shadow willow
#

I'm watching a tutorial on youtube

vocal burrow
shadow willow
#

Damn I'm so hyped. I've waited like half year for this, I was always scared of this coding but It doesn't look scary at all

#

Or that I'm gonna have to download some large files

vocal burrow
#

rocm 5.7.1 should have support for 7900 XT / XTX btw iirc

shadow willow
#

@ornate elk Yo what does "checkpoint" mean? And do I have to download this?

#

What does the "weights" mean? Do I have to lift something?

vocal burrow
# shadow willow

"checkpoints" are "stable diffusion models" both are somewhat vague terms.
No you don't need to download any of these, you should already have the SD 1.5 model by default

shadow willow
vocal burrow
#

What model version to pick ? aka "what does those subtitles and weird letters in the title mean" ? (And yes they can stack up)

  • fp16 : model is using float16/16 bits to store its values. Making it lighter, easier on vram, will very slightly reduce the output "quality".
  • fp32 : model is using the "default" float32/32 bits to store its values.
  • inpainting : model is trained for inpainting specifically (will be worse than other versions when it comes to txt2img/img2im)
  • no vae : the model does not include a VAE => read description to see if you are required to use an additional VAE to get best results
  • baked vae : the model does include a VAE => do not use an additional VAE with it
  • pruned : model has been optimized to have the less impacting part of it removed, will slightly impact the output but not necessarily in a bad/good way.
    ==> tldr : if you've got a gpu with less than 8gb, download fp16 or pruned fp16 models.
vocal burrow
shadow willow
#

How do I download "LoRa" tho?

shadow willow
ornate elk
karmic crown
shadow willow
#

Not a bad one

vocal burrow
# shadow willow How do I download "LoRa" tho?

LoRa/Lycoris quick guide :
1/ Where do I put my LoRa : stable-diffusion-webui\models\Lora, Loras are NOT stable-diffusion model but rather patches for said models.
2/ How do I use my LoRa, you can either :

  • Invoke it directly in your prompt by using the following syntax <lora:filename:weight> (or <lora:alias:weight> depending of the setting in setting->extra network). eg : <lora:animeTarotCardArtStyleLora_v20Offset:1> for using the Lora animeTarotCardArtStyleLora_v20Offset.safetensors
  • Use the UI "Extra Networks" / card system by doing as described in my screenshot. Clicking an associated lora card should automatically insert the lora prompt liked mentioned above. https://cdn.discordapp.com/attachments/1002602742667280404/1191779742534348870/loraHowTo17.jpg
    3/ Be careful, LoRa are trained specifically for some SD version. Lora trained for SD1.5 (and derivatives) models will not load on SD2 models and vice versa (same goes for SDXL). Also even though Lora trained on SD1.5 models should work for every SD1.5 derivatives, they'll probably work best with the model that has been used for its training.
    4/ LoRa, LoHa, LoCon, what are these ? They're all commonly refered as "Lora" but differ slightly technically :
  • LoHa : Lora with hadamard decomposition
  • LoCon : Lora extended to redisual blocks.
  • More explanations : https://stable-diffusion-art.com/lora/, https://www.sdcompendium.com/doku.php?id=lora_0014, https://www.sdcompendium.com/doku.php?id=locon_training_0071, etc
shadow willow
#

Also thanks for the guide

vocal burrow
shadow willow
#

So Uh... I need to install these 3gb.

#

?

vocal burrow
#

yes

shadow willow
#

Crap biscuits.

vocal burrow
#

3.95gb to be more precise

#

yeah if you're living with 1998 adsl connection you're not gonna have a good time installing stable diffusion

shadow willow
hallow latch
#

My stable diffusion is really slow, never been this slow before? What do I need to do? Just a info is that i have re-installed windows and have not downloaded a lot .. So is it something that I may miss?

vocal burrow
vocal burrow
hallow latch
#

Log as in the console?

vocal burrow
hallow latch
vocal burrow
#

before that

#

copy the whole log in a .txt and dump it in there

ornate elk
shadow willow
vocal burrow
#

yes

shadow willow
#

This week Imma be upgrading my specs but for now I'm using 2060 rtx

#

I'm thinking of 4060-90

vocal burrow
#

make sure to set the correct command line to get the most out of your gpu

shadow willow
#

Uhh I already did the 4 steps

vocal burrow
#

ok ? but I'm pointing you at step 5 tho.

shadow willow
#

Could guide me through?

#

Where do I find the user bat

vocal burrow
#

though what ? I can copy paste here if you can't click the link nor the pins for some reasons .

vocal burrow
shadow willow
#

Which?

vocal burrow
#

your explorer doesn't show file extensions by default

shadow willow
#

Ohhh So It's a "batch" and not a "bat"

#

I clicked on it

vocal burrow
#

it's a .bat

#

but your explorer is hiding it

#

like I said, it's hiding file extensions by default

#

it's installing

shadow willow
#

I'm already installing the model

vocal burrow
#

and if it's installing just now you definitely didn't follow any guide / readme / tutorial / pinned message.

vocal burrow
vocal burrow
#

you'll be there for quiiiiite a while

#

see you tomorrow

karmic crown
vocal burrow
shadow willow
#

I think I'm quitting.

vocal burrow
karmic crown
#

default will have about 3-4GB

shadow willow
vocal burrow
shadow willow
#

Nah I'm not doing this coding shit

karmic crown
vocal burrow
#

connection is going kaput

#

if you're using wifi switch to a cable connection for more stability

shadow willow
#

For frank sake. Before I was using this colab link on google and everything was fine, until they've did an update so that free users can't use it anymore.

#

Aren't there other google colab links existing?

#

Can't life be that easy?

vocal burrow
#

don't know, I don't use colab. (partially because of it's unreliability)

shadow willow
#

Just copy and paste model url and that's it

sturdy ginkgo
#

you had to install linux/windows and a browser 😄

vocal burrow
#

There's no such things as "free gpu"

sturdy ginkgo
#

if you want single install SD get fooocus..no need to code ..just run the exe from desktop

#

you just get limited on what you can do

vocal burrow
shadow willow
#

Maybe If things were like that, Colab would still be real, but It's not. Because of yall incels abusing it on making hentai

sturdy ginkgo
#

keep it civil before you get banned

shadow willow
#

I'm serious, who are you

#

Did you like finish harvard?

#

Or hogwart for that matter?

#

That's what I Thought

#

You're a nobody.

vocal burrow
#

ok and now I am telling it to you too.

#

We're all here volunteering free time to help each others.

#

So yes let's keep it civil or you'll get bonked for sure. Let's not escalate this any further.

sturdy ginkgo
#

usually shows when using more than 3 lora’s or batch generating

vocal burrow
#

would need to see what settings you're using and full log

karmic crown
# sturdy ginkgo someone know what this means: > `lora key not loaded lora_te2_text_model_encode...

check this out, but i am not sure if that is the same problem https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5116#issuecomment-1330941281

GitHub

Is there an existing issue for this? I have searched the existing issues and checked the recent builds/commits What happened? Already up to date. venv "G:\StableDiffusion\stable-diffusion-webu...

vocal burrow
#

blind shot, it could be sd2 model with incorrect yaml, mixing lora with incompatible sd model, etc

sturdy ginkgo
#

ah..perhaps i had a sdxl lora instead of all sd15 in the stack

vocal burrow
#

yup

sturdy ginkgo
#

still figuring out how to setup more than 3 lora’s in comfy proper

vocal burrow
#

Theoretically you can mix and match some lora between different sd version.....
A subet of 1.5 loras do in fact also work on XL, those that trained the text encoder more than the unet should work with some limitations.
But in practice.... stick to SD15 / SD21 / SDXL across your whole pipeline and it should be fine.

hallow latch
#

Like this?

karmic crown
sturdy ginkgo
#

metadata

#

basemodel is inside the meta data

karmic crown
#

make sense, but what those "universal" have then there?

#

since i see a few loras with all models

#

for example

#

i always see those two, even they are trained on 1.5

#

i guess i should compare what they have with others

sturdy ginkgo
#

believe metadata can be set universal upon training if the dataset is on the lower resolution side so 512x512

vocal burrow
hallow latch
#

That was with some launch settings

#

I remove them and now same settings Time taken: 7.9 sec.

vocal burrow
#

what's your gpu ?

hallow latch
#

Something with --xformers --no-half-vae --listen slowed it down very much

hallow latch
vocal burrow
#

and can you screenshot your webpage showing all the settings you've used in your txt2img tab

hallow latch
#

4 Images with same settings now
Time taken: 31.0 sec.

#

Maybe something with --listen?

vocal burrow
vocal burrow
hallow latch
sturdy ginkgo
#

4 images in batch or after each other?

hallow latch
sturdy ginkgo
#

in batch is slower as it is generating 4 at once

vocal burrow
hallow latch
#

1 image took 1 min and 30 sec

vocal burrow
#

hmmm do you want me to make it go slower again ? :p

#

jokes aside

hallow latch
#

Well, it was faster after I removed those launch things ..

sturdy ginkgo
#

1920x1920 16-bit colorspace 😉

hallow latch
#

But maybe with --listen made it super slow?

vocal burrow
#

30 secs for 30 steps of DPM++ on 2080 hardware seems good to me

hallow latch
#

Yeah now it's good

#

But I don't know why it was so slow before

vocal burrow
sturdy ginkgo
#

it also depends if the model used is still in VRAM or RAM so it doesn’t have to load it in again

hallow latch
#

How do I know that?

sturdy ginkgo
#

keep an eye on the console window when you press generate and it should say loading ….safetensor etc

#

or just go to the loading bar

vocal burrow
#

by default it only keeps one model in vram at a time.

#

so whenever you switch model, you'll have to wait for it to load

hallow latch
#

So strange.. I added --listen to it now and work as before

#

I have no idea what happen

#

It was super slow yesterday to

#

and I did relaunch it couple times

#

``Time taken: 25.2 sec.

A: 3.25 GB, R: 3.72 GB, Sys: 5.7/11 GB (52.0%)``

vocal burrow
sturdy ginkgo
#

GPU cold maybe

hallow latch
#

Ohh.. I mean it works better

sturdy ginkgo
#

my 3060 takes a good 10 minutes of genning before it can go into it/s when i boot my pc after being off all night

hallow latch
#

First time it was this slow actually :/

vocal burrow
#

no idea... could be a lot of things but without proper reproduction steps I wouldn't waste any time trying to chase a ghost.

hallow latch
#

True

vocal burrow
#

you might have some bad caps on your gpu

sturdy ginkgo
#

pretty sure it is a win11 thing

vocal burrow
#

I don't have it and I've never heard of anyone having it around here

sturdy ginkgo
#

gpu is at about 23°C on when i turn my pc on in the morning

#

when genning it goes to 58°C after 10 minutes or so and stays at around 38°C on idle

vocal burrow
sturdy ginkgo
#

curves are wack i think

vocal burrow
#

too cold would be "getting close to condensation" kind of temperature. So under 10°c.

sturdy ginkgo
#

gpu tuning took a good 90 minutes after i installed this card 😄

#

no biggie ..it generates just fine

#

can run all my games and do VR at 120hz easily

vocal burrow
#

ok then, just letting you know "no that's not normal"

sturdy ginkgo
#

my pc is never normal ..hahaha was running elden ring on my 1070 at 100+ fps ultra settings with only some hiccups when entering a new zone at 1080p

hallow latch
#

Uhm, anything I can do?

#

I tried to run a Prompt with Interrogator

#

Console just says

lavish meadow
#

fellas question, how can i get the best i want from both prompts?

#

example i like counterfeit but also like olympus

#

@ornate elk

kindred tinsel
#

Does anyone know how to fix this, I am running into our of memory errors with 8gb vram. For instance I send in a series of 10 images and it fails on the eight image out of memory. I am using the standard webui user bar arguments that are in the pinned section but I was wondering what I could do (be it extension or command line arguments) to avoid these errors but without going down to low ram which would kill my generation time

ornate elk
kindred tinsel
#

Wait how?

#

Tiled diffusion for generation or tiled vae for decoding?

#

Also doesn't tiled vae lower image quality cus of the way it works?

lavish meadow
#

and when i used to use it i didnt notice any bad side effects

kindred tinsel
#

Dude I’m here asking because that doesn’t work on 8gb of vram unless you want to be opening and closing the webui (with its launch time) every single time.

ornate elk
#

Only use tiled vae

#

When you upscale

#

Its needed for AMD to not get out of vram that fast when using hires fix

#

With 8gb vram you should use --lowvram

#

Also dont go over 225 tokens

kindred tinsel
#

So if I use that should I turn it on while also using high res fix?

kindred tinsel
ornate elk
#

for amd its everytthing below 8 on windows

kindred tinsel
#

Ah man, if I do that I’m going to be left at generations of minutes instead of seconds. God….. well I guess I will try that out, see if the memory assistant also helps but thanks for the info

ornate elk
#

you maybe only able to upscale by 1.5

#

for your gpu i would recommend upscaling img2img to not get out of vram

kindred tinsel
#

Yeah, the only thing that worries me is that I sometimes leave batches of 30 images to then upscale the best, but rn its failing after eight or sometimes after 20, like randomly, I might have to keep to webui-user.bat files, one for batch with lowvram and one for faster single image generation

simple tartan
#

yea, I'm definitely going to add an a4000 to my pc, doing SD on the AMD and LLM on the CPU is killing me... I can generate 8 images before I get a text response....

simple tartan
kindred tinsel
#

but would that even work?

#

Oh wait I got what you mean

#

keep it open edit and then relaunch, I thought you mean change as I need during execution lmao

simple tartan
#

nah, change and save, then run, which you can do all from inside Code

kindred tinsel
#

Okay I overclocked my vram lets see if that does something

#

and also I will use that technique yeah, thank you ^^

ornate elk
#

I think it works with rocm

simple tartan
#

i'm running it in windows on CPU

#

but if i get an a4000, i can use taht for ooba, and the 7900XTX for SD

kindred tinsel
#

you guys know what could';ve happened in here, literally jumped from 2.82s to 77s per iteration

umbral compass
#

Do I need to download the Controlnet Lora separately for Comyfui? All of my checkpoints from Auto1111 is there in Comfyui when I linked it by editing the extra_model_path.yaml, but the Controlnet doesn't seem to show any LoRa or is hard to use.

Also, so Auto1111 Mikubill Controlnet can't be used for Comfyui. I had to install another form of Controlnet preprocessor.

ornate elk
kindred tinsel
#

there is the steam launcher, but i think its something about the console since clicking on it updates the render cycle and it shows the new speed and all that

simple tartan
# ornate elk Ahh okay

plus, its the last step from making this machine the ultimate beast, well... unless I fill all 4 M.2 slots with 4TB drives 😄

simple tartan
kindred tinsel
#

Okay so far no fails, 10 generations out of 30

hallow latch
#

Is it possible to have Interrogator clip models stored on the PC to avoid having to load them in everytime?

lavish meadow
#

I keep getting two women in my thing when I have in negative multiple

#

How do I stop that?

hallow latch
ornate elk
lavish meadow
simple tartan
#

it also explains why my SD crashed on a generation, immediately after running 100% same parameters

hallow latch
# lavish meadow 768x640

Bigger size can make ai generate two.. but you can try.. Solo, 1 female, 1 girl as prompt to try

lavish meadow
hallow latch
#

If you got time :3

hallow latch
kindred tinsel
#

Huh @ornate elk do you know why a gpu could just kinda stutter like it gets stuck out of nowhere on a generation step say 7/20 and without intervention from me by touching the screen or keyboard it gets stuck there

hallow latch
#

So .. I have noticed that my prompt are slow sometimes like 1 image is 1 min and 30 sec... I don't know why but I just noticed .. This only happens after I have loaded in a Interrogator clip model!

Only 1 specific one as far as I know right now..

If I use the Clip Model ViT-bigG-14/laion2b_s39b_b160k and use it to get prompt my 1 single runs takes 1min and 30 sec~ isch..

If I restart my stable diffusion and don't run it.. it takes about 20-30 sec for 4!! images!!

ornate elk
kindred tinsel
#

maybe this could be? Im not entire sure but rn that it is in full screen its running without issue lmao

lavish meadow
hallow latch
kindred tinsel
#

I aslo have amd adrenaline pro to monitor gpu stats better so maybe that

ornate elk
kindred tinsel
#

basically this, im not so sure if all of that would cause stutters

ornate elk
#

no if they are all minimized its okay

hallow latch
rotund lava
kindred tinsel
rotund lava
kindred tinsel
kindred tinsel
#

Cs1o's guide here helped a lot when setting it so it was actually was fast and not dog water

ornate elk
kindred tinsel
#

Yeah all of them, canny, all of the controlnet preprocessors, depth, even that iweird thing that puts all of the colors in high contrast for mapping, line art and anime thingies too

#

Im only surprised that ipadapter doesn't

#

Maybe Ill run some other tests on it later and see if it actually just needs a little tweaking

ornate elk
kindred tinsel
#

It doesn't do anything rather than throw an error

#

in failed diffusions I sent an image of what the output of one generationw ith ipadapter was

kindred tinsel
#

yeah, I installed in the morning through the install from url section

ornate elk
#

wait lol

#

you dont install it trough extensions xD

#

its a controlnet model

kindred tinsel
#

I have these in preprocessors but models I downloaded all of the ones in the page but nothing came out

#

I might be making a mistaqke so mind linking me to those models then?

kindred tinsel
#

Thank you! Ill put them in the controlnet models folder and comment on the results ^^

ornate elk
kindred tinsel
#

lmao I will

lavish meadow
#

when you merge a model, what does primary model, secondary model and etionary mean and ow do they work?

#

Cause i like the pop of this

#

but the other model dosent do detail aswell as this one its a pastelmix and counterfeit mix

#

the one in the img above

#

gening one made in olympus now

#

but i also like the look and vibrance of this

#

but it misses alot of the detail

#

how do i get the vibrance from that to the as i call is pastelcounter model?

fair oxide
#

Hjelo, i could use some help since im a bit of a novice and there arent much i understand. I tried downloading the EasyFluff model, but everything ended up being really "deepfried" and had heavy contrast. I looked at the installation bit and reading the tutorial, it got me hella confused, so i could use some assistance.

#

when responding, could yall reply to my message so it doesn't get lost

hallow latch
#

I am not sure if this is really Tech Support.. But how can I save Size, steps and sampling settings so that I always start with it?

#

I try to create one but i can only get it to work with prompts ..

lost crescent
#

Make a photo with these settings - drop that photo into ComfyUI/A1111 and the settings will install?

lost crescent
#

Dunno, mine seems to have stopped recording my prompts! And it used to do it so well!

willow zodiac
#

error using ControlNet_aux and the MiDas Depth Map, can't find path specified in C:\Users\$%^&@#\Documents\StableDiffusionAI\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel/Annotators\cache\models--lllyasviel--Annotators\snapshots\982e7edaec38759d914a963c48c4726685de7d96'. I uninstalled and reinstalled and still get the same error. Any help is much appreciated.

unborn vigil
#

Hey all, I can't seem to get xformers to work in dreambooth. I have the CL Args set as --xformers, and I can see the xformers 0.0.20 version at the bottom of the webui. But I can only select "default" under Memory Attenion... version: 1.7.0  •  python: 3.10.6  •  torch: 2.0.1+cu118

cobalt lark
#

whats the latest version of python sd runs on?

#

i remember that 3.11 didn't work yet when i used it

ornate elk
cobalt lark
ornate elk
karmic crown
karmic crown
#

"txt2img/Sampling steps/value": 20

with

"txt2img/Sampling steps/value": 24

or whatever you want

hallow latch
karmic crown
#

you can change whatever you want

#

there as a million settings there

hallow latch
#

Well, some models I wanna use certain size or steps etc:D

karmic crown
#

"txt2img/Width/value": 512,

hallow latch
#

Like to start with, I may change some stuff

#

But thats for all?

karmic crown
#

this will change the defaults

#

(when you just open webui)

hallow latch
#

Yeah

#

But no way to have several settings?

karmic crown
#

actually there should be an extension for what you want

#

i guess you want this

rugged compass
#

anyone know why my upscale by option is perma blurred out?

jagged flicker
#

what should i do now?

karmic crown
# jagged flicker what should i do now?

go to extensions tab, then available and click load from button
type the name of extension and click on Install
when finish, go back to installed tab and click on apply and restart ui button

jagged flicker
#

ty i will try to find controlnet now

#

raise ValueError("Reference at %r does not exist" % ref_path) it says

chrome rampart
#

question. is it bad that when i look at stat GPU i see peak above 100% for for TDP? More powersupply is 650W which should be ok for 3060 card

jagged flicker
#

GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --filter=blob:none

#

where should i download sd? is there a specific location?

karmic crown
#

have you installed git as one of the steps?

jagged flicker
#

i used automatic 1111

karmic crown
#

automatic1111 = webui

jagged flicker
#

i did it

karmic crown
#

downloading zip is not a proper way to install it

#

what GPU do you have?

jagged flicker
#

my files name has ö letter so

karmic crown
#

which OS?

jagged flicker
#

now its installed

#

ty for support

#

3060 12gb and windows btw

karmic crown
#

do not foget to download controlnet models

jagged flicker
#

ty for support again

karmic crown
#

i hope i didnt missed any (1.5, sdxl and ipadapter)

ornate elk
# rugged compass

Try denois at 0.45
15 hires steps
And upscale by 2
Dont use custom resolution

rugged compass
#

whenever i try adjusting the scale bar it is still greyed out

#

i dont want to use custom resolution

simple tartan
#

so when i leave another gradia service running and start SD, it opens on port 7861, which is great, but NOTHING seems to work, perhaps I should force the port?

#

or i just use comfy alongside the other service, since comfy is on some other 8000 port range

ornate elk
ornate elk
#

It needs to be a port in the high range

simple tartan
#

yea, just wondering if i should even bother, from what i see, once you master A1111, you move to comfyUI anyway

rugged compass
ornate elk
# simple tartan yea, just wondering if i should even bother, from what i see, once you master A1...

Not for me xD I never switch fully to comfyui. I dont like that you can waste so much time for making the perfect workflow when I just want to generate some images.
Also everyone has different workflows in comfyui so you never know if yours is even good or what others do better.

But i make images just for fun.
If your on the professional site using comfyui giving you the full Control of everything is perfect.

rugged compass
#

guess i'll just do a fresh installation

ornate elk
rugged compass
#

👍

simple tartan
ornate elk
#

Its not compatible but they may rewrite the whole extension

simple tartan
#

I haven't got that working, so I've been playing with sdxl's

rugged compass
#

for some reason in the ui config json, the value is randomly set to false instead of true

#

wtf nvm it broke again

ornate elk
rugged compass
#

good point if it happesn after the reinstall i'll try it

strange thunder
#

Is there a way to make adetailer "skip" when you use the "skip" button? It is always, for example, filling in faces on a seed I want to skip and its just time and space wasted.

Also, is there a way to get a filename to say something like "after adetailer" or "adetailer used" like images saved before it goes into effect have the wording "before adetailer"?

willow zodiac
#

I am having issues with my ControlNet nodes. It is not finding path in the Illyasviel folders. It is happening with HED Lines node and MiDaS Depth Map at least. Anyone else have this problem or an idea of what I need to do to fix it?

warm tusk
#

I can't seem to get automatic1111 to work remotely today. After I log in it loads for about 30 seconds and then says connection errored out. Upon reloading it says there is no instance running right now. Local (via splashtop) works but is very clunky and hard to use.

ornate elk
warm tusk
ornate elk
warm tusk
#

Can you set a password with listen?

karmic crown
#

try with --no-gradio-queue

ornate elk
karmic crown
#

it use http requests instead of websockets, but i have no idea if that works on windows

karmic crown
#

if you use listen behind reverse proxy, you can add authentification on apache/nginx

ornate elk
karmic crown
#

that is absolutely bad practice

warm tusk
ornate elk
karmic crown
viscid flax
#

im trying to set up stable diffusion but it gives me an error which says couldn't clone stable diffusion xl

#

can anyone help?

karmic crown
viscid flax
#

rtx 2050ti, windows

ornate elk
viscid flax
#

3050**

warm tusk
#

It does almost the same thing on chrome which doesn't support adblocking of any kind (short of using something like nextdns). No error message but it doesn't work and on a reload says no instance is running.

#

Perhaps gradio is just being cranky today?

ornate elk
ornate elk
karmic crown
#

let me check

#

i am starting my linux instance with share

#

give me a second to try

ornate elk
#

some networks can be very restrictive

karmic crown
#

for some it currently install everything, like i never run it before, maybe i removed venv for some testing and forgot

ornate elk
viscid flax
#

thats the one i had

#

i just downloaded 3.10.11

karmic crown
#

you need 3.10

viscid flax
#

now im trying it again

karmic crown
#

my advice is to remove 3.12 unless you really need it

#

since it will make things more complicated if you leave it

viscid flax
#

remove it how?

#

k i deleted it

warm tusk
karmic crown
#

it works fine for me

#

it is extreamly slow, since there is no GPU, but it works fine

karmic crown
karmic crown
viscid flax
#

i tried it again

#

but it still gives the same error

viscid flax
viscid flax
karmic crown
#

that one is not from the guide CS1o made

vocal burrow
karmic crown
karmic crown
#

do not install inside onedrive as he said, onedrive sync will make a total mess

viscid flax
viscid flax
#

can i download it anywhere else?

karmic crown
#

as long as it not inside onedrive, google drive, dropbox or similar

vocal burrow
willow zodiac
viscid flax
#

i dont remember it gave me that option

karmic crown
viscid flax
#

yep

#

did it

karmic crown
#

open cmd window
and check if those works

python --version
pip --version
git --version

viscid flax
#

C:\Users\cemtu>python --version
Python 3.10.11

C:\Users\cemtu>pip --version
pip 23.0.1 from C:\Users\cemtu\AppData\Local\Programs\Python\Python310\lib\site-packages\pip (python 3.10)

C:\Users\cemtu>git --version
git version 2.43.0.windows.

karmic crown
#

perfect

viscid flax
#

i moved it to program files

warm tusk
karmic crown
#

i had problem with infinite image browser that does not work over network (even local one) but ui works fine

karmic crown
viscid flax
#

i think thats the one i downloaded

karmic crown
#

since your python and git works, skip those steps

#

start from this step

Make a new Folder on your Drive (not on Desktop, Downloads, Documents, Programms, Onedrive) and name it Ai for example:
C:\Ai\

viscid flax
#

oh ok

karmic crown
#

as Aryetis said yesterday, as long as you are willing to learn, and to listen, we will give our best to help you

viscid flax
#

i followed another guide i found on youtube

#

and the guy said download the sd.webui file

karmic crown
#

CS1o made a guide that is really simple and easy to understand

viscid flax
#

and run the bat file

#

should i delete it?

karmic crown
#

and you will be able to update your webui whenever you want

karmic crown
#

you can rename the folder

#

but if you havent downloaded any models, loras... just delete it

ornate elk
#

Then you won't have any problems in the future

viscid flax
#

yeah i deleted it

karmic crown
#

"Make a new Folder on your Drive (not on Desktop, Downloads, Documents, Programms, Onedrive) "

#

so not in program files (programms)

willow zodiac
#

@ornate elk I may have made my file path too long. I moved it up much closer to the C: drive and they worked.

ornate elk
#

idk if it would helped but in python installer there is also an option to disable file path limit for windows

ivory bramble
#

Anyone know what this means? It's in my webui-user.bat cmd terminal thing Traceback (most recent call last): File "C:\a1111\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir self.load_from_file(fullfn, fn) File "C:\a1111\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file embedding = create_embedding_from_data(data, name, filename=filename, filepath=path) File "C:\a1111\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 284, in create_embedding_from_data if 'string_to_param' in data: # textual inversion embeddings TypeError: argument of type 'NoneType' is not iterable

willow zodiac
ornate elk
ornate elk
karmic crown
#

based on his questions on promting help, to use

willow zodiac
carmine sand
#

does anyone know where I can get models optimised for olive?

willow zodiac
#

Does git install LFS have to be installed in each folder or does installing once act globally? If not global, does it have to be done each pull/clone...?

ornate elk
ornate elk
#

Olive is faster but without it you have more usability.

white thorn
#

Hello there, I have an issue with Lora training. Im using Kohya for training and A1111 to test them. (win11 RTX4080 16Gb vram) . everything seems to work when using Network rank and Network alpha at 8 but I get a lora file of 8 to 10Mb .

I saw many people recomand 128 in both but when I use 128 I get a "NansException: A tensor with all NaNs was produced in Unet"
I tried to disable nan check , set it to float 32 in settings and no half but nothing fix it and this is only with my loras at 128 network rank and network alpha not other loras or any other image I create with my a1111.

So if anyone have advice regarding this .. I take it ! Ty !

ornate elk
ivory bramble
#

Hi all, wondering if my system is sufficient enough to be running A111 smoothly:

EVGA GeForce GTX 1080 Ti 11GB GDDR5X
G.SKILL TridentZ 3000 Mhz 16GB (2 x 8GB)```
I built this in 2018 so it's a bit dated
#

and also with the 1080ti, do I need to use low-vram parameter?

karmic crown
#

since you have 11GB, i guess --medvram-sdxl would be fine

ivory bramble
#

What is the sdxl?

karmic crown
#

chek CS1o's guide for nvidia in pinned messages of this channel

ivory bramble
#

I'm bookmarking so many guides today lol

ornate elk
karmic crown
#

this basicly says = use medvram only for sdxl models, but not for 1.5 based models

ivory bramble
#

I found your guide. Awesome!

#

Ty

#

I might have to re-install if I have the wrong version of python hmm

carmine sand
ivory bramble
#

"Python 3.10.11, 64bit: (any python above or 3.10.6) Not 3.11, 3.12 " how do I find out which version I have?

ornate elk
delicate hornet
#

Como creo una imagen?

carmine sand
karmic crown
eager ingot
#

Hello I am trying to get to terms of service but everything is blacked out?

ivory bramble
#

Oh it says "Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]"

ivory bramble
#

Ok awesome

karmic crown
ivory bramble
#

Any tips or tricks to make generations a bit faster?

karmic crown