#π€ο½tech-support
1 messages Β· Page 43 of 1
that works, but reauires a lot of vram
I have 12 , is that enough?
should work yes
thanks, I will try it
This is the third time to tried to request to fix my bugs
And I am stuck in this issue for 1 week.
@ornate elk I see that AnimateDiff is a very different extension
with mov2mov and Reactor you paste a video and a image, and the AI will try to deepfake the person in the video
ah okay
WARNING: Ignoring invalid distribution -orch (c:\users\asus\downloads\stable-diffusion-webui\venv\lib\site-packages)
where did this come from?!
i would delete venv and let a1111 make it again
@ornate elk for those like me want to use mov2mov before they will update sd you can put a Git reset --hard cf2772f in the webui-user.bet
sorry bat
nah thats not working
@night orchid what error do you have? and why revert to 1.7.0?
which one?
remove the whole venv folder, it will be created again on launch
@karmic crown https://github.com/Scholar01/sd-webui-mov2mov/issues/135
thats why
show me the log
i want to see exact error you are getting
it is probably the same problem as deforum had, and we fixed that
actually, the same cause, maybe not the same error
@karmic crowni am realy gretfull for any help, but there are no log
?
the console log,
cmd window
nada
no errors? just nothing happens?
yepp
There has to be something
SD 1.8 broke the mov2mov
if there is nothing i think i know what is the problem
send the full log even if you don't see any errors
Ok nice, i will do that
I am going out, I will try when I come back, thanks for any help today
I am trying to use img to img grpc python and the api returned the response:
answer_id: "error"
request_id: "e66e1dfd-8ca4-4ab3-b25f-6d7e7d2eb1c5:0"
received: 1709905532939
created: 1709905532951
What am I doing wrong here may I ask?
thanks it works
Hard to say without seeing the code and/or request.
And even then I don't use api so I can't promise anything
i just checked, there is NOTHING π
and reverting back to 1.7.0 with hard reset works
git reset --hard cf2772f
yeah but there has to be a log of some sort
at least so we can check if the install has gone wrong
for it to be empty at runtime, sure ....
we fixed that for deforum
button was unclickable
here you can click button, but it does nothing
give a few minutes to try to find the buttons and to add that new one
try to run it with '--loglevel INFO' or even DEBUG
as i said, i know exactly what is the problem
when we fix this in deforum i will add a link to the ticket what is the problem and how to solve it, but i do not want to make a PR for this, since i do not feel comfortable enough to make a PR for something i used about 2 minutes so far
but it works without a problem with the changes i just did
intresting
looks like it works on 1.7.0 too
maybe i submit PR after all
I have a problem, I get large lag spikes or like it is stalling at the end of the generation process on large images, it's been stuck at 98% for two minutes
I'm using an sdxl model
I'm also using a1111 forge
okay well it finished but it took a lot of time for some reason
OK, I made a PR to fix mov2mov on 1.8.0 π
Does the size of the image have something to do with finalization of the image?
looks like mov2mov creates a panel in a different way than some other extensions, which eliminates the need for complicated changes we were testing for deforum, i sent this to deform devs to check if they can simplify their code with this
what is kohya hrfix?
i just openned and updated Stable diffusion automatic 1111 and it made a lot of changes, now its saying this error when i try to do a basic generation "NotImplementedError: No operator found for memory_efficient_attention_forward with inputs: query : shape=(2, 4096, 8, 40) (torch.float16) key : shape=(2, 4096, 8, 40) (torch.float16) value : shape=(2, 4096, 8, 40) (torch.float16) attn_bias : <class 'NoneType'> p : 0.0 cutlassF is not supported because: xFormers wasn't build with CUDA support flshattF is not supported because: xFormers wasn't build with CUDA support tritonflashattF is not supported because: xFormers wasn't build with CUDA support triton is not available requires A100 GPU smallkF is not supported because: xFormers wasn't build with CUDA support dtype=torch.float16 (supported: {torch.float32}) max(query.shape[-1] != value.shape[-1]) > 32 unsupported embed per head: 40"
the update seemed to install and uninstall torchvision but im not good with this stuff
what s the full log ?
does this help?
some forums are saying reinstal xformers
or putting !pip install --pre -U xformers in the file edit
the full log please , from the beginning
yup
this after restarting the command and ui
WARNING:xformers:WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.0.0+cu118 with CUDA 1108 (you have 2.1.2+cu121)
Python 3.10.10 (you have 3.10.11)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
=================================================================================
You are running xformers 0.0.17.
The program is tested to work with xformers 0.0.23.post1.
To reinstall the desired version, run with commandline flag --reinstall-xformers.
Use --skip-version-check commandline argument to disable this check.
=================================================================================
its been around a month since i run the wbf file
don't ignore errors even if they re """"just at startup""""
imk not verse in this stuff, so is it saying reinstall xformers
use the --reinstall-xformers once to reinstall xformers, then remove it and see how it goes
ok so
what s in your webui-user.bat file (edit it with notepad) ?
ok just copy that into the command?
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--reinstall-torch --xformers --autolaunch --api
git pull
call webui.bat
add --reinstall-xformers to the set COMMANDLINE_ARGS line
relaunch webui-user.bat once
like this?
then re edit it and remove both --reinstall-xformers and --reinstall-torch
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS--reinstall-xformers to the set COMMANDLINE_ARGS
git pull
call webui.bat
sorry ill need an example
what
1/ edit it like this
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--reinstall-torch --reinstall-xformers --autolaunch --api
git pull
call webui.bat
2/ run it, close it
3/ edit it like that
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers --autolaunch --api
git pull
call webui.bat
thanks ill try that
i followed and it says the same error
NotImplementedError: No operator found for memory_efficient_attention_forward with inputs: query : shape=(2, 4096, 8, 40) (torch.float16) key : shape=(2, 4096, 8, 40) (torch.float16) value : shape=(2, 4096, 8, 40) (torch.float16) attn_bias : <class 'NoneType'> p : 0.0 cutlassF is not supported because: xFormers wasn't build with CUDA support flshattF is not supported because: xFormers wasn't build with CUDA support tritonflashattF is not supported because: xFormers wasn't build with CUDA support triton is not available requires A100 GPU smallkF is not supported because: xFormers wasn't build with CUDA support dtype=torch.float16 (supported: {torch.float32}) max(query.shape[-1] != value.shape[-1]) > 32 unsupported embed per head: 40
ok what s the full log now ?
i exited command ill do it again and post
not sure if the model matters
i started it all years ago and have had to fix it every update to this point and always forget to turn off auto update
you need to update your extensions,
after that delete the venv folder and relaunch
i see deforum here, and viking typing xD
i dont use deforum so i can do that. so update all extensions? and sorry im not good at typing
oh the person haha my bad, all help welcome
My OCD is in the red zone when I see --autolaunch without --listen or --share π
it is used to open webui only when it is not opened by defult, and that is with share or listen π
im new to this stuff and only know the basics of setting it up
it was nothing against you
i am just fascinated how some people who are "experts" advice new users to add usless things
yes update all the extensions in the extension tab
"Check for updates", wait until its done and close, then delete the venv folder and restart the webui-user.bat
ok so hold on
ok repeat step1 and send the full log of that
so i do it right am i removing from here?
I fixed deform and mov2move to work on 1.8.0
maybe I should start accepting wishes to fix nonworking buttons on 1.8.0 on different extensions π
no in the webui
there is a tab called extensions
even before thinking about updating extensions I d say it s best to get your auto1111 to boot without any errors.
oh i see, i do contrlnet and that all
one step at a time
its faster to update and deleting the venv
will probably fix all
200% agree
this is easier and faster π
that s one way to go too :p
ok just incase ill do a reboot and send logs then try the updating and ven del
after a image gen
same proccess as image
I don t see --reinstall-xformers in there
Launching Web UI with arguments: --xformers --autolaunch --api
send the batch file note edit?
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers --autolaunch --api
git pull
call webui.bat
where is --reinstall-xformers ???
told you
it was step 1
1/ edit it like this
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--reinstall-torch --reinstall-xformers --autolaunch --api
git pull
call webui.bat
you need --xformers for --reinstall-xformers to work
oh sorry i followed the steps you sent and copied the second option back in
oh
f it
go to step 3
delete venv folder
relaunch it
update extensions
have fun
I have to go soon anyways, it will be easier this way XD
its working with the edit @echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--reinstall-torch --reinstall-xformers --autolaunch --api
git pull
call webui.bat
image gen is running again, ill update my extension toojust to be safe. you guys have all been a great help, how can i thank you?
whats your gpu btw?
make sure to remove --reinstall-torch --reinstall-xformers
and add --xformers
just a 2060 haha thank you so much
AssertionError: We do not support vanilla attention in 1.13.1+cu117 anymore, as it is too expensive. Please install xformers via e.g. 'pip install xformers==0.0.16'
but i have same xformers version
which version ? the 8 or 12gb vram version ?
what s the full log ?
i think 12
Hi, what could I input as an addition in a prompt in order to assure that only a single animal or human appears in my final image? All the things I tried so far didn't work sadly.
better
Seen at the very beginning of the log
==============================================================================
You are running torch 1.13.1+cu117.
The program is tested to work with torch 2.1.2.
To reinstall the desired version, run with commandline flag --reinstall-torch.
Beware that this will cause a lot of large files to be downloaded, as well as
there are reports of issues with training tab on the latest version.
Use --skip-version-check commandline argument to disable this check.
==============================================================================
so yup use --reinstall-torch once to update to the proper version, then remove it
please ask that in #πο½prompting-help this channel is for technical issues, thanks for understanding
- "multiple humans, multiple animals" in negative prompt
- make sure you re using a resolution adapted to the model you re using (no 1024x1024 native for sd15 models)
- use controlnet to constraint the output of your subject to a certain pose
- use regional prompting to restrict your subject to one part of the image
- etc
and yes, please ask in #πο½prompting-help for more details on that
Thanks for the answer and sorry about using wrong channel π
np, happens all the time
okay i did it what can i do now
if you reinstalled those moduls try to run a1111 again
does it work? any errors?
please run pip3 list and show me what you get
`Package Version
filelock 3.13.1
fsspec 2024.2.0
Jinja2 3.1.3
MarkupSafe 2.1.5
mpmath 1.3.0
mypy-extensions 1.0.0
networkx 3.2.1
numpy 1.26.4
pip 24.0
pyre-extensions 0.0.23
setuptools 69.1.1
sympy 1.12
torch 2.2.1
typing_extensions 4.10.0
typing-inspect 0.9.0
wheel 0.42.0
xformers 0.0.16`
and pip3 --version
pip 24.0 from C:\Users\berka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pip (python 3.12)
that is fine, as long as you have 3.10 installed as well
Launching Web UI with arguments:
I don t see --reinstall-torch in the list of arguments
i think it would be better just to remove venv and relaunch
you do launch sd using webui-user.bat, dont you
especially if he is launching or editing the wrong file
it s always the easy solution yes. But I prefer to educate people when I have time for it. Plus it saves them some time as they don t have to rebuild the whole thing
uh i launch run.bat
ok and where did you put --reinstall-torch then ?
cmd
i guess i am forgetting that some people have much slower connection and computer than me
i am used to installing the whole a1111 from scratch including downloading of default 1.5 model in under 2 minutes π€·π»ββοΈ
(even with purged cache) π
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.0+cu121, 2.2.1, 2.2.1+cu121) ERROR: No matching distribution found for torch==2.1.2
that s not a command tho. it doesn t go in cmd
i got this error when i start with webui-user.bat
it s a command line arguments, it goes in webui-user.bat
at the set COMMANDLINE_ARGS= line
do i need to do this?
- is important
yes, and what s your gpu while you re at it ?
oh yes you re missing one -
this is not good --reinstall-torch
rtx 2080 ti
--reinstall**-**torch
okay tysm
ok then throw --reinstall-torch --xformers in there
run it once like this
then go back to it and remove --reinstall-torch
well it said it all,
INCOMPATIBLE PYTHON VERSION
This program is tested with 3.10.6 Python, but you have 3.12.2
so uninstall python 3.12.2, install any compatible python (any python from 3.10.6 to 3.10.11), delete the venv folder sitting next to webui-user.bat
make sure to tick the "add to path'' checkbox during installation
(time for me to commute back home, see you in a bit)
This program is tested with 3.10.6 Python, but you have 3.12.2.
Anyone know how to reset gradio config within python? Ran the wrong command now nothing works. Even after reinstalling
delete the config.json and the ui-config.json for a full settings reset
Appreciate you as always!
OpenPoseXL2 worked, then I restarted A1111, it didnt work (same settings), restarted again, works again. Magic. Though the preview is not loading so I cant edit
dont worry, its ridiculously common. AI projects with use torch which is way behind in python.
I noticed when I compared my performance with other users who have the same hardware that it's very low
on 512x512 sd 1.5 i am getting max 14 it/s on 4070ti
Where I saw other users get over 30
on 1024x1024 sdxl it's under 2 it/s
Default installation of a1111 didn't mess with anything
Any ideas for what could be the reason?
Have you seen this error? PermissionError: [Errno 13] Permission denied: 'C:\Windows\System32\config\BBI'
Lol... I'm not THAT braindead. I'm trying to run Gradio deploy and that is the error
1/ radeon 780m isn't a proper gpu so most likely it's only using your cpu at the moment
2/ 1920*1080 is a really high native resolution to ask for
=> yes
gotcha, thanks
I just read it is better to generate at a lower resolution and then upscale
get lighting / turbo model they allow to generate at much lower steps too
Hi, I noticed a problem in version 18. When I take a photo and want to save it as a preview for that model in the Lora section, it doesn't save it for me. I have to recharge the Lora every time and it appears, which has never happened with the other versions
just for informational purposes
then if there is a solution, even better π
Your missing the performance args in the webui-user.bat
Nothing,
in the webui-user.bat you need to add --xformers --no-half-vae
To the COMMANDLINE_ARGS=
no
also with --xformers will alter the randomness of your output. It won't affect the quality tho.
--xformers is a library that optimize some math stuff. --no-half-vae actually slows you down but ensure that you won't get nan error at the end.
so i am trading the ability to reproduce results
for speed?
is that what randomness means
kinda yes.
The composition should still be the same overall most of the time.
Yea and the reproducebility is like 99%
that is more than favorable
welcome
I wanted to try your fix for mov2mov, but now I get errors
venv "C:\SD-Zluda\stable-diffusion-webui-directml\venv\Scripts\Python.exe"
WARNING: ZLUDA works best with SD.Next. Please consider migrating to SD.Next.
fatal: No names found, cannot describe anything.
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.8.0-RC
Commit hash: 25a3b6cbeea8a07afd5e4594afc2f1c79f41ac1a
Traceback (most recent call last):
File "C:\SD-Zluda\stable-diffusion-webui-directml\launch.py", line 48, in <module>
main()
File "C:\SD-Zluda\stable-diffusion-webui-directml\launch.py", line 39, in main
prepare_environment()
File "C:\SD-Zluda\stable-diffusion-webui-directml\modules\launch_utils.py", line 568, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .
i heard im not the only one that got this error
i installed the Zluda version yesterday
was working very well
now i get this bs
than you probably did something wrong, two other guys confirmed that it works properly for them too
show me the log
my bad I explaination is terrible, what I wanted to say was that I cant try the fix, because of an error
download the archive from attachment, extract zip, find the file on your computer and replace it
restart webui and it will work
but first update both a1111 and extension
if it still not work, show me the log from cmd
Hello. I'm interested in accessing Stable Diffusion and downloading the latest version of the model. However, I'm finding it overwhelming with so many links and download options available. I'm unsure where to find the most straightforward version of Stable Diffusion. Are there any instructional videos that could help me navigate this situation? If not, are there any guides or individuals who can provide assistance?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Literally #1080946152318443610.
your problem is onnx, not a1111 or mov2mov
ok but.... i did not have that error before
even if you delete mov2move from your extensions compleatly, your webui will not work
you need to fix your webui first
yes that much I understand π
did you manage to fix this error?
Is this what I'm meant to be looking for?
check pined messages in this channel and you will find two amd guides there, follow one of them
it fixed by itself 1h later
you getting it?
yeah, same error
installed zluda yesterday, everything was well, opened my pc now, im getitng this error
search youtube for stable diffusion automatic 1111
Stable Diffusion is not the software, it's the image inference model. Look for Automatic1111.
Noted, thank you.
@onyx solar thats correct, but the automatic1111 webui will install stable diffusion 1.8
Hate to do this, but ACKSHUALLY, it's Automatic1111 that is version 1.8; Stable Diffusion's models that work within A1111 are not.
yeah I had same problem. was working fine but next morning I got this error
but tried later and it worked again
@onyx solar happy to have experience peoples like you
just add --skip-torch-cuda-test to COMMANDLINE_ARGS
we use that on macs since day one
working fine right now
I do really hate to pull the "actually" card, though. π
absolut no problem
it's important though.... too many people confuse the two.
I ahppy to be corrected
Eventually, this won't be as much of an issue.
I believe that A1111 supports multiple model types, including 1.5, 2.X, XL, & Cascade.
You are right
Personally, I prefer ComfyUI, but a lot of people find node-based stuff has a bigger learning curve.
question, im training my first lora, and im at this part of the cmd, is it still in a process, i cannot tell
nope, it crashed
ah, got a solution?
@onyx solar how about SD 3.0 , that one will also be free right? and supported by Automatic1111
Based oon what emad seems to be saying, I'd imagine it will.
no clue sorry, I don't do training :/
Eventually.
Hey, i'm trying to install Automatic1111 on Linux Mint, but because of a weird qwerk in my GPU i can only use this (pictured) driver, and it keeps downloading an incompatible version of torch. Same issue occurs with the text-generation web ui
Any help would be greatly appreciated!
the driver version and torch version are not directly connected
show me the gide guide that you are following
and what you did
Is there an extension that does autotag completion but like linting? I find myself getting lost in my own prompts or others prompts because I can't find the keyword that does something
oh.. training
yeah im training a lora
then I'd say I don't know a lot
yeah its my first time trying learning as i go
here is the crash in cmd
it got to about 1800 steps
@karmic crown now ! no errors, so now I can test your solution
im so stupid i was doing a dreambooth, not a model
lmfao
like not a lora, but a dreambooth "model"
i was in the wrong kohya_ss tab
@karmic crown time to test (drumrolls)
I can confirm that it is indeed working, thanks man, well done !
please comment on github and say that it works for you too, so it will be merged faster
they should be grateful to you, i would not even look at it if you hadn't complained here π
i do not use that extension
hi guys i encountered problem how i fix it i press any key but its didnt happen anything, thank you for now
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check Press any key to continue . . .
try to add --skip-torch-cuda-test to COMMANDLINE_ARGS, as we are doing on Macs
for example, those are mine on Mac
COMMANDLINE_ARGS="--skip-torch-cuda-test --opt-sub-quad-attention --upcast-sampling --no-half-vae --medvram-sdxl --use-cpu interrogate --no-download-sd-model"
" '--skip-torch-cuda-test' is not recognized as an internal or external command,
operable program or batch file. "
show me your complete command line args
please send here next time
This program is tested with 3.10.6 Python, but you have 3.11.7.
this is your first problem
you need to fix this first
you cant use 3.11
you need to use 3.10.x
oh sorry π
this warning Use --skip-python-version-check to suppress this warning. might be just a consequence of using wrong python version and not a real message that you should see
but we will see what happens when you fix python version
Should I start all the process from scratch?
nope
wait
try this
open cmd and type
python3.12 --version
python3.11 --version
python3.10 --version
python3 --version
python --version
and show me the result
sorry all 5
just to be sure what you have
press enter on that last one too
python not found
Python bulunamad - what this means?
python not found
Are you getting the same message when you run the Python --version ?
have you uninstalled 3.11 just before you run that? if you did it is fine
yeah
Yes, I deleted it when you said wrong version.
find a link in a guide in pinned message
Preparation:
You need to install Git 64bit: https://git-scm.com/download/win
and Python 3.10.11, 64bit: (any python above or 3.10.6) Not 3.11, 3.12 https://www.python.org/downloads/release/python-31011/
And check "add python to path" when installing Python.
this
you do not need to install git again
but install correct python version
I downloaded
The Automatic1111 GIThub install guide and a Google search of "which python torch version is compatible with NVIDIA Ubuntu driver 470"
Why does it still say Python not found?
please show me the result when you run this:
python3.12 --version
python3.11 --version
python3.10 --version
python3 --version
python --version
Ok, I'm not at my computer rn but I will in an hour or so
Microsoft Windows [Version 10.0.22621.3155]
(c) Microsoft Corporation. All rights reserved.
C:\Users\mevlu>python3.12 --version
'python3.12' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\mevlu>python3.11 --version
'python3.11' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\mevlu>python3.10 --version
'python3.10' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\mevlu>python3 --version
Python bulunamad
C:\Users\mevlu>python --version
Python bulunamad
C:\Users\mevlu>
Where am I making mistakes?
you need to have python 3.10.x, so if you have 3.11 or 3.12 there, you might need to change python verson (or path) in webui-user.sh
we will see
i closed but still same
open up a cmd and type
where python
and then run
python --version
C:\Users\mevlu>python --version
Python 3.10.11
π
CS1o, when i see the next Mac user I will let you suffer like i just did with his Windows install π€£
remove venv remove inside stable-diffusion-webui, and run webui again
it will create new venv for you
omg, its the 'what's in your webui-user.bat file' and the 'delete your venv' dudes at it again
hehe teasing, cheers and happy friday ya filthy animals
hey whats in your webui-user.bat?
π
i'll show you mine if you show me yours, mister
i do not care about webui-user.bat, show me your webui-user.sh π
does mac work with that file, like linux ppl do
macOS was initially based on FreeBSD, so it is Unix-like (same as Linux)
DM'd u earlier btw
few min ago its nothin important just talkin about deforum shit
things started coming back around again last night after you went to bed thanks to a couple specific youtubers
i am trying to avoid using dm, to be honest
i am usually extremely busy, so if i try to chat with people in dm, i will not do anything else
nothing personal
mmkay it wasnt seeking troubleshooting but as you wish
just kinda wrapping up a few thoughts from our long ass convo
as i said, nothing personal π
and i didnt wanna spam a channel about stuff nobody else but we were interested in
i get it, im a server admin of a pretty good size server
''' (Automatic1111_olive) C:\Users\mevlu\stable-diffusion-webui-directml>env\Scripts\activate
The system cannot find the path specified.
(Automatic1111_olive) C:\Users\mevlu\stable-diffusion-webui-directml>pip install httpx==0.24.1
Collecting httpx==0.24.1
Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
ββββββββββββββββββββββββββββββββββββββββ 75.4/75.4 kB 1.4 MB/s eta 0:00:00
Collecting httpcore<0.18.0,>=0.15.0
Downloading httpcore-0.17.3-py3-none-any.whl (74 kB)
ββββββββββββββββββββββββββββββββββββββββ 74.5/74.5 kB ? eta 0:00:00
Collecting sniffio
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Collecting idna
Using cached idna-3.6-py3-none-any.whl (61 kB)
Collecting certifi
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Collecting h11<0.15,>=0.13
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
ββββββββββββββββββββββββββββββββββββββββ 58.3/58.3 kB 153.9 kB/s eta 0:00:00
Collecting anyio<5.0,>=3.0
Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
ββββββββββββββββββββββββββββββββββββββββ 85.6/85.6 kB 1.2 MB/s eta 0:00:00
Collecting exceptiongroup>=1.0.2
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Collecting typing-extensions>=4.1
Using cached typing_extensions-4.10.0-py3-none-any.whl (33 kB)
Installing collected packages: typing-extensions, sniffio, idna, h11, exceptiongroup, certifi, anyio, httpcore, httpx
Successfully installed anyio-4.3.0 certifi-2024.2.2 exceptiongroup-1.2.0 h11-0.14.0 httpcore-0.17.3 httpx-0.24.1 idna-3.6 sniffio-1.3.1 typing-extensions-4.10.0
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
(Automatic1111_olive) C:\Users\mevlu\stable-diffusion-webui-directml> '''
(Automatic1111_olive) C:\Users\mevlu\stable-diffusion-webui-directml>env\Scripts\activate
The system cannot find the path specified.
looks like you activate env, and then run the script from there
and scripts trying activate the same venv
and if i remember correctly olive make some problems
CS1o knows the most about AMD
whats your GPU and whats inside your webui-user.bat?
nice
rx 6800 XT
Where do I look webui-user.bat
ur main stable diffusion folder just open it and post him the contents here
stable-diffusion-webui folder
open in notepad or somethin
did you do a reinstall or did you wanted to fix a broken old webui?
im asking because there is a better webui version now for AMD
reinstall
okay then follow this guide please, the webui will be much faster and you wont run out of vram with a 6800xt:
#π€ο½tech-support message
in Ui fact its the same as directml webui but with the new zluda backend
okay, thank you all for all things
no problem, if you have any questions at the install steps, feel free to ask
thank you again π
Hello, please could someone guide me, I am using stable diffusion on google colab and I installed the deforum extension but the deforum tab does not appear. Please any help will be appreciated
are you in the deforum discord?
deforum tab started dissapearing from auto1111 when 1.8 released
i run everything (including deforum) but locally, so im a bit inadequte with collab related issues
i would assume that your notebooks pulling the 1.8?
basically, right now, everything should be back on track, so i would triple check you have the latest version of deforum
so that if you are on 1.8 it should reappear
but i recommend joining the deforum discord and then using the search box or just asking in the #collab-notebook channel
maybe someone here has better info not sure
Thanks very much , will do so
right on
Please do you have the link to the discord channel
Thanks, in it now
Hy, I'm on my phone now, and the prompt does not appear when I type β /imagine β any idea why?
oh, ok, I thought I'm doing something wrong π , first time on phone π
thanks and sorry for disturbing
You had the decency to ask questions and not just send prompts into various channels. That's worth answering and not a bother.
what does "on the phone" mean?
ohh like he is using his phone to try and interact with the bot haha, i thought he was sayin like "hey im on the phone here, so yall hurry up and figure this out for me" funny
usually I'm using discord from PC, but now I'm using it from phone app
that cracked me up
he didn't mean "im in the check-out line at walmart, can you nerds bang out this issue for me im busy"
hehe
sorry
I think the key difference was that he said "on my phone" not "on the phone". π
venv "C:\SD-Zluda\stable-diffusion-webui-directml\venv\Scripts\Python.exe"
WARNING: ZLUDA works best with SD.Next. Please consider migrating to SD.Next.
fatal: No names found, cannot describe anything.
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: 1.8.0-RC
Commit hash: 25a3b6cbeea8a07afd5e4594afc2f1c79f41ac1a
Traceback (most recent call last):
File "C:\SD-Zluda\stable-diffusion-webui-directml\launch.py", line 48, in <module>
main()
File "C:\SD-Zluda\stable-diffusion-webui-directml\launch.py", line 39, in main
prepare_environment()
File "C:\SD-Zluda\stable-diffusion-webui-directml\modules\launch_utils.py", line 568, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .
which step?
last launch webui-user.bat
okay then show me your paths in the environment path
you need to change the rocm path to
%HIP_PATH%bin
python3.11 --version
python3.10 --version
python3 --version
python --version
Command 'python3.12' not found, did you mean:
command 'python3.10' from deb python3.10 (3.10.12-1~22.04.2)
command 'python3.11' from deb python3.11 (3.11.0~rc1-1~22.04)
Try: sudo apt install <deb name>
Command 'python3.11' not found, but can be installed with:
sudo apt install python3.11
fish:
python3.11 --version
^
Python 3.10.12
Python 3.10.12
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
fish:
python --version
^```
hey, what was your inital issue?
both of those returns the same version?
python3.10 --version
python3 --version
3.10.12?
@ornate elk ^^^
yup
Good day. I'm currently in the middle of installing AUTOMATIC1111. However, during my installment. When I went into the Webui-user folder for my windows batch file, I ran into some trouble I hadn't expected. Is this something that is meant to happen and something that may potentially break something? Or should I simply carry on.
ok, that is fine
show me your webui-user.sh now
hey, whats your gpu?
One second please
Which log?
@ornate elk AMD Radeon RX 7600S, AMD Radeon (TM) Graphics
i asked for an actual webui.sh file, but you posted the log when you run it
Ohh, i see. Apologies!
then you tried to install the wrong webui.
AMD gpus need a different one.
to start clean:
Open up a cmd and run
pip cache purge
then delete your whole stable-diffusion-webui folder.
And then follow my AMD guide from here:
#π€ο½tech-support message
sorry, webui-user.sh
i am sleepy 1am here
Good to know. Thank you very much.
np
I tried to manualy add the torch version, normally EVERYTHING is commented out
np, if you have any questions feel free to ask
replace
export TORCH_COMMAND="pip install torch --index-url https://download.pytorch.org/whl/cu118"
with
export TORCH_COMMAND="pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118"
remove venv folder
and run ./webui.sh again
if that does not work, try previous version, with this line
export TORCH_COMMAND="pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118"
if 2.2.0 can work, use it
if not use 2.1.2
Ok, thank you so much. If I have any further issues I'll let you know!
Hello again! I have another question, if you don't mind. I'm completely new to all of this. I just started installing this software a few hours ago. Where can I find the "1.5 based model" from my other existing DirectML web UI? Right now, this is my only DirectML, so should I ignore this step? @ornate elk
@karmic crown I got it working but it's not doing anything when I click generate
show me the log now
oh yes, then you can ignore it. it will get downloaded at the install
Thank you. And, There seems to be an issue. Though I've been following your steps. I still ran into a road block letting me not be able to download it properly. Do you have any advice as to how I could fix this?
Do 1.0 SD Loras work with stable Forge?
have you moved the files already?
the two .dll files from zluda, into torch/lib
Hello, beginner here. Does anyone know why I get this error? This is what I get after attempting to train a lora.
no output
Let me check. Perhaps I haven't done that.
sudo apt-get install libgoogle-perftools4 libtcmalloc-minimal4 -y
this is for ubuntu, but lets hope it would work there too
or apt install, whatever you have there
i mostly use ubuntu on servers
if that does not help, check https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10117
Is there an existing issue for this? I have searched the existing issues and checked the recent builds/commits What happened? when i run webui.sh on centos server, it came out a error : Cannot loca...
what was the output of this?
sudo apt-get install libgoogle-perftools4 libtcmalloc-minimal4 -y
[sudo] password for jonah:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
libgoogle-perftools4 libtcmalloc-minimal4
0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
Need to get 311 kB of archives.
After this operation, 1,433 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcmalloc-minimal4 amd64 2.9.1-0ubuntu3 [98.2 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgoogle-perftools4 amd64 2.9.1-0ubuntu3 [212 kB]
Fetched 311 kB in 9s (35.5 kB/s)
Selecting previously unselected package libtcmalloc-minimal4:amd64.
(Reading database ... 571067 files and directories currently installed.)
Preparing to unpack .../libtcmalloc-minimal4_2.9.1-0ubuntu3_amd64.deb ...
Unpacking libtcmalloc-minimal4:amd64 (2.9.1-0ubuntu3) ...
Selecting previously unselected package libgoogle-perftools4:amd64.
Preparing to unpack .../libgoogle-perftools4_2.9.1-0ubuntu3_amd64.deb ...
Unpacking libgoogle-perftools4:amd64 (2.9.1-0ubuntu3) ...
Setting up libtcmalloc-minimal4:amd64 (2.9.1-0ubuntu3) ...
Setting up libgoogle-perftools4:amd64 (2.9.1-0ubuntu3) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...```
yup
open webui-user.sh
and find
#export COMMANDLINE_ARGS=""
change that to
export COMMANDLINE_ARGS="--xformers"
do not forget to uncomment it
PyTorch 2.1.2+cu121 with CUDA 1201 (you have 2.2.0+cu118)
Python 3.10.13 (you have 3.10.12)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)```
python shold be fine
but try to change torch
i sent you what you should use for 2.1.2 above
Is this the right folder I should use inside my Path? Or am I meant to add this one@ornate elk
when you change that line, remove venv folder and launch it again
a1111 will create a new venv with torch 2.1.2
i need to go, 2am here
i hope you will make it work
Oh, of course. Thank you!
if not, ask here, someone will hopefully help
if not i will check tomorrow
good night
gn
Oh wait, ik the problem
none of the buttons are doing anything
@ornate elk Would you perhaps know anything?
you need to rename the folder of the second screenshot to Zluda
Alright
Sorry again in the case I seem rather moronic. I get relatively lost in these things. So am I meant to use the Folder in the path or am I meant to use the AMD64 in the path?
I'm inclined to believe I'm meant to use the AM64 since I put it in the C:Drive like the steps wrote.
i dont get the question
guys help I tried to import a different model for craps and giggles and now my whole computer's frozen!!!
Forgive me, worded that a little strange. When I go into 'Edit Environmental Variable' and click the browse tool. There are two things that I am able to select from. The 'Zluda Folder' that I created on step 2. And the Zluda Zip File I downloaded and moved to the Zip File. Which am I meant to use inside my Edit Environmental Variables?
If I worded that correctly
Just ran my first lora. Is it normal for the steps at the bottom of the screenshot to remain at 0% 1/45 epoch with no time elapsed for 10 minutes? my 3070 is at 98% and ram is at 50
I'm guessing batch size is a bit too crazy since it's set to 8. Will lower that
so to clarify that:
you have a SD-Zluda Folder where your directml webui is located in. (You dont need to add that to your paths)
Then you have the .zip file called ZLUDA-windows-amd64
you unzip it as folder to the C: drive and rename the folder for it to
Zluda
this folder path has to be added as environment path
then you add a second path where you just paste this in: %HIP_PATH%bin
Ah. That clarifies it better. Thank you once again.
no problem π maybe i should update that to the guide
Perhaps. I'm a person who is easily confused. So it's really a matter of choice.
no worries, my english wording is sometimes not good ^^
so if i can improve it for everyone to understand i will do
hello, just asking a quick question but i was curious how does people use models on SDXL if SDXL is a model ?
hey, we dont use models "on" SDXL, we use SDXL models on any webui that supports them.
like automatic1111, comfyui, fooocus,
people often get confused and think sdxl is its own programm or does need one. Thats not the case
because i tried using Animagine XL v3 but it doesnt seem like it want to have a good quality and when i search PNG info i always see some "SDXL" stuff but i dont really know how does it works
I did everything I had to do and moved cublas64_11.dll and cusparse64_11.dll and overwrote them. Though Torch is still not able to use the GPU. @ornate elk
SDXL models are trained on a 1024x1024 resolution
make sure you are near that
for good quality
you did the first step wrong xD π₯²
does it still use SDXL if i didnt download the model itself ? the base and refiner
Care to subtly elaborate?
no, if you dont load the sdxl model or refiner in, it wont be used
also dont use refiner
its not that good
"Make a new Folder on your Drive (not on Desktop, Downloads, Documents, Programms, Onedrive) and name it SD-Zluda."
and yours is here:
okay okay thanks :))
also for sdxl you need the sdxl vae
Goodness. OneDrive is really messing me over here. Is there a command prompt I can use to quickly move that into my drive?
Or do I just have to click and drag it to my C:Drive
nope, you need to git clone again and pls dont name it Zluda
name it SD-Zluda
so you and i wont get confused later
idk, im trying to reproduce the example there are on animagine XL so i can really see if i produce the same quality
but the hires. fix takes a lot of time lol
Ah so I have to start from scratch?
yes
Gotcha
Alright
whats your gpu btw?
you may need performance adjustements for sdxl (in your webui-user.bat)
ahh okay, and whats inside your webui-user.bat?
it is enough (but upscale is hard)
not much, only xformers and autolaunch
okay then you need to add --medvram-sdxl
that will boost sdxl models
and make sure to use the sdxl-fp16 vae
but that would slowdown your 1.5 models, for no reason
--medvram-sdxl applies an optmization for the large sdxl models, no need for 1.5
it does the same like --medvram-sdxl but for everything,
in fact --medvram splits the models into smaller packages so its easier to load them into the GPU.
thats good for sdxl and loads them faster, but bad for 1.5 as its not necessary (because they are smal)
okayyy thanks ! Didn't know that, before, i was thinking it was just reducing quality lol
nope, there is no command to reduce the quality
the vae you was talking about is "diffusion_pytorch_model.fp16.safetensors" ?
the only one with fp16 i saw in vae folder of sdxl base
okay thanks a lot
no problem
also if you upscale, set the hires steps to 10
that should be faster and is enough for a good quality
@edgy blaze hows it going?
Currently waiting for this to install Torch so I can copy and paste cublas64_11.dll and cusparse64_11.dll into it
how does your folders and paths look?
you should have a SD-Zluda folder (where the webui is in)
and a C:/Zluda Folder where the dlls are in
Perfect
Okay I've pasted cublas64_11.dll and cusparse64_11.dll into lib like the steps instructed. Should I purge these that are still in the other place?
You can leave them in there
Is your AMD driver on 24.1.1 or higher?
Let me go and check.
Unfortunately I am not on 24.1.1.
Suppose I have to update that somewhere.
Yes you need to update it
Download it from the official AMD site
24.2.1 is the latest Adrenalin Edition
After the Update, restart the PC
I'm off now gn
Good night. Thank you for the help.
Hey, can I get some suggestions on what I can do to lower this hoorendous dreambooth eta? running with a 3070 (8 VM)
Is it possible to make an old SD1.5 checkpoint usable as an XL model, or does it have to be trained from the beginning all over again?
mods did u answer a person who had problems especially peformance with the new automatic1111 version? ill follow their steps so that u dont have to bother helping me
this github basically summarizes most of my problems
running an rx 7800xt, just downloaded sd.next and running it with zluda and directml, should the first generation take ages to run?
seems to only happen with hires, gets stuck on 2% and doesn't shift
with an RX 6700 I can only hi-res fix to 1.2 a 1024x1024, or I get out of memory in Automatic. Not expert about that but that what it works. Maybe test lowers values?
Got it working, looks like it was just a memory issue
Is there any hope for AMD GPUs getting better support going forward with SD?
it didnt work
not sure if you are supposed to use directml and zluda at the same time. i just start it with --use-zluda and it works π€·π»ββοΈ
Hi, I would like to use dark mode on 1111 (v1.8.0), but nothing changes even if I specify it in webui-user.bat.
Am I missing something else to do? My environment is running using MacOS 12.7.2, Stability Matrix v2.9.0.
set it in your browser
thats what I did, I use Win10 and Google Chrome
thoughts on StabilityMatrix?
command line args start with two `-``, not one
thank you. I use Chrome and the 1111 remains bright even when I set its settings to dark mode π₯²
Thank you. I increased it to 2, saved, restarted chrome and 1111, But still the theme remains bright π€
you're on mac. so you're not using the webui-user.bat file
those are for windows users.
you should be modifying webui-user.sh and launch sd using webui.sh
there will be a similar lines in there just commented with a # before
Check out the pinned messages btwn there's a script for mac user in there that will help you get the most out of your machine.
Hey Guys,
I've been using Dreambooth on runpod quite a bit last year (about 12 months ago) and I'm just getting back into it.
Obviously some things have changed and I find myself getting quite frustrated with the changes they made to the notebook.
It used to be that you just create a folder named "training_samples" and put your images in there.
Then they changed it to the imgur method which seemed more complicated but also worked.
Now they have a new cell that just spits out a bunch of errors.
One of the errors tells you to just put the images into the folder that the cell created, which doesn't work because after doing that when i run the training i get an error: images/folder not found
If I don't run the "error cell" at all and manually create the folder "training_images" and put the images there I get the same or similar error when running the training cell
Has anyone here recently used the notebook and can explain how you made it work?
I would also like to know:
Can I use Dreambooth to train a SDXL model or does it only work with 1.5 models?
Can I use a model from civitAI that was trained on 1.5? (or in general does Dreambooth work with safetensors or only ckpt? )
Thank You
any local sdxl with comfyui guides for me to learn? just chug me a document link and i can start reading
I couldn't do this either
Thanks a lot! This seems like pretty valuable information, but I use Stability Matrix to install and boot A1111 / Comfy-UI.
Is it okay to use "version 0.0.6 of a1111-setup script" even in that environment?
maybe not then
but you'll sill want to use webui-user.sh to set things up and run webui.sh
Error occurred when executing VHS_VideoCombine:
Could not find ffmpeg
File "D:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Could someone help me here?
Wait
I think I fiexed it
Why?
Show me your environment paths and the two folders
anyone use stablility matrix?
yup!
Did it happen?
ooo how good is it?
it's very convenient mostly. it has a model browser, it automatically creates symlinks so that you don't have to copy all your models and it's very easy to install UIs
That is a nice feature. for windows, I'd love with a1111,comfyui and the rest all just used a single model folder we had an environment path. i mean my models folder is far bigger than my music, my videos, my pictures folders and local AI seems to be going that way.
i know we all can create symlinks, but it would cut down on having to teach it/learn how/manually change for users. i'd be interested in the % of users that have more than one client at this point. client/studio/UI/frontend whatever we're calling them. still not sure.
So I did 150 sampling steps
It has been 99% for around 5 mins now
Is that stuck or..
at least you can generate the pic, mine won't even work idk why
it says torch not compiled idk what that is
Erm..
Explore generative AI with our introductory tutorial on Stable Diffusion. Learn how to run the deep learning model online and locally to generate detailed images.
I think I followed this guide to install it
Welcome to our definitive guide on installing Stable Diffusion 1.5 on Windows! Dive deep into the world of AI image generation with us, and make the Stable Diffusion installation guide process a breeze. We cover everything β from the essential prerequisites to post-installation tips. Make sure to follow along and leave any questions in the comme...
Maybe watch this
You missed a step during installation it looks.
Wew 150 steps took 15 mins
would need to see the full console log and your hardware specs
@ornate elkthank you for all i did it
why 150 steps, that's so high for no reasons.
would need to see full log and screenshot of your txt2img webpage
Ah perfect np π
alright wait
and the last thing can the interface be made dark theme?
i'm sending the console log
it's missing the central piece .... the gpu
For fun, it was interesting, and a very clear image honestly. ';d
Still it makes no sense to go this high. You passed the point of no return, got all around the earth and passed it again at mach 3.
let me illustrate
here
https://cdn.discordapp.com/attachments/1002602742667280404/1120475781349527553/xyz_grid-0009-123456-Cute_cat.png?ex=65f8bbe3&is=65e646e3&hm=4ce801e0326dca6d833aae20165c901b2f6f40233e0d3a692cc9e5563b0a2152&
Here @thorny iron , you can see how the amount of steps affect the output. There is virtually no benefits going above 50... heck even at 35 with Euler A and sd1.5 it's enough. With lcm models you can get descent images at even 3 steps.... turbo models are trained for 1 step generation.
Ok so you don't have a proper gpu and only have 8gb of ram..... This is gonna be slow and very limiting.
Still I'd need to see the full console log to diagnose what's wrong with your install.
so copy paste it in a text file and drop said file in there
I mean..
i'm really sorry man i'm really a total nobody when it comes to coding i don't understand anything
... that 200 stage Meow looks a lot better than the 100 stage one.
...... how so ?
if you can't find the reason don't sweat it i'll try another ywa
way*
IT just does!
/my script add this to requirements to fix the issue, but that is just a workaround
protobuf==3.20.3
insightface==0.7.3
replace those command line arguments with --api --use-cpu all --precision full --no-half --skip-torch-cuda-test
(command line arguments can be found in webui-user.bat)
replace those command line arguments with --api --use-cpu all --precision full --no-half --skip-torch-cuda-test
I agree with Ruoyi here.
tky
.... Anyways
Honestly though, is it actually safe for his Laptop to run this?
Maybe it looks better to you but then that's just how your tastes work. Technically speaking the 200 steps cat doesn't look better than the 50 steps one (or even the 30). Sure when comparing to the 20 steps one we can see that the picture is blurrier.
sure and you have the right to.
but it's technically not better. It's more pleasing to you.
Folds arms :<
That's part of SD random nature, you ask for "cute cat" and it's gonna give you tons of cute cats.... You'll prefer one over the others for sure.
(btw all those were generated with the same seed)
200 step cat.
I mean, whether it looks better completely depends on the sampler.
Afaik Euler A technically doesn't converge. Whether it converges more after 30 steps or not, I have no clue
laptops don't catch on fire unless you really push them wayyy too far and put them under bad conditions. They have security to shut down when components reach a certain temperature.
Euler A tends to converge slower than DPM stuff.
So I was 99% and it sat there 10 mins I closed the cmd and bsoded wew
But even then it depends of the sampler + the prompt + model + the cfg + etc..... Given the same parameters, Euler A tends to produce less detailed / simplier output. Which can be a good thing if you go for anime stuff for instance. It depends of what you want to generate.
I asked you for a console log trying to help you fix that.
Oh.
I'm sure it's because I'm playing Warframe and taking up 4GB of my RAM while doing it. ';d
and to see what settings you've used, because even putting the 150 steps stuff aside there's stuff that could explain this situation.
But sure, how do I get a log again?
you generate it again, copy paste what's in the console into a text file (the whole thing), and then drop said file in here
the black window with white text in it, yes
I'll post it next time it happens, I did BSOD after all. ';d
Also, my text2img isn't SFW :C
yeaaaah test it with a sfw stuff please
wew :3
no nsfw content allowed in here
Aw :c
Yes with --theme dark
Or by setting Windows to dark mode
You can get the same cat with 30 steps. More steps dont improve quality, you just get a different image.
mew-ty is in the eye of the beholder?
@karmic crown Sorry to bother you, but would you perhaps know a solution?
Not sure what you mean by buttons not doing anything.
which buttons?
do you have a cmd window open for example?
Like, i can't generate any images
NONE of these buttons do anything and no output in terminal
it looks like it is attempting to, but is currently trying to interrupt/cancel generating. could you show me a screenshot of the little black window with white text?
(in general, the interrupt process isnt very responsive and I find it infuriating too)
You mean the terminal?
yes
sorry to sound patronizing, dont know peoples skill level and its the weekend so the range of skill varies greatly
Lol ur good. I ran arch for almost a year before getting my NVIDIA card... it didn't like it very much, so now I'm on mint
refresh the browser window, see if it reloads quick or slow. thats normally a good way of seeing if its busy or just stubborn
and theres no change to the terminal window if you press generate?
no, no change
very weird. your terminal doesnt do the same thing as the windows one does if you click on it? (freeze and put a cursor where you click and go into select mode)? just take enter on it just to see
if not, close it down, boot it again, server is running but its taking no input and giving no further error or output.
Apologies, don't mean this to be rude if you're not a native English speaker, but I have no idea what you just told me to do.
close it, open it again. the whole thing, not the browser window
it's all local, so your vpn is unlikely to mess with 127.0.0.1 ip stuff.
yea, that's what i thought, but you never know
I've seen viking handling a couple of "unresponsive" UI stuff.
Generally it seems to be due to some mac/linux setup and/or extensions messing up with dependencies.
What does the CFG Scale affect (In simple words)?
So if you have stuff like mov2mov, deforum, etc... you can check their fixes or wait for them to come back and answer you. In the meantime try turning off such extensions
how much SD has to follow your prompt.
if you have to go above 10 you're probably doing something wrong
Where can I read about SD? I have no idea what it is...
the extension buttons are unresponsive too
That is, the higher the number, the better the quality will be?
@vocal burrow ?
go into the extensions folder and move the faulty extensions out of it, stable-diffusion-webui/extensions-BACKUP for instance. Then relaunch the UI
Hello! Good morning! Hope you had a good rest. I'm in need of assistance. As I am completely lost now. Last night when I had updated my drives to 24.2.1. Even by doing that. Torch is still not able to use my GPU. Is it because I had completely skipped this step that you said I was able to skip? Or is it something else that I'm not aware of. @ornate elk
No, the higher the number, the more the AI is gonna try to cram every single details of your prompt in the picture.... Even if it makes no sense and it's understanding it totally wrong.
I dont have any in there
I understand you, I guess) And what is the most optimal value? 7?
Hey you may need to install the HIP SDK again now, then delete the venv folder and move the DLL files over again
it depends of the prompt and the model. Most of the time the ideal range is indicated in the model's readme/description.
im baffled by this. taking no input, giving no output, but working as a server and displaying and loading everything fine
theres no way an adblock would be doing something is there? i mean its local, theres no way it should
lcm and turbo stuff might require a cfg of 1, some models prefer [3;5] some do prefer [5;7]
How do I reinstall the HIP SDK again?
Well, thanks!
it might
Just run the installer again
And overwrite
No adblock in that browser
Can someone help? Changing models on automatic1111 suddenly freezes the pc, for both .ckpt and .safetensors.
What's your GPU and what's inside your webui-user.bat?
the entire pc?
you don't have anything in stable-diffusion-webui\extensions ?
Yep
WAIT, FREEZE. I got rid of the builtin ext and I got an error!
Didn't have this problem a day ago
yeah don't get rid of the built-in ones
oh
I have to go for now sorry.
try removing --xformers from the webui-user.bat
whichever you're using
yeah this is what i was expecting. asyncio errors. dont know why the wouldnt show last time
using a 3060 12GB and webui-user.bat args are
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --xformers
call webui.bat
sorry for late reply, pc froze again while trying to change model again
Okay how much ram and free space do you have on C drive?
16GB RAM, 100 GB free space on C
What should I do in this case?
Are the models 6gb sdxl models?
have you edited the sh file?
freezes on both 6gb sdxl and sd1.5 2gb models
@warm torrent You may need to make your pagefile larger
Other than commenting out the COMMANDARGs and whatever @karmic crown told me to do, no
lemme try
paging file size rn is 16384 MB
what should it be after changing
what are your command args currently?
Set min to 16000 and Max to 24000
And only for C drive
Disable it for any other drive
or should it be only in the drive that has automatic1111
There seems to be a new problem preventing me from downloading. Do you know how I'm able to resolve this? @ornate elk
remove this trailing slash?
How do I do that? I'm not able to do so in the CMD. Do I have to go and find the file?
go see if the file is in rocblas\library
Hey guys, I got a question about training Lora with stable cascade. The output I get during training shows a collage of images: [the original image, noised image, prediction, sample, sampled using ema]. Now, the first three look normal while the last two (the sampled) look totally different to what I'm training and seem to just be wild samples. Can someone help me by saying what's going on? Thank you very much! π
You need to disable your igpu in the device manager
a bit more context, I'm training a shirt with colours and these show as the last two:
So I have to disable these? When it's finished installing am I able to enable them or do I have to keep them disabled?
Hi I'm having this error: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 20.00 MiB.
GPU 0 has a total capacty of 4.00 GiB of which 0 bytes is free. Of the allocated memory 3.43 GiB is allocated by PyTorch, and 57.55 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
I don't know how to fix
No only one
The one with TM
Noted. Thank you, I'll see if that will do the trick.
That should do it
We had the same bug and solution yesterday with someone
I should have 16 gb ram how do I allocate more to SD
Thats an vram issue
WWhat's in Your webui-user.bat?
SD uses vram, not ram
aka your gpu's memory, not your system's one
what's your gpu ?
Victory is mine. @ornate elk
Anyway. Now that I've successfully installed it. Am I able to enable this again? Or do I always have to keep it off.
display memory 3977mb
use --xformers --medvram --no-half-vae command line arguments in your webui-user.bat
okay
@ornate elk can moving the webui folder to a ssd with a faster write speed to my other ssd help with the crashes from changing models?
thank you, this fixed the problem
so i have the same problem as other people
any suggestions?
Installed Zluda two days ago, worked very well, since yesterday, it gives me this
I dont think its SSD related
Recheck the install steps
Maybe move the two dll files to torch/lib again
This is meant to take some time right? @ornate elk
Yes
Let it load π
15-40 minutes
Just wait until an image is done
Does it matter whether iGPU is disabled or not?
Oh nevermind it loaded something.
Nope, doesn't matter
Yeah it's working well now. Thank you.
Nice no problem π
Fixed my problems by switching to Forge LMAO
I think the automatic1111 commit i used had really bad memory leaks
Thanks for the help
Am I able to do things such as adding Models / Loras somewhere?
type "how add models into auto1111" ... "how to add loras into webUI forge", whatever program you are using. type this into google/youtube etc
there are boatloads of instructions/how-tos for basic usage, i'd be happy to suggest a few creators if you like
Thank you. I understand to some extent now.
Models go into the models/Stable-diffusion folder
And loras in models/Loras
check out sebastian kamph on YT maybe. one thing that helps is that once you find a creator or two that you like, if you go to their page, then look at their listing of playlists, you will usually see a date sorted listing of all of their tutorials and such, which is really helpful in order to start building knowledge and taking thigs one step at a time. good luck and have a blast.
tried it, no difference
they will have a TON of playlists covering a myriad of topics, but you would just want to find a playlist labeled by the name of the program you are using, or maybe sometimes just labeled stable diffusion and you can dig through the titles to find what applies to you
sebastian is good, Olivio Sarikas, i've always enjoyed learning from his videos
Another question. How do I use VAEs? I don't see any drop down menus that allow me to select any VAEs I've installed in the main tab.
Unless I'm blind?
think you have to load that through quick settings in settings by searching VAE
click settings tab, then type quick into the search field
in your quicksettings list, search SD_VAE, then Apply Settings and RELOAD UI
Ah. I understand now.
Thank you all very much. The help is greatly appreciated.
np yw
how to let Automatic1111 and ComfyUI share models and so on ?
basically just editing the extra_model_paths.yaml then pulling "example" out of the corresponding lines
then pop in all your pathways
thanks man
how is Comfy treatin' ya so far, are you using and pre-configured workflows?
i've grabbed Sytan's SDXL workflow and SEARGE'S SDXL evolved so far got some nodes updated so far
but havent dug too dep as of yet but soon
I am a beginner when it comes to ComfyUI
Is this some form of glitch? It's saying I have no memory available to do a certain resolution, when I do indeed have enough memory.
no I think it is your Vram its complaining about
SD uses mostly Vram
you could use CPU but its not recommended, because it is very slow
How do I clean that up then? I have almost no tabs open and no apps open rn
it's working fine
it will ebb and flow, go up and down and all over the place depending on your values and what your doin
@edgy blaze no no need to clean up, you just need enough of it
what is you graphic card?
i also have 16gb of vram on my GPU and i peg it out and get out of memories at times
i mean, if it's stuck there its an issue
Yeah. Definetly.
what resolution are you trying to push btw?
you have 8GB wich is good in most cases
512x768. I max out at 512x512 strangely enough.
yeah i wouldnt worry about monitoring your VRAM just based on numbers in your head