#šŸ¤ļ½œtech-support

1 messages Ā· Page 57 of 1

ornate elk
#

You can checkout my AMD directml install guide in the pinned messages of this channel. (Not zluda)

ornate elk
#

You need to lower the additional denois strength

karmic crown
#

you can use the same params i do for a1111:

export COMMANDLINE_ARGS="--skip-torch-cuda-test --opt-sub-quad-attention --upcast-sampling --no-half-vae --use-cpu interrogate"
#

--use-cpu interrogate might be useless for us, but i keep it since it does not have any negative impact

unique bluff
#
03:51:51) [Clang
14.0.0 (clang-1400.0.29.202) 
Version: f0.0.17v1.8.0rc-latest-276-g29be1da7
Commit hash: 29belda7cf2b5dccfc70fbdd33eb35c56a31ffb7
Legacy Preprocessor init warning: Unable to install insightface automatically. P lease try run 'pip install insightface' manually.
Launching Web UI with arguments: --skip-torch-cuda-test --attention-pytorch --al
1-in-fp16 -always-high-vram --use-cpu interrogate
Traceback (most recent call last):
File "/Users/duda.obladen/stable-diffusion-webui-forge/launch.py", line 51, in ‹module>
main()
main
File "/Users/duda.obladen/stable-diffusion-webui-forge/launch-py", line 47, in
start)
File "/Users/duda.obladen/stable-diffusion-webui-forge/modules/launch_utils.py
start ( )
File "/Users/duda. obladen/stable-diffusion-webui-forge/modules/launch_utils.py
", line 541, in start import webui
File "/Users/duda.obladen/stable-diffusion-webui-forge/webui.py", line 17, in <module>
initialize_forge()
File "/Users/duda. obladen/stable-diffusion-webui-forge/modules_forge/initializ ation-py", line 50, in initialize_forge
import 1dm_patched.modules.model_management as model_management
File "/Users/duda.obladen/stable-diffusion-webui-forge/ldm_patched/modules/mod el_management-py", line 122, in ‹module>
total_vram = get_total_memory (get_torch_device()) / (1024 * 1024)
File "/Users/duda.obladen/stable-diffusion-webui-forge/ldm_patched/modules/mod el_management•py", line 91, in get_torch_device
return torch.device(torch.cuda.current_device())
File "/Users/duda.obladen/stable-diffusion-webui-forge/venv/lib/python3.10/sit e-packages/torch/cuda/__init__.py", line 803, in current_device
-lazy_init()
File "/Users/duda obladen/stable-diffusion-webui-forge/venv/lib/python3.10/sit e-packages/torch/cuda/__init__py", line 309, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled duda.obladen@Marias-iMac stable-diffusion-webui-forge % |```
#

This was the (almost) whole code

karmic crown
#

strange

Legacy Preprocessor init warning: Unable to install insightface automatically. P lease try run 'pip install insightface' manually.

you get this after using my script?

#

do this thing again, but this time in that folder:

first
venv/bin/pip install protobuf==3.20.3

then
venv/bin/pip install insightface==0.7.3

#

it should work after that

dense tapir
#

Spam

#

@mods

solemn moon
#

TypeError: unsupported operand type(s) for -: 'tuple' and 'int'

#

bruh

noble belfry
solemn moon
#

ahh, could be nvidea driver update

noble belfry
#

in general if you see something saying it doesnt know what a module is, is an extension assuming something is there but it isnt. nearly always fixed just by updating things

grim moon
#

hey everyone, just booted sd and this pops up 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. Using ZLUDA in C:\ZLUDA Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.9.0-6-gb7c5e603 Commit hash: b7c5e6039e3a60dfd0b4df342782fabdf6844a16 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 593, 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 . . .

#

Any ideas? when i add --skip-torch-cuda-test it gave me another error

#

It worked for me yesterday just fine

solemn moon
#

Did you update yr drivers?

grim moon
#

if you mean gpu - yes

solemn moon
noble belfry
#

well you sorted out your own problem, but just in future so you know. they're called upstream issues and the bane of github projects. the more you know šŸ™‚

grim moon
#

i installed the amd driver again and it works

#

Which is in fact weird. bc i installed the same file yesterday

nova wren
#

is it me or word combinations with AND just breaks all semblance of loras?

#

has anyone tested if keyword combinations with {|} can be made to somehow work with lora?

ornate elk
maiden coral
#

Hello everyone. I'm new to stable diffusion. I installed AUTOMATIC111 diffusion from github and all dependencies (Python 3.11.9). It worked as usual until today.
The image with more than 20 steps cannot be generated and I noticed that my RAM and VRAM just overflows (without any error message because the program either crashes or in cmd it shows "press any key to continue..." without any error message.

  • I have Intel core i5 10300H, GTX 1650 4 GB VRAM and 2x8 GB DDR4
    I usually generated 5 batches of images 640x640 or 512x512 and then upscaled them. Now I cannot even generated them because the program crashes and system lags too with low amount of RAM.

My parameters in webui-user.bat (without low-vram it would display the CUDA overflow error):

  • set COMMANDLINE_ARGS=--no-half --opt-channelslast --upcast-sampling --lowvram --gradio-img2img-tool color-sketch (previously used --xformers, but that didn't help the issue)
  • set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.9,max_split_size_mb:512
    Solution I tried: I uninstalled every dependency and then reinstalled everything with the newest version. **I'm also using Python 3.11.9 ** which works too, but today it stopped working for unknown reasons. Creating a simple prompt works but takes a lot of time. Also tried to set a global variable Pytorch_cuda... to 128MB or 512MB and still didn't work. I was using it yesterday and could do other things on the notebook, now I can't.
    My GPU is working as usual. I haven't found any solution or leads for this problem. I'll be glad for any input that's resolve it. Thank you.
maiden coral
# grim moon Any ideas? when i add --skip-torch-cuda-test it gave me another error

Which program for stable diffusion are you using? Install the prerequisites from requirements.txt file with "pip install -r requirements_file.txt" and disable hardware acceleration in Windows in order to show "CUDA" option in taskbar. This worked for me. I use AUTOMATIC111, although I have a problem too, but it might work for you.

sinful needle
#

anyone else having issues with those chinese icon packs? https://civitai.com/models/47800/game-icon-institutemode , https://civitai.com/models/143301/game-icon-instituteanfgv3

they aren't working properly for me. not sure what im doing wrong

<ęøøęˆå›¾ę ‡ē ”ē©¶ę‰€- luxiaoyu >"AI-Game Icon Institute" The above images were generated without using any other optimization methods for tagging. We wel...

<ęøøęˆå›¾ę ‡ē ”ē©¶ę‰€-充充>ā€œAI-ęøøęˆå›¾ę ‡ē ”ē©¶ę‰€ā€ ä½æē”ØęŽØč<ęøøęˆå›¾ę ‡ē ”ē©¶ę‰€>å¤§ęØ”åž‹ę­é…ä½æē”Ø 评LORAåæ…é”»ä½æē”Øā€œęøøęˆå›¾ę ‡ē ”ē©¶ę‰€ ā€ēš„č§¦å‘čÆę„ęæ€ę“»ļ¼Œå¦åˆ™ę— ę•ˆć€‚ ę­£ē”®ä½æē”ØęØ”åž‹ēš„ę–¹ę³•é“¾ęŽ„å¦‚äø‹ļ¼šć€AI-ęøøęˆå›¾ę ‡ē ”ē©¶ę‰€-å„ē§ę–¹ę³•ēƒ­ē‚¹ć€‘ https://www.bilibili.c...

grim moon
maiden coral
#

So drivers were the issue, have you ever had a problem with overflowing RAM/VRAM?

#

it all started today ...

maiden coral
sinful needle
#

im trying to achieve a stone tablet and it keeps putting anime girls on it. their examples dont have that problem

maiden coral
#

because in my opinion there are many icons and every single one has a specific trigger

maiden coral
#

give negative prompt (((anime girl))) and these words, also what model are you using?

sinful needle
maiden coral
#

studied these brackets yesterday, [] for the things you don't want as positive, but it can contain only one phrase such as [anime girl] in positive prompt

#

lemme see, some models don't have the train words, I'll download it

sinful needle
#

the lora is closer to the aesthetic i want since im making fantasy themed icons for desktop

#

thanks

maiden coral
#

it'll take 10 min. to download it, let me check, also the line should be longer

maiden coral
#

\ and try encoding in JP or CN language if it isn't written in English, that's the only thing I cna thing of

sinful needle
maiden coral
#

I wouldn't use underscores, but it might be the embedding, right, such as bad_hands-5 and so on

sinful needle
maiden coral
#

so this is lora model but a normal model, I see

sinful needle
#

im using both their large model and a linked lora model

#

the loras guide to specific styles whereas the large checkpoint is to make icons in general

ornate elk
# maiden coral Hello everyone. I'm new to stable diffusion. I installed AUTOMATIC111 diffusion ...

Hey your first issue is python 3.11
Its not supported by Stable diffusion and can cause unknown issues. You need 3.10.11 and delete the venv folder after installing it.
The next thing is your webui-user.bat commandline_args
You need to remove --lowvram and instead add --medvram --xformers
And remove Py torch cuda alloc garbage collection split size completely
Then relaunch the webui-user.bat

sinful needle
#

i went to their main GameResearchInstitute discord but its a ghost town. fishy

maiden coral
sinful needle
#

adding "white background" SLIGHTLY helped with generating icons, but it's still not matching the fantasy theme of the LORA, just the main checkpoint. too lighthearted

maiden coral
maiden coral
#

so try a similar prompt but specify an object you want to try

karmic crown
maiden coral
karmic crown
#

you do not need to bother with that yourself with a1111

#

just remove venv folder and let a1111 create new one and install everything

maiden coral
#

idk, it doesn't seem complicated except memory overflow, idk if the ocrrect version of python fix these things

#

ok, I'll try to do so, thank you

karmic crown
#

it is best to follow one of the guides in the pinned messages of this channel

ornate elk
#

But if you gen at to high resolution you also need the tiled VAE extension

maiden coral
#

I'll look it up. I mostly tried to normalize the img generation and tune the generation time down without losing quality.

ornate elk
karmic crown
#

speed and quality are not related

sinful needle
maiden coral
#

xformers should make performance a bit faster or so I heard

ornate elk
#

While reducing vram.usage

sinful needle
#

i wish there was a way to make the output a certain hexcode in color. i want my background to be a specific shade of green so i can chroma key it out

maiden coral
#

yes, this has been bugging me, I should be able to use it even with 3.11, I know about someone who is using Python 3.11, I'm still looking up things and these plugins that are used for it

maiden coral
sinful needle
#

ill try

#

#00b140 <----------- is the specific shade of green

maiden coral
karmic crown
sinful needle
maiden coral
#

you must manually delete it and write it manually too

sinful needle
maiden coral
#

the website automatically inserts it's own randomly generated colour, it works if you delete it and write it manually

sinful needle
#

getting the thing to work moderatly now. had to try literally every sampler and it turned out to not be the one they used...

sinful needle
karmic crown
#

0.06 <- this looks too low, it is usually something like 0.6

#

and be sure that this 1.5_Ico_Digital__GameInstitute_Fantasy--unreal matches the filename of lora

#

better rename it to somthing simpler

sinful needle
#

Yeah i have a weird system. my weaponized autism naming scheme:

version-family(figure, style, etc.)_type_media(photo, digital, etc.)_brand associated with it_actual name of model_genre-tone-how realistic it is

catlurk catlurk catlurk

karmic crown
#

as long as this match the filename 1.5_Ico_Digital__GameInstitute_Fantasy--unreal you should be fine

sinful needle
#

oh yeah i do that too. i name the pictures associated with it the same and the .json. nice previews. comfy

#

much categorize. such tidy

karmic crown
#

but as i said, this is probably too low 0.06

sinful needle
karmic crown
#

do what they do

sinful needle
#

finally turned out well. gonna make some sick fantasy icons to go with my razer axon motion desktop background

karmic crown
#

i am just saying that normal loras use something like 0.6, 0.8...

sinful needle
#

i wanna make a motion background of Siophra river from elden ring wew

past willow
#

Bump

latent grail
#

hi could someone assist me with this? The HR_fix isnt functioning properly. I'm only generating 512x512px images with the api.

sinful needle
maiden coral
ornate elk
maiden coral
#

well, yesterday I tried what are my max specs I can generate. I tried to generate Raiden shogun from Genshin Impact and put the usual prompts. - sampling: 50

  • batches: 5
    and 512x512 px or 640x640px resolution and clicked generate
#

but now it seems it doesn't work anymore, RAM and VRAM overflow -> the app crashes along with Chrome

soft fiber
maiden coral
#

yes

#

I did. that's the thing

ornate elk
maiden coral
#

I'll take a look.

#

Which ones? I think there are no other parameters. I was working with them yesterday.

#

exactly the same ones

#

set COMMANDLINE_ARGS=--xformers --no-half --opt-channelslast --upcast-sampling --lowvram --gradio-img2img-tool color-sketch

#

I only have these now

#

pytorch argument was doing nothing

ornate elk
#

Yea

#

You can also remove --opt-channelslast

#

And what model did you used?

#

Was it 1.5 or sdxl based?

#

(2gb or 6gb)

maiden coral
#

"lyuyangMix_v297" this one, SDXL

#

I haven't had any problems with these models, 6GB I think

#

I used even 12GB model and no problems

#

most of them are SD based, but there were no problems with SDXL problems either

ornate elk
#

You also need to make sure Heavy Programms like Wallpaper Engine are not running or games

maiden coral
#

yeah, they are not, the only thing that can eat RAM is excel, chrome, Discord and notepad++

#

but I should have enough, no reason to use all the RAM and lag the entire computer

ornate elk
#

Make sure you also have more than 8gb RAM and 15gb free space on C drive

#

Running Sdxl models with a 1650 is a really bad experience and not recommended

maiden coral
#

I do have. and they are both 500GB and 1 TB SSDs in VNMe slots

#

40 min to generate 640x640 px with sampling: 50 but it was SD based model

#

5 pictures*

ornate elk
maiden coral
#

the result was pretty good, although hands need to be worked on with prompts

#

any fix for this? It's about comfyUI

ornate elk
#

Because you had 3.11

maiden coral
#

I'm using 3.10.6

#

I uninstalled 3.11

ornate elk
#

Ok

ornate elk
#

Do you have an AMD CPU?

maiden coral
#

nope

ornate elk
#

Okay very strange then

maiden coral
#

oh wait, it's for AMD

#

yeah, wrong one

#

but I think it'll be the same. I downloaded requirements before and installed them manually.

ornate elk
#

comfyui comes with an install script

#

same goes for auto1111

maiden coral
#

too late for that, I generated one when I had A111

ornate elk
#

then maybe delete comfyui, download it again and just run the comfyui start bat

#

it should do everything automaticly

maiden coral
#

it still shows the same error

#

maybe it needs a specific version of torch

#

I installed this one: "torch-2.2.2-cp310-cp310-win_amd64"

ornate elk
#

then run comfyui again

maiden coral
#

same error even with purge

ornate elk
#

the same rocm message?

maiden coral
#

I'll reinstall it again, but I doubt it'll work. maybe restart will help

shrewd shale
#

if I want to move my kohya ss or automatic1111 from a drive to another, how can I do it? the UI is linked to the old drive.
it just works with comfyui because it's portable.
should delete the venv? or there is something can I edit in the venv will solve it?

maiden coral
#

I'd just convert from A111. Thhat app isn't working as intended and instead eats so much VRAM and RAM.

ornate elk
ornate elk
maiden coral
#

it worked on other models based on SXDL

#

I found ComfyUI puzzling. Portable version works but not the one on the main page of github.

ornate elk
#

It can work yes, but it doesn't have to work all the time. If you get the tiled VAE extension it could work more often

ornate elk
maiden coral
#

well, it was displayed as a portable version, so I thought it was a "side" version.

#

like an alternative

#

but this one works, the other one can't works without pytorch converted with CUDA or whatever error that is

#

I had this one on A111 too, but it was solved with reinstalling, this one wasn't

ornate elk
maiden coral
#

yup, thanks, I'll try it, it looks intuitive

obsidian carbon
#

Hey so I had talked here in the past about issues about A1111 and I tried everything but I found out a remedy that actually fixed my end of things regarding my stable diffusion.

For some reason, any updates after SD 1.7.0 seem to cause a memory leak in my ram. Now granted I can’t say that this will work for everyone but I’m gunna link a comment of someone who said what they did to fix the memory leak. Honestly, until SD 3 comes out, here’s the best thing I had to use

Also for reference I’ve 32GB ram so it helps having that as I don’t think this would of helped me if I still had my 20GB

Very bottom, comment from ā€œrococo-pā€

https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/5094

GitHub

I started playing with the sd webui since a couple of months ago. At that time, after the huge consumption of RAM at the start-up, which is to load the weights in the models, the RAM consumption ty...

#

Also, wanted to ask, would I also get help in this channel regarding Kohya? Or where else should I ask if not here ?

unique bluff
#

Should I reinstall forge sd? It’s not opening (it gives an error)

sinful needle
#

hi im getting this error when using AnimateDiff extension. never got it until just today. Worked fine yesterday:

NansException: A tensor with all NaNs was produced in VAE. Use --disable-nan-check commandline argument to disable this check.
Time taken: 33.3 sec.

#

Got the error to go away, but now it's just a black screen instead of an actual gif. was working fine yesterday.

verbal burrow
#

NansException: A tensor with all NaNs was produced in Unet. This could be either because there's not enough precision to represent the picture, or because your video card does not support half type. Try setting the "Upcast cross attention layer to float32" option in Settings > Stable Diffusion or using the --no-half commandline argument to fix this. Use --disable-nan-check commandline argument to disable this check. Can someone explain this to me?

maiden coral
#

Is there any way to safe a project in ComfyUI? It doesn't queue, but I copied all the nodes, but unfortunately it doesn't work from the space I copied it.

verbal burrow
maiden coral
#

switch to ComfyUI

#

I switched from Automatic111 because if stopped working and had enormous overflow. Especially with certain models.

#

you'd need to add --no-half into parameters as well as --low-vram if you don't have 8+ GB VRAM

#

and --xformers to optimize it if you have Nvidia GPU

#

seems like I'll need to start over, this took me quite a lot of time to set up

sinful needle
#

When trying to use AnimateDiff:

RuntimeError: CUDA error: device-side assert triggered
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

maiden coral
#

idk what that is, I assume some kind of plugin that cna make the images animated

#

What is your GPU?

#

I've also got an error while scaling an image. "CUDA out of memory. Tried to allocate 258.00 MiB. GPU 0 has a total capacity of 4.00 GiB of which 0 bytes is free. Of the allocated memory 3.16 GiB is allocated by PyTorch, and 105.39 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)" What are the icommon commands to fix this issue for ComfyUI?

sinful needle
#

File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 43, in ui
from scripts.animatediff_mm import mm_animatediff as motion_module
ModuleNotFoundError: No module named 'scripts.animatediff_mm'

sonic pine
#

What do I have to reinstall here? I tried to add xformers but its all messed up now and wont launch

#

Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)]
Version: v1.8.0
Commit hash: bef51aed032c0aaa5cfd80445bc4cf0d85b408b5
Installing xformers
Launching Web UI with arguments: --xformers --reinstall-xformers
WARNING:xformers:WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.1.2+cu121 with CUDA 1201 (you have 1.13.1+cu117)
Python 3.9.13 (you have 3.9.13)
Please reinstall xformers (see h ttps://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
No SDP backend available, likely because you are running in pytorch versions < 2.0. In fact, you are using PyTorch 1.13.1+cu117. You might want to consider upgrading.
Traceback (most recent call last):
File "Z:\Other\stable-diffusion-webui\launch.py", line 48, in <module>
main()
File "Z:\Other\stable-diffusion-webui\launch.py", line 44, in main
start()
File "Z:\Other\stable-diffusion-webui\modules\launch_utils.py", line 465, in start
import webui
File "Z:\Other\stable-diffusion-webui\webui.py", line 13, in <module>
initialize.imports()
File "Z:\Other\stable-diffusion-webui\modules\initialize.py", line 36, in imports
shared_init.initialize()
File "Z:\Other\stable-diffusion-webui\modules\shared_init.py", line 40, in initialize
from modules import styles
File "Z:\Other\stable-diffusion-webui\modules\styles.py", line 9, in <module>
class PromptStyle(typing.NamedTuple):
File "Z:\Other\stable-diffusion-webui\modules\styles.py", line 11, in PromptStyle
prompt: str | None
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
Press any key to continue . . .

sinful needle
#

agony How do i upgrade Pip? I opened python and entered "-m pip install --upgrade pip" but i get an invalid syntax error

solemn moon
#

try deleting venv folder then rerun

solemn moon
sinful needle
#

unless im missing something more

solemn moon
#

yea

sinful needle
#

yeah

solemn moon
#

try delete venv folder

sinful needle
#

already deleted venv

solemn moon
#

my go to nsolutiom

sinful needle
#

and reran

solemn moon
#

hmm

#

restart pc?

sinful needle
#

tried upgrading pip thru cmd and it was finding a wrong path or something

verbal burrow
solemn moon
#

yea ive had this b4 trying to remember what happened though

sinful needle
# solemn moon hmm

also my main issue right now is animatediff:
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 43, in ui
from scripts.animatediff_mm import mm_animatediff as motion_module
ModuleNotFoundError: No module named 'scripts.animatediff_mm'

#

its weird it was running fine then today WAMMO

#

just bricked itself

solemn moon
#

maybe something to do with animatediff

sinful needle
#

the whole automatic1111 craps itself unless i delete the extension

solemn moon
#

like delte that extension or summin

ornate elk
sinful needle
#

no the pip thing was going on for a long time i just ignored it

#

well i kinda wanna use the extension to animate

solemn moon
#

bruh

sinful needle
#

thats my pickle

verbal burrow
sinful needle
#

just confused how it worked one day then bricks the entirety of automatic1111 the next

ornate elk
ornate elk
#

Okay so its sdxl

verbal burrow
#

I was trying to use a character sheet from civitai that said it's supposed to be used with Pony Diffusion

solemn moon
verbal burrow
#

It's labeled as Lora Model

sinful needle
#

ive been using automatic1111 for a year the same way

ornate elk
sinful needle
#

"python -m pip install --upgrade pip" in cmd

#

not actually running it in python shell

solemn moon
sinful needle
#

now just need animatediff to stop crapping itself so i can make anims. i wanna make psychadelic wallpapers

#

i like elden ring. wanna make animated siofra river wallpaper

#

theres the full error

#

something to do with launch.py at first then referencing missing modules from animatediff, but the module is indeed there

#

might just do a clean install

karmic crown
# sonic pine any help please

This is your problem:

No SDP backend available, likely because you are running in pytorch versions < 2.0. In fact, you are using PyTorch 1.13.1+cu117. You might want to consider upgrading.
sonic pine
#

do you know how to upgrade it? I think I tried before but it didnt change on the screen

karmic crown
#

update a1111 to latest version, remove venv and let a1111 do everything for you

sonic pine
#

gotcha ill try that

#

should there be a file I need to run to update it?

#

or do I need to search it up

karmic crown
#

open cmd in that folder and just do
git pull

sonic pine
#

done

karmic crown
#

remove venv folder
and run a1111 as usual

#

it will detect that venv is missing and it will install what you need

sonic pine
#

yup its downloadin stuff now

#

ill get back to you once its done

ornate elk
sinful needle
#

does anyone else here use animatediff on automatic1111? anyone else having issues with it?

sonic pine
sonic pine
#

File "Z:\Other\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "Z:\Other\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1434, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "Z:\Other\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1335, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "Z:\Other\stable-diffusion-webui\venv\lib\site-packages\gradio\components\gallery.py", line 197, in postprocess
file_path = str(utils.abspath(file))
File "Z:\Other\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 938, in abspath
if is_symlink or path == path.resolve(): # in case path couldn't be resolved
File "C:\Users\User\miniconda3\lib\pathlib.py", line 1205, in resolve
s = self._flavour.resolve(self, strict=strict)
File "C:\Users\User\miniconda3\lib\pathlib.py", line 206, in resolve
s = self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'outputs\txt2img-images\2024-04-22\00000-3461562990.png?1713854338.9990487'

#

@karmic crown do you know what this line means?

#

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'outputs\txt2img-images\2024-04-22\00000-3461562990.png?1713854338.9990487'

#

it does output to that directory

#

idk why its giving me that error

maiden coral
sonic pine
#

nope

#

just updated it

maiden coral
#

What did you update?

#

install the recommended version.

#

"requirements_version.txt" or let the automatically install all dependencies

mint kayak
#

AttributeError: 'UiControlNetUnit' object has no attribute 'enable' .ControlNet v1.1.445 Does anyone have an error?šŸ¤”

maiden coral
mint kayak
#

I have ControlNet update to v1.1.445 and since then I have been getting errors. I have now deleted I have ControlNet and reinstalled it and now it seems to be working again šŸ˜…

maiden coral
#

I haven't got that far so I can't help you. But try to downgrade for now and also downgrade dependencies if you updated any of them.

#

and go according to a guide

mint kayak
#

Thank you for wanting to help, it seems like the problem sorted itself out 🄳

dapper frigate
#

Did you find this out?

dapper frigate
sweet zenith
#
  async postStabilityAiSd3ImageToImage(id: string, imageUrl: string) {
    try {
      let imageBuffer: any = await this.getImageBufferFromUrl(imageUrl);
      imageBuffer = await this.formatForStabilityAi(imageBuffer);
      const formData = new FormData();
      formData.append('image', imageBuffer, { filename: 'image.png' });
      formData.append('mode', 'image-to-image');
      formData.append('model', 'sd3');
      formData.append('strength', 0.65);
      formData.append('prompt', '_');
      formData.append('output_format', 'png');

      const response = await this.sd3GenRequest(formData);

      if (response.status !== 200) {
        console.log(response.data);
        throw new Error(
          `Failed to post to StabilityAi SD3 image to image: ${response.status}`,
        );
      }

      return await this.processSD3Response(response, id);
    } catch (error) {
      throw new Error(
        `Failed to post to StabilityAi SD3 image to image: ${error}`,
      );
    }
  }

async getImageBufferFromUrl(url: string): Promise<ArrayBuffer> {
    try {
      const response = await firstValueFrom(
        this.httpService
          .get(url, {
            responseType: 'arraybuffer',
          })
          .pipe(
            catchError((error: any) => {
              throw new Error(`Failed to get image from url: ${error.message}`);
            }),
          ),
      );
      return response.data;
    } catch (error) {
      throw new Error(`Failed to get image from url: ${error.message}`);
    }
  }

  async sd3GenRequest(formData: FormData): Promise<AxiosResponse<any, any>> {
    const url = `https://api.stability.ai/v2beta/stable-image/generate/sd3`;

    const response = await firstValueFrom(
      this.httpService
        .post(url, formData, {
          validateStatus: undefined,
          responseType: 'arraybuffer',
          headers: {
            ...formData.getHeaders(),
            Authorization: `Bearer ${this.stabilityAiConfig.apiKey}`,
            Accept: 'image/*',
          },
        })
        .pipe(
          catchError((error: any) => {
            throw new Error(
              `Failed to post to StabilityAi SD3 text to image: ${error.response.data.message}`,
            );
          }),
        ),
    );
    return response;
  }
sweet zenith
# dapper frigate Did you find this out?

There's my code snippet in case it helps anyone, adding the {filename: 'image.png'}
to the image param of the formdata is what helped me stop getting 400 "image is required" error

maiden coral
#

Does anyone know how to limit this error message (limit pytorch in VRAM consumption):
"Error occurred when executing UltimateSDUpscale:
CUDA out of memory. Tried to allocate 128.00 MiB. GPU 0 has a total capacity of 4.00 GiB of which 0 bytes is free. Of the allocated memory 3.38 GiB is allocated by PyTorch, and 26.11 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)"

ornate elk
maiden coral
#

yes, is there a way to limit pytorch?

ornate elk
#

In that case the upscaling failed. Is that on auto1111 or comfyui?

maiden coral
#

comfyui

ornate elk
maiden coral
#

I tried that command and even the variant with garbage collector:

  • "set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:128" at the beginning of run_nvidia_gpu.bat file and it does nothing
#

I could upscale it on A111 just fine. I even set tiled_decode=True, still didn't work

#

I'll try not to do these operations one after another but do them separately.

#

Maybe a way not to run out of memory while upscaling a picture.

#

it didn't work either

hardy canopy
#

Can you tell me how to download the LORA LCM model from Huggingface? Apologies for the noob question. I tried downloading the pytorch_lora_weights.safetensors from the 'Files and Versions' tab, but that throws an error in Comfy. "Prompt outputs failed validation. LoraLoader: - Required input is missing: clip"

maiden coral
#

where is the model you need

maiden coral
#

Do you have everything setup?

#

CLIP is a must

hardy canopy
#

I guess I'm not sure ... ? I'm an A1111 guy, and have had Comfy installed for months, but never use it. I've generated things in the past with Comfy

maiden coral
#

well, comfy is better, but I still get out of memory error because of my low VRAM

hardy canopy
#

Gotcha. So, I'll need to find this mysterious 'CLIP' you speak of?

fallen quest
#

Clip comes from the checkpoint loader

hardy canopy
#

so, here's the workflow i was attempting to use. i wanted to use this specific LCM lora. so, are you saying i need to connect the Lora's CLIP to something here?

fallen quest
#

Pull a connector from the load checkpoint clip to the clip of the lora

#

Then from the load Lora to the clip text encode

hardy canopy
#

ok. i so i pulled a connector from the load checkpoint clip to the clip of the lora. and that allowed me to queue a prompt

#

there seems to be 2 CLIP text encode boxes in this workflow. should i connect load lora to both?

fallen quest
#

I only connect the positive

hardy canopy
#

does that look right?

maiden coral
#

Does anyone know what is this "pixels" option I need to match? I'm trying an alternative to ultimate SD upscaler.

#

found it šŸ‘

fallen quest
maiden coral
#

yes, looks good, although idk what is comfyui for photoshop and these options

#

yes, clip is missing

#

also, any way to do upscaling to 2560x2560px. I think I've tried everything from the options I havei nstalled.

#

Error occurred when executing IterativeImageUpscale:

CUDA out of memory. Tried to allocate 288.00 MiB. GPU 0 has a total capacity of 4.00 GiB of which 38.65 MiB is free. Of the allocated memory 3.08 GiB is allocated by PyTorch, and 84.87 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) but it uses less VRAM (tiled upscaling)

#

but I'm still getting that error

#

the consumption was around 3 GB VRAM and then went really high and output this error

#

Any other way to do upscaling from 640x640 to 2560x2560px without VRAM usage going overboard?

ornate elk
#

Also tiled VAE extension highly recommended

maiden coral
#

thank you, I'll look into these extensions

#

I tried ultimate SD upscaled with tiled option turned on but it dind't go well

#

Where is the A111 SD scale script usually stored in ComfyUI? Which folder?

ornate elk
ornate elk
maiden coral
#

it's .py extension not.pth

#

that's the thing

ornate elk
#

.PTH files are upscalers

#

The ultimate upscale extension is a script

#

Which can use upscalers

maiden coral
#

How do I load it? btw it's called: "sd_upscale.py"

ornate elk
maiden coral
#

Which one is it?

ornate elk
#

But with your GPU I would stick to auto1111, as it can use tiled VAE extension and comfyui not

maiden coral
#

well, A111 doesn't work at all

#

instead it writes connection errored out after using too mcuh VRAM and RAM

#

and lags computer too

ornate elk
maiden coral
#

I have this one setup

#

I tried the pixel tiled one and it still failed with the same message

uncut jewel
#

Anyone having issue with "Import Failed" nodes and know how to solve it ?

fallen quest
ornate elk
ornate elk
fallen quest
ornate elk
lime breach
#

Hey Guys!
Is the Membership meant for the commercial use of the model or the output images?

vocal burrow
#

(also it depends of the model you re using)

hardy canopy
#

How can I cancel and clear a queue in Comfy?
Cancel and Clear Queue buttons aren't doing anything for me

heady grove
#

Hi I can't run Forge UI how can I fix it

ornate elk
#

Also what's your python version?

heady grove
#

Hmm this is my run file

#

No have .bat at behind

#

3.10

ornate elk
heady grove
#

This?

maiden coral
#

if you closed it or did something then none of the buttons will work

#

and the progress won't be saved

#

so if you did anything after that and tried to copy it from the local server that was closed before (session) then it won't work on a new session

heady grove
#

I have downloaded this file from git hub ,

#

And then extract to my new folder named Forge-ui

maiden coral
#

Isn't the torch same for everything? torch-2.2.2-cp310-cp310-win_amd64.whl

#

at least it works on A111 (which crashes, so I don't use it anymore)

#

What are the requirements for A111 forge?

heady grove
#

The end of the error cmd

heady grove
#

I have no idea what is torch happemad

maiden coral
#

do everything anew

#

pip unistall -r requirements.txt or whatever you have

#

and install them again, check if there are versions e.g. torch ==2.2.2 etc.

#

it is Machine learning framework which causes troubles all the time

heady grove
#

That's mean I need to delete and redownload ya?

maiden coral
#

well, you can or just make a script for download and install

#

I generated mine through chatgpt

maiden coral
#

I can send them if you want them

heady grove
#

I prefer more easy way hahah

maiden coral
#

but you need to put the .bat files into folder with "requirements.txt" or edit the script

#

well, I had to do it multiple times, so instead of downloading 3 GB of data I made a script

heady grove
#

For download forge

#

Click this right ?

maiden coral
#

what to click

#

just uninstall everything except the python 3.10.x version

#

and download the repository, if it cotntains requirements txt file then install it

#

it doesn't take that much time if you have downloaded all the packages into some folder

vocal burrow
#

dunno what you have in your webui-user.bat but it s broken

heady grove
#

Now my brain is error

#

Now I reinstall everything

maiden coral
#

that's why do everything over again

#

an just add simple arguments such as --low-vram

#

if you don't have those 12GB+ video cards

heady grove
#

I add --medvram in a1111 arg

maiden coral
#

and did it work with medvram? What is your GPU?

#

because I always got CUDA error until I switched to low-vram

heady grove
#

Yes it work , rtx4070 laptop 8gvram

maiden coral
#

ok, then try it

vocal burrow
#

add --cuda-malloc --cuda-stream --pin-shared-memory for extra perfs

maiden coral
#

What does cuda malloc do?

maiden coral
#

I know what I tried it and it gave me nothing but CUDA error

#

then just set a basic tags, focus on speed and performance later

heady grove
#

My a1111 bat file

vocal burrow
heady grove
#

Hmmm

#

So I just cancel it and run the run file again ?

vocal burrow
#

sure

heady grove
#

Btw is the
set Phyton = "•••
That line is a must so far I can run my a1111 without it

vocal burrow
vocal burrow
heady grove
#

Hrmmm

#

Okay now I just delete that line behind python and --xformers

uncut jewel
#

In order to use SD3, we need to have a stability key ?

vocal burrow
#

for now yes SD3 is only accessible through API

static mural
#

A handsome girl, wearing a black leather jacket, stands in the ruins of a desolate cyberpunk city, in the ruined city, back view, cyberpunk style, multi-color combination ĀÆ_(惄)_/ĀÆ

verbal burrow
#

Aye, nevermind

#

CivitAI was using my filters from the site and wouldn't display because of it

thorny mortar
#

I'm training a new art style image model with 320 sample images. What hyperparameters should I use for training, including epochs, learning rate, text encoder learning rate, and learning rate scheduler?

karmic crown
# sonic pine OSError: [WinError 123] The filename, directory name, or volume label syntax is ...

You are using an external drive, so check out this:

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13391

GitHub

Is there an existing issue for this? I have searched the existing issues and checked the recent builds/commits What happened? cant preprocess the pic Steps to reproduce the problem In preprossing ,...

twin wharf
#

hi guys! im using zluda for an amd gpu on sd.next, and so far it has been working well but recently my generation speed has been like 10 times slower. sometimes when i restart my pc it works better but then after a while it gets slower again. anyone know what to do?

ornate elk
twin wharf
#

thanks for responding btw

sinful needle
# ornate elk I'm using it with no issues

do you have any ideas what could be causing this? I did some research and a huge number of people are also having the same issue, but there seems to be no one providing any solutions

ornate elk
twin wharf
twin wharf
ornate elk
twin wharf
#

how do i get rid of the cache making it slow? is that even possible

ornate elk
twin wharf
#

i never really use sd 1.5

ornate elk
#

Okay

sinful needle
#

Has anyone ever had the error for animatediff?:

*** Error calling: C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py/ui
Traceback (most recent call last):
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\modules\scripts.py", line 528, in wrap_call
return func(*args, **kwargs)
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 43, in ui
from scripts.animatediff_mm import mm_animatediff as motion_module
ModuleNotFoundError: No module named 'scripts.animatediff_mm'

ornate elk
# twin wharf yes

I can't help much with SD.next as it does so many things different than Auto1111.
If you want you can use my Zluda install guide for Automatic1111.
And then you can test if its slowing down there too.
The guide is in the pinned messages of this channel.
As you already have SD.next working you can skip the hip SDK and zluda folder part

ornate elk
#

I'm on AMD too and only use the zluda auto1111 as it has better extension support and easier UI ^^
Haven't had any slowdown problems in the long run

trail aspen
#

Can anyone help me .. I am getting this when trying to install stable iffusion ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: none)
ERROR: No matching distribution found for torch==2.1.2

karmic crown
#

you need 3.10

trail aspen
#

I have 3.10 ... but I downloaded it after downloading 3.12

#

and i have a feeling it messed something up

karmic crown
#

remove venv folder

#

and run a1111 again

#

it will create new venv for you

trail aspen
#

venv ?

karmic crown
#

venv folder

#

inside your stable-diffusion-webui folder

trail aspen
#

ok

#

Thank You

#

did not work

#

removed everything and restarted ... still getting the same thing

past willow
#

Bump

maiden coral
trail aspen
#

How do i do that

maiden coral
#

What idd ozu use to install i?

#

I generated a script for downloading these files from requirements.txt

#

through chatgpt

daring jasper
#

Hi, everyone) I'm using SD automatic not that long and not strong enough in coding) so i need help, pleeeese ) desturbing moments are marked in pink

trail aspen
#

yeah I am not very tech savy

#

I am just getting into this

#

I have no clue

maiden coral
#

chatgpt can generate a script for downloading and installing files and it works quite well

#

althoug it had some errors in it

#

DId you use: pip install torch?

#

just install the correct version form requirements.txt

sinful needle
#

lets gooooooooooooooooo

maiden coral
#

if it doesn't do it just do pip download requirements into a folder

#

and then pip install form that folder, but htat's what the scripts are for

#

you must use version 3.10 of Python

viral knot
#

python 3.11 has a lot of issues, stay with 3.10 as max for now

sinful needle
ornate elk
sinful needle
#

noticing a different error thats unrelated and not affecting too much but worth noting:

C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\extensions\stable-diffusion-webui-two-shot\scripts\two_shot.py:397: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead.

#

different extension

vocal burrow
#

You can ignore this one

sinful needle
#

the erorr

#

curious

viral knot
#

maybe old version of gradio

sinful needle
#

but can ignore. gotcha

#

thanks

viral knot
#

yea

karmic crown
maiden coral
#

downgrade python first of all

viral knot
#

i wouldnt recommend going past 3.10

maiden coral
#

to version 3.10 and during the installation process click "ADD TO PATH"

sinful needle
#

Got another one:

*** Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\modules\scripts.py", line 508, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module

#

script_loading.py?

karmic crown
# trail aspen I have no clue

remove all python installations you have first
than download and install 3.10 (64bit)
and do not forget to use add to path option

#

then remove venv folder again, and run webui

viral knot
sinful needle
viral knot
#

literally anything else

sinful needle
# viral knot literally anything else

wats the best one because i am not using comfy. i dont know how to logic gate. not wanting a crash coarse on that much extra right now just trying to make nice imagery

viral knot
#

best is subjective, i personally recommend comfy for 3 main reasons: memory efficient, has the most plugins compared to others, has the latest tech sooner than others

maiden coral
#

it'll become easy, I'm 2nd day in, it can even work on 4 GB VRAM, but upscaling is a bit tricky

karmic crown
viral knot
#

i mean that is fair

sinful needle
maiden coral
#

A111 has problems with crashing, I haven't solved the problem and nothing on the internet works

#

got "Conentioned errored out" error message

karmic crown
#

you can try forge

#

it is modified version of a1111

sinful needle
viral knot
#

all i know is that @maiden coral learned comfy quickly šŸ™‚

maiden coral
#

I wouldn't say, there may still be errors, comfy jsut gives you more freedom.

viral knot
#

yea comfy has more freedom and combinations you can do

maiden coral
#

there are tutorials on the internet for comfy, quite a lot of them, especially for fingers restorationetc

sinful needle
viral knot
#

sad cat

#

but maybe one day eh :3

maiden coral
#

forge might work too, how RAM efficient is that?

sinful needle
maiden coral
#

VRAM and RAM efficient*

karmic crown
#

@viral knot btw. with default parameters a1111 works faster than both forge and comfy on my m3 pro mac šŸ™ˆ

viral knot
#

ok now...

#

lol

sinful needle
maiden coral
#

are you sure about that, it ate a lot of resources on my notebook

#

and started crashing

karmic crown
#

after some tweaking forge finally works faster than a1111, but i haven't tried to find better options for comfy yet. didn't had time to play a lot with sd recently

sinful needle
maiden coral
#

btw how do people include 2 or more lora's in Comfy?

viral knot
#

you chain them

#

there are also nodes that have multiple lora in one

maiden coral
#

there's a node for lora's, right?

#

it isn't like a prompt lora with trigger words, is it?

viral knot
#

well not all loras need triggers

karmic crown
#

if you know how to use a1111, switching to comfy should be relativly easy as soon as you understand how flow goes

viral knot
#

yea

#

most loras you dont even need the clip part, just use the model (unet) connector

karmic crown
#

samplers - same
steps - same
loras - same
...
just the way how you use them is diffrent

#

i need to go now

#

cu later

maiden coral
#

bye

viral knot
#

it uses a lora too, so you can kill two birds with one stone šŸ™‚

maiden coral
#

whoa, I'll check it out

waxen pebble
#

im trying to figure out how to do git captioning on Kohya ss

#

getting this error tho

#

raise ValueError(
ValueError: Unrecognized configuration class <class 'transformers.models.vision_encoder_decoder.configuration_vision_encoder_decoder.VisionEncoderDecoderConfig'> for this kind of AutoModel: AutoModelForCausalLM.

#

im using the model

#

btw

#

blip is working fine... but ive read that git often can do more spesfic captions

vocal burrow
#

so in the long term it's gonna break at some point whenever gradio decide to remove whatever deprecated function it's using

sinful needle
maiden coral
#

Even with 10 steps in SD upscaler It still does more than 10 steps, any ideas? In KSampler I have 11, fixed control after generate and

  • Ultimate SD Upscaler has 10 steps now instead of 25, it still goes above 10.
obsidian carbon
#

Anyone good with Lora training here?

sinful needle
#

HOLY SHIT controlnet is integrated into forge? SUPERIOR chad chad chad

#

FUCK! animatediff is not working still. got a more simple error now: TypeError: 'NoneType' object is not iterable.

the tab is there now which is great, i just can't run it without that error showing up.

fallen quest
maiden coral
#

thanks, I was just wondering why so many steps

sinful needle
#

It's reading that I don't have the motion module, but it's sitting right there in the folder.

viral knot
#

does Forge have their own discord? maybe you can ask for help there idk :3

karmic crown
#

we have a forge channel on deforum server

#

but i thing it would be best to raise a ticket on animediff github

sinful needle
#

bro

viral knot
#

time to switch to comfy šŸ™‚

sinful needle
ornate elk
#

You can't use the normal AnimateDiff extension

sinful needle
#

so that means i cant use the "available" button and just download extensions in the UI of forge? I have to manually grab it somewhere right?

ornate elk
ornate elk
sinful needle
ornate elk
#

But before that delete the other AnimateDiff

sinful needle
#

keeping the motion module tho as thats crucial

sinful needle
sinful needle
ornate elk
#

Auto1111 with AMD

#

But I can test with my old 1080 later

sinful needle
ornate elk
# sinful needle are there advantages with sticking with the ol automatic1111

Full extension support would be one.
Regular Updates and more Developers behind it.
The Dev of Forge is also the dev of controlnet and Fooocus webui so he got to much to work on. He didn't updated anything in the last 1-2 months. But he works on a hidden project.
(That shouldn't be negativ on him, he just has to much to work on ^^)
And auto1111 is better compatible with AMD.

sinful needle
#

also animatediff works now thanks

ornate elk
ornate elk
merry scroll
#

Hey everyone,

Any ideas for SDXL Turbo to produce non-double heads?

karmic crown
#

and use recommended dimensions

merry scroll
#

the official release is broken?

#

its from stability ai

karmic crown
#

no, but custom models are better

merry scroll
#

okay, will have a look

karmic crown
#

for example

merry scroll
#

any recommendation maybe? usually need photorealistic or cinematic stuff

#

oh thanks

karmic crown
#

set filter like this and take what you like

#

i personally like lightning much more than turbo

merry scroll
#

is lightning faster than turbo? (sounds like it šŸ˜„ )

karmic crown
#

it create great images in 2, 4 or 8 steps

#

i use 8 version

#

this is original version

merry scroll
#

turbo works with 1 step too so its quite fast

#

except the double head issue šŸ˜„

karmic crown
#

lightning is fast as well, but creates great images

merry scroll
#

will try both and keep the one that feels better

karmic crown
#

8 steps

#

this one is 4 steps only

karmic crown
#

hmm... i only found that with same error you had

sonic pine
#

its not that bad ig

#

pictures still show up

#

just not on the web ui

bronze spade
#

Hello friend, i can't see the pix2pix on my controlNet , i dowloaded using url github but nothing show , can someone help me ? thanks

#

i've Forge UI

fair oxide
#

my a1111 wont launch, it just pulls this up and doesnt do anything else

stark mist
#

Hi... New to the server... I have an issue with my SD (Automatic1111). After I updated (via the extensions tab in SD) all the ControlNet options are just gone.... the startup cmd field shows plenty other errors as well.... Am I right here, or should i change to another part of the server?

hardy canopy
#

Any idea why A1111 has started stalling out around 96% and never recovers?
I can usually get 1-2 generations right off the bat after a restart, then this happens
My whole PC grinds to a halt when this happens. I've tried waiting it out and sometimes it takes 10-15 min. Sometimes it times out.

sinful needle
zealous ore
#

After installing Facechain I get "ERROR facechain: failed to install mmcv, make sure to have "CUDA Toolkit" and "Build Tools for Visual Studio" installed. I have CUDA 11.7 installed. Used to have 11.8 same error. I installed the CUDNN files in the coorosponding folder in Program Files. I installed Visual Studio Build Tools 2022 along with the Desktop development with C++, MSVC v143 VS 2022 C++ Build Tools, Windows 11 SDK, C++ CMake Tools and C++/CLI support for v143 build tools.

ornate elk
ornate elk
maiden coral
#

Has anyone tried ReActor Node in ComfyUI? That node doesn't to work, probably something up with a branch.

#

It is for swapping faces.

heady grove
#

Can forge UI share the extension with a1111 ? Just like other models

subtle quarry
#

none of the preprocessors are working. urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>
Using forge

#

google isn't helping, any help would be nice.

ornate elk
subtle quarry
heady grove
#

Oh okay

#

Tq

ornate elk
subtle quarry
#

..awesome. i love when the firewall decides to be a jerk

ornate elk
subtle quarry
#

it doesn't let me access hugging face 90% of the time

ornate elk
subtle quarry
#

how do I do that?

#

...google

#

didn't do anything

#

unless i have to restart the computer

ornate elk
#

then restart the browser

subtle quarry
#

ahhh.

#

yeah that did jack nothing

#

i'll still give the other thing a shot.

#

yep. same error

#

urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>

heady grove
#

Where is the preset file

#

Location

subtle quarry
#

me?

heady grove
#

No

#

I'm just asking hahaha

ornate elk
# subtle quarry me?

do you have a third party antivirus or adblocker?
make sure the webui is whitelisted in any adblocker

subtle quarry
#

ah. adblocker, i use uh... opera gx so that might be the issue

heady grove
subtle quarry
#

error again

ornate elk
subtle quarry
#

error in firefox

#

this is fucking annoying, i dont know what's wrong with it

noble belfry
#

is this to get a model from HF?

subtle quarry
#

i have ublock origin, and malwarebytes, but neither have ever been an issue.

noble belfry
#

if so, and this is caused by controlnet trying to download them from the cmd, check in browser if theyre set to require login

subtle quarry
#

no, this is to get a preprocessor working

#

none of them are working

noble belfry
#

in the cmd window. does it look like its trying to download the files from the host is what i mean

ornate elk
subtle quarry
#

Traceback (most recent call last):
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
    result = await self.call_function(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
    response = f(*args, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\controlnet_ui_group.py", line 847, in run_annotator
    result = preprocessor(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\scripts\legacy_preprocessors.py", line 103, in __call__
    result, is_image = self.call_function(img=input_image, res=resolution, thr_a=slider_1, thr_b=slider_2, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\legacy_preprocessors\preprocessor.py", line 291, in run_model
    return remove_pad(self.model_openpose(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 447, in __call__
    poses = self.detect_poses(oriImg, include_hand, include_face)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 333, in detect_poses
    self.load_model()
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 208, in load_model
    load_file_from_url(body_model_path, model_dir=self.model_dir)
  File "C:\Users\Quinn\Desktop\Forge\webui\modules\modelloader.py", line 39, in load_file_from_url
    download_url_to_file(url, cached_file, progress=progress)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
    u = urlopen(req)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Program Files\Python310\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>```
subtle quarry
#

i changed it back, but it was 8.8.8.8

ornate elk
subtle quarry
#

i doubt that's the issue, it's worked just fine.

#

but i'll give it a shot i guess.

#

i'll change the dns again, the error is the same.

ornate elk
subtle quarry
#

America.

ornate elk
#

Okay

subtle quarry
#

error is the same :/

ornate elk
#

Then maybe restart the PC too.
Also you didn't said what's your antivirus programm

subtle quarry
#

malwarebytes

#

but it's never been an issue.

ornate elk
#

Okay

#

Whitelist the webui in malware bytes browser add-on too and maybe try disable the realtime protection for test

noble belfry
#

i mean the http req is coming from python, its not coming from or through the browser. and seeing half of it in program files and the other half on desktop is making my teeth itch too*. thats half user folders half system

subtle quarry
#

well! i'm sorry im not perfect in the file organization department.

noble belfry
#

oh its not that, its that windows is whiny as hell about permissions

#

but silently. itll just throw errors and you never know if thats a culprit

subtle quarry
#

yay! same error

#

what the hell is thing's problem

#

everything else works FINE just not the preprocessors.

rocky adder
#

Help please!
In the middle of a generation with Automatic1111 my computer got turned off
Now it just says "Error" in the Stable Diffusion Checkpoint field, and it will simply not work
After Restarting computer, now Automatic1111 doesn't even launch
What can I do to correct this? I guess turning off my computer in the middle of generating images did mess up Automatic1111

ornate elk
rocky adder
#

Nvidia 3090
@echo off

set PYTHON=
set GIT=
set VENV_DIR=
git pull
COMMANDLINE_ARGS=

call webui.bat

ornate elk
noble belfry
subtle quarry
#

they just wont DO anything.

ornate elk
#

Do you have automatic 1111 still installed?

subtle quarry
#

it's on my partner's side of the computer, but yes

ornate elk
#

Ah okay

subtle quarry
#

i can still give the preprocessor a shot on their side though

ornate elk
#

Because I often heard of Forge users with Controlnet errors.
And the best way was to just let it uses the models from auto1111

subtle quarry
#

it's the same error

#

so there's something else going on here or whatever

#

also i'm using sdxl

#

so

ornate elk
#

ohhh, do you have the right sdxl controlnet models?

subtle quarry
#

Those are massive

#

and again, hugging face is an ass to me

ornate elk
#

those are the ones that work with sdxl

subtle quarry
#

i dont know how to remove embed

subtle quarry
#

again, i dont think it's the model. its the preprocessor.

#

the model works fine.

#

there's no issue with it.

ornate elk
#

how do you know if it doesnt work?

#

or did you used it in auto1111?

subtle quarry
#

I can use the model.

#

I can't use the preprocessor.

#

The preprocessor is throwing the error.

#

WHen I use controlnet normally, it works.

noble belfry
#

that error is a URLLIB request to download a file that is not working.

subtle quarry
#

when i try to run an image through the preprocessor, it throws an error.

ornate elk
subtle quarry
#

i don't know what is though!

#

I've turned off the firewall, changed DNS

rocky adder
ornate elk
ornate elk
subtle quarry
ornate elk
subtle quarry
#

90% of the time, no.

ornate elk
#

try with firefox

#

and send the error you get

subtle quarry
# ornate elk and send the error you get

Traceback (most recent call last):
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
    result = await self.call_function(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
    response = f(*args, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\controlnet_ui_group.py", line 847, in run_annotator
    result = preprocessor(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\scripts\legacy_preprocessors.py", line 103, in __call__
    result, is_image = self.call_function(img=input_image, res=resolution, thr_a=slider_1, thr_b=slider_2, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\legacy_preprocessors\preprocessor.py", line 291, in run_model
    return remove_pad(self.model_openpose(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 447, in __call__
    poses = self.detect_poses(oriImg, include_hand, include_face)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 333, in detect_poses
    self.load_model()
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 208, in load_model
    load_file_from_url(body_model_path, model_dir=self.model_dir)
  File "C:\Users\Quinn\Desktop\Forge\webui\modules\modelloader.py", line 39, in load_file_from_url
    download_url_to_file(url, cached_file, progress=progress)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
    u = urlopen(req)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Program Files\Python310\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>```
#

had to change default browser to firefox to see if that would do anything...clearly not.

ornate elk
#

to test if your able to access it

subtle quarry
#

ah

#

yeah i can

#

okay now why is it letting me access the site on opera

noble belfry
#

just out of curiousity. try and open forge in administrator

subtle quarry
#

aight

ornate elk
#

yea its probably a big issue that you have python installed in programm files and forge on desktop

subtle quarry
#

running as admin opens the cmd for a split second then crashes it

#

:/

rocky adder
subtle quarry
#

and hugging face isn't working again

noble belfry
#

crashes or closes? right click on the bat file

subtle quarry
#

it closes, sorry

#

hugging face isn't working again anyway

#

so i think i need to figure out why

ornate elk
subtle quarry
#

i moved forge to program files and it did jack nothing

#

this is really getting on my fucking nerves

stuck knot
#

Hi, I'm facing an issue with a ComfyUI update where text strings enclosed in curly brackets {} are no longer working at all. This problem disrupts my output text and images by producing incorrect results, does anyone know how to fix it?

rocky adder
noble belfry
subtle quarry
#

well i moved it out

#

so

noble belfry
#

you'll have those permissions stuck on the directory now though

subtle quarry
#

it works fine

#

idfk know man

#

im getting pissed off and I Just want this function to work

#

this is the error i get with hugging face

noble belfry
#

intermittant?

subtle quarry
#

i guess.

noble belfry
#

does the like of say, youtube only load half the thumnails for things or anything else like that?

subtle quarry
#

it works, it doesn't, it works again, it doesn't

#

youtube works fine

#

every other website works just fine

#

it's legit just hugging face that's been giving me issues.

noble belfry
#

what country are you in?

subtle quarry
#

America

#

No vpn either

noble belfry
#

oh then its definately not them doing it for badness on your conn

subtle quarry
#

I dont know what the issue is, i can try it on my laptop

ornate elk
subtle quarry
#

okay so it works fine on my laptop

#

both are plugged in via ethernet

maiden coral
#

what did you change before the it started happening?

subtle quarry
#

huggingface is just blocked for some damn reason.

#

i've tried turning off the firewall, changing the dns, setting up custom rules for the firewall

#

it's done absolutely nothing.

subtle quarry
#

i feel like im going in circles

maiden coral
#

I only know that huggingface is a website for these things.

subtle quarry
#

The error.


Traceback (most recent call last):
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
    result = await self.call_function(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
    response = f(*args, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\controlnet_ui_group.py", line 847, in run_annotator
    result = preprocessor(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\scripts\legacy_preprocessors.py", line 103, in __call__
    result, is_image = self.call_function(img=input_image, res=resolution, thr_a=slider_1, thr_b=slider_2, **kwargs)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\legacy_preprocessors\preprocessor.py", line 291, in run_model
    return remove_pad(self.model_openpose(
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 447, in __call__
    poses = self.detect_poses(oriImg, include_hand, include_face)
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 333, in detect_poses
    self.load_model()
  File "C:\Users\Quinn\Desktop\Forge\webui\extensions-builtin\forge_legacy_preprocessors\annotator\openpose\__init__.py", line 208, in load_model
    load_file_from_url(body_model_path, model_dir=self.model_dir)
  File "C:\Users\Quinn\Desktop\Forge\webui\modules\modelloader.py", line 39, in load_file_from_url
    download_url_to_file(url, cached_file, progress=progress)
  File "C:\Users\Quinn\Desktop\Forge\webui\venv\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
    u = urlopen(req)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Program Files\Python310\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>```
maiden coral
#

I usually jjust do git clone

#

You cannot do git clone?

subtle quarry
#

i doubt i can if hugging face is throwing a fit

maiden coral
#

You cannot load the website?

subtle quarry
#

no.

maiden coral
#

Like at all?

subtle quarry
#

90% of the time it's blocked.

maiden coral
#

Can you show me the screenshot?

subtle quarry
maiden coral
#

reset the firewall to default state first of all

#

Have you tried to delete cache?

#

or use CCleaner which is free

#

Does the website work when you use data of your phone if you have any or if it works on your phone on the same Wi-Fi connection?

#

try a different device and see if it works

noble belfry
#

do not use ccleaner. that thing will ruin your registry.

subtle quarry
#

it works on my laptop, on the same internet

#

ethernet

maiden coral
#

it's the Windows that is being ruined with every update

subtle quarry
#

im not using ccleaner

noble belfry
subtle quarry
#

it doesn't work

#

it's the entire computer.

#

something here is blocking it and i can't for the life of me figure out wtf it is

#

i reset the firewall to default and it did jackshit--aka NOTHING.

#

Traceback (most recent call last):
  File "C:\Program Files\Python310\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Program Files\Python310\lib\http\client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Program Files\Python310\lib\http\client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Program Files\Python310\lib\http\client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Program Files\Python310\lib\http\client.py", line 1037, in _send_output
    self.send(msg)
  File "C:\Program Files\Python310\lib\http\client.py", line 975, in send
    self.connect()
  File "C:\Program Files\Python310\lib\http\client.py", line 1454, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "C:\Program Files\Python310\lib\ssl.py", line 513, in wrap_socket
    return self.sslsocket_class._create(
  File "C:\Program Files\Python310\lib\ssl.py", line 1071, in _create
    self.do_handshake()
  File "C:\Program Files\Python310\lib\ssl.py", line 1342, in do_handshake
    self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host```
#

i dont know why the hell it's doing this

#

and it's really getting under my skin.

noble belfry
#

starting to sound like HF is doing it out of spite

subtle quarry
#

it's really pissing me off

#

i'd rather not do the preprocessor on my laptop, and transfer it over to the pc

maiden coral
#

or you can use wireshark

subtle quarry
#

dudes. if i install any other 3rd party software on this thing my s/o might kill me.

maiden coral
#

or just clean up the PC

#

I usually clean up my PC after half a year or once a year

#

because the programs themselves leave fiels in PC and nothing can be done about it

noble belfry
subtle quarry
#

can't do that either, s/o will have my neck if this messes up anything.

noble belfry
#

just on the crazy offchance that it really is on the host end

#

oh then maybe they've put restrictions on it šŸ™‚

subtle quarry
#

i have admin privs

#

they are not the most tech savvy

maiden coral
#

or maybe your internet provider blocks that IP address

#

if other websites work fine

subtle quarry
maiden coral
#

ik

#

that's why I crossed it out

noble belfry
#

well all release/renew does is get a new ip from your router. but it sounds like suck it up and put it on the laptop.

maiden coral
#

Have you tried AI copilot?

#

or chatGPT, AI Copilot might be better for it as it has internet access

noble belfry
#

none of this is relevant buddy. you're just saying things.

maiden coral
#

just insert this error message

subtle quarry
#

it's just gonna throw me what google has told me

#

which is? nothing.

#

bugs. just people complaining about it and no one having a solution.

#

so there's jack shit i can do and don't tell me to 'suck it up'

rocky adder
# ornate elk okay, thats really strange. guess some files are messed up/broken from the crash...

Ok! Just two questions before messing around with my system,
I use Unreal Engine 5.1 to pack games, does the installation of Python 3.10.11 interfere somehow with my system?
Also, do I need to install again Git 64bit?

Or should I simply start from point number 3:
Then you copy and paste this command:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git

One thousand thanks!

GitHub

Stable Diffusion web UI. Contribute to AUTOMATIC1111/stable-diffusion-webui development by creating an account on GitHub.

maiden coral
#

definitely not the same as google

ornate elk
maiden coral
subtle quarry
maiden coral
#

CCleaner makes these things easier.

#

ok

subtle quarry
#

it's on both profiles on the computer.

#

it's not tied to the browser

maiden coral
maiden coral
#

and wireshark would help you

#

at least determine what packets go through and which not

subtle quarry
#

for the 3rd time, i am not putting 3rd party software on ths computer.

maiden coral
#

Have you tried to run your PC in safe mode?

#

If it works then there might be a program or a virus that blocks it.

#

safe mode with internet connection

subtle quarry
#

yeah so that didnt work

#
  File "C:\Users\Quinn\Desktop\Forge\webui\launch.py", line 51, in <module>
    main()
  File "C:\Users\Quinn\Desktop\Forge\webui\launch.py", line 39, in main
    prepare_environment()
  File "C:\Users\Quinn\Desktop\Forge\webui\modules\launch_utils.py", line 431, 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 . . .```
maiden coral
#

What are you trying to do now?

subtle quarry
#

wtf do you think im doing? Launching from safe mode like you said!

maiden coral
#

I thought it was only hugging face website you cannot access.

#

well, because I see a different error message

subtle quarry
#

yeah no shit!

maiden coral
#

you're clearly trying to use torch and it failed to start

#

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 . . .

subtle quarry
#

i give up

noble belfry
#

what they are asking i guess is to try huggingface from a browser in safemode

#

not forge.

maiden coral
#

well, what i understoood from the initial question is why "huggingface.co" website doesn't work on PC.

#

then I see forge and torch which isn't a browser

#

if it's related to torch and forge do a clean install of it

#

that's the thing that helped me

#

pip unistall eveyrthing you had from requirements file and then install again with their proper versions

subtle quarry
#

no, no it's not a pytorch issue

#

idfk what the issue is

#

but i give up.

#

im going in circles of "do this, no no do this instead, wait a minute get this software and do some cleaning"

maiden coral
#

yeah, that's the thing that always helps 100%

#

since oyu clean all the corrupted files in your computer

solemn atlas
#

Hi, i have a question, why does all XL models look like this

subtle quarry
subtle quarry
#

im not putting 3rd party shit on here, end of discussion

maiden coral
#

yeah, so it must be some ind of software, have you scanned your PC on viruses?

solemn atlas
#

thank you so much, it worked now

subtle quarry
#

it's just gonna be a bunch of false positives

#

and im too tired to deal with that shit

maiden coral
#

just take a break and sometimes do a cleanup of PC, it helps to solve a lot of problems

#

installation and quick setup doesn't take more than 20 min. if you're on SSD

subtle quarry
#

If you're telling me to install 3rd party software again

#

i'm going to throw a fit.

hardy canopy
# ornate elk whats your GPU? Whats inside your wbeui-user.bat? how much RAM?

Still haven't been able to figure this out. Generations show as 100% completed in the log, but everything stalls around 96% and my computer bogs down and becomes unusably slow. So bizarre.

  • Windows 10, GPU: RTX 3080 w/ 10GB VRAM (drivers updated)
  • Browsers: Edge & Chrome (up to date)
  • Webuser.bat: COMMANDLINE_ARGS= --api --autolaunch --xformers --opt-channelslast --upcast-sampling --opt-split-attention --skip-torch-cuda-test --skip-python-version-check
  • Installed & running on an M.2 SSD
  • Using Juggernaut_v9 SDXL
  • Not using Hirez- fix or Refiner
  • Tried a fresh re-install of A1111
  • Tried deleting VENV folder
  • No errors in the log
hardy canopy
ornate elk
rocky adder
maiden coral
#

you just install it, Git is for colling repositories from github and similar websites (such as huggingface where you can download models etc.)

ornate elk
heady grove
#

Forge UI is not support tile diffusion and vae ?

maiden coral
#

or you might have to download it, ComfyUI is better in these things

#

you setup a workflow which you can use infinitely

#

Does anyone know what is the difference between CLIPTextEncodeSDXL in face refining workflow? What is the differnece between a normal one where L and G isn't? ALso is there an SD version of it?

#

because I wanted to refine a picture using SD model but it'd throw an error since it's for SDXL.

ornate elk
#

but idk if its fully supported

heady grove
#

The UI is not same with multi diffusion on a1111

#

I don't know how to use it agony

#

Ok btw I fixed my problem yesterday by changing " to '

#

Cna I know what the function of no half vae

#

I put my picture to a1111 and use tile diffusion and came out this

maiden coral
#

add --no-half argument

heady grove
#

Yaya I add it just now

#

I want to make a 6k picture with tile diffusion

ornate elk
heady grove
#

I have add --no-half-vae --xformers and also --medvram-sdxl

maiden coral
heady grove
#

Any method I can get 6k resolution in forge ui

maiden coral
#

that's quite a big resolution

heady grove
ornate elk
# maiden coral Is there a difference between these two?

yes, --no-half loads every model and vae as fp32 instead of fp16.
--no-half-vae only loads vae files as fp32
--no-half will slow down generation time and uses more vram. Some GPUs like the GTX 16xx Series or the AMD RX5xx Series need it because these cards cant load fp16 by default

heady grove
#

Since forge UI is not support tile diffusion I need to move the picture to a1111sadcat

maiden coral
noble belfry
#

forge should be automatically tiling when upscaling. an issue with a lot of the things forge "doesnt support" is that theyre integrated already and doubling them up throws errors. in an ideal world you shouldnt be needing any arg switches.

maiden coral
#

you can use ComfyUI and do it there, although it takes time to go from 640x640 to 2560x2560 on faster GPU's it'll be quicker

heady grove
#

Hrmmm

#

Ya I see a multi diffusion integrated

noble belfry
#

it has most things natively. the secret to get it to work is just assume it knows. if you want to make a big image, just try it. tiled etc should kick in

heady grove
#

But how can i set the final image resolution on multi diffusion forge UI