#🤝|tech-support
1 messages · Page 58 of 1
reading through the git, the dev recommends just upscaling after
What mean upscaling after
it doesnt look like they have any intention of adding it
I make my picture form text2img and send it to img2img
if this is helpful at all. i do agree with him, but also i like things to just do all the steps together

you can do that in Comfy, but yeah, it's a mess
I don't have forge. Any errors there? What settings are you using?
post an image with your settings
I opening control net and ultimate sd upscale
Probably the model issues I think
@burnt lichen Hey man, since you seem to have a bit of experience using Ella, i thought i might ask you about it. I have successfully install the Ella extension on ComfyUi, but the T5 LLM seems to be ignoring my prompts. It also messes up anatomy by a lot. Is this normal? If it's because it's a new tech and need refinement that's fine, i just don't want to be missing out if im doing something wrong. Thx in advance.
Hey all... i am looking to try to upgrade my gpu... but dont have the best cpu, and dont really wanna do a full overhaul
Will a 3700x bottleneck a 4090?
(only care about kohya training and a1111, and then other AI applications down the line)
I'm building a rig for generating / training going with a GTX 4090, looking at the 14900k cpu, could anyone give some advice on what cpu would be best?
cpu don't matter that much when doing SD stuff. The gpu is doing all the work.
Assuming same hardware and a non bottlenecked ssd/m.2 buying a better gpu is mostly just gonna improve the model loading speed.
what does that mean
You're running out of vram/hitting the limit of your GPU. How to fix it (Nvidia edition) :
1/ If you're using a 2000/3000/4000 RTX series cards then you can try to use the --opt-sdp-attention command line argument or --xformers argument. To do so, Edit your webui-user.bat and append it to the set COMMANDLINE_ARGS= line. Performances between --opt-sdp-attention and --xformers can varry depending of your GPU and usecase. Please note, if you're using vladmandic's fork then you won't be able to use--xformers.
2/ Also throw --medvram in there if you've got a GPU with less than 8gb of vram, --lowvram if less than 4gb. (each argument must be seperated by a space). If you intend to use SDXL with a gpu that has less than 12gb add --medvram-sdxl or --lowvram-sdxl if you have less than 8gb. To alleviate Vram usage you can also try to turn on fp8 mode in the settings.
3/ If you're using --precision full, --no-half and don't know what they're doing. Then you probably don't need them and therefore they're increasing your vram usage for nothing. Remove them. Notoriously --no-half is necessary for GTX1600 cards.
4/ Make Batch size lower, use Batch count instead if you want to make multiple generations.
5/ Output at a lower resolution (and eventually upscale later on with hires.fix or img2img feature)
6/ Write less complex prompt
7/ Use lighter model (use fp16 pruned variant of your model if available)
8/ If you're using a VAE and your generation crash at the very end. You should try to install multidiffusion-upscaler-for-automatic1111 extension (available in the default extension list) and enable the TiledVAE features (cf screenshot)
https://media.discordapp.net/attachments/1002602742667280404/1111097170150563881/image.png?width=810&height=228
PS : keep in mind that SD1 models are trained with 512x512 images, SD2 models with 768x768 and SDXL 1024x1024. So stick close to those resolutions before doing any upscaling,
--no-half forces all models into f32 mode resulting in more resources usage
that's what I got to know today
so instead --no-half-vae
but I wouldn't use it.
Generate images in 512x512 or whatever is your limit. (I'd still choose lower because then you can upscale them easily and bigger images will result in more errors during generation)
What are your specs? GPU, VRAM, RAM
yes but it's necessary for some cards like I mentioned.
since it converts all models to f32 => more VRAM consumption
yes ?
--xformers should be enough then
I had --xformers but it said it didnt work
from where
write it into CMD, also use Python 3.10.x
no. like stated it's --xformers or --opt-sdp-attention not both at the same time.
Also until you have errors in vae there is no need for --no-half-vae.
@solemn atlas please no.
1/ xformers will install itself by adding --xformers
2/ by doing what anon says it's gonna install xformers on your system and not in your SD's venv.
I think you have to install it or it installed itself. I never used these 2 argumements together, then I switched to ComfyUI.
i throw rock at computer 😱 🖕 computer stop work 😔 someone help 🎡
but if you have VRAM problems or ever get to them use --xformers
delete your stable-diffusion-webui\venv folder and try again
it reduces VRAM usage for (only) Nvidia cards
hellp
okay I'll try
Otherwise it's probably reactor being reactor again and causing issues
I'll see how it works if starting it again
What Python version are you using? Have you tried reinstall of Forge?
cmd -> type "python"
python 3.10.6
- If you modified some files: try to clone the repository again and just move the models into the new folder
or - uninstall all requirements if you installed incorrect versions
what's the full log there ?
add pydantic==1.10.11 in requirements_versions.txt
delete venv again,
should be fine
should i put it here?
no, in requirements_versions.txt
just adding it right
yes
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.
Time taken: 1.9 sec.
also this
A: 1.78 GB, R: 2.05 GB, Sys: 2.9/4 GB (71.3%)
What to do? i tried the method it says, but no luck
nope it should work
whats in your forge webui-user.bat?
Humm. Nothing yet. I just installed forge a couple hours ago. Haven't customized it much yet. I did bring over a couple things from a1111. It must have boogered something.
okay, strange, did you tried my solution for a1111 ?
hey, whats your gpu ans whats inside your webui-user.bat?
it is posible that you did not properly set paths for a1111, so forge is looking at wrong place
chekout this one (not mine, but it works on his machine)
export COMMANDLINE_ARGS="--attention-pytorch --all-in-fp16 --use-cpu interrogate --no-download-sd-model --theme dark --forge-ref-a1111-home /Users/miguel/stable-diffusion-webui --ckpt-dir /Users/miguel/stable-diffusion-webui/models/Stable-diffusion --vae-dir /Users/miguel/stable-diffusion-webui/models/VAE --hypernetwork-dir /Users/miguel/stable-diffusion-webui/models/hypernetworks --embeddings-dir /Users/miguel/stable-diffusion-webui/embeddings --lora-dir /Users/miguel/stable-diffusion-webui/models/lora --controlnet-dir /Users/miguel/stable-diffusion-webui/extensions/sd-webui-controlnet/models"
you might figure out whats wrong with yours
the better question is why a1111 at all :3
becuse it is much easier to understand it (for beginners)
forge's last commit
sigh 😦
when you learn to use a1111, its not a problem to understand comfy and what you did wrong
but if you never used sd before and node based interface, you will be f....
thats why i always recommend start with a1111, then use what ever you want
i mean i also started with a1111, so that is fair indeed
API • Github • Gradio • Startup profile • Reload UI
version: v1.8.0 • python: 3.10.6 • torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2 • checkpoint: ef49fbb25f
I'm using this
yes
yes that's what I'm saying
1.8.0 is old
extensions you have installed are probably not compatible with it
so try updating your a1111.
1/ Go to your stable-diffusion-webui folder
2/ in the top bar of explorer (where the path is) type cmd and press enter
3/ and in the cmd window that just opened, type git pull
ImportError: cannot import name 'Undefined' from 'pydantic fields' (C:\Users\moonshine\stable-diffusion-webui\venv\libls ite-packages\pydantic\fields.py)
i am almost sure that was added in 1.9.0, but i am to tired to check the log now
try
venv\scripts\pip install albumentations==1.4.3
venv\scripts\pip install pydantic==1.10.15
from cmd in the same folder where your a1111 is
i need to test my script tomorrow, to see if it is affected
2.3.0 is released, i can upgrade my script now
and to leave intel at 2.1.2 while i can switch back arm to normal install
https://github.com/pytorch/pytorch/pull/116726
bye bye intel macs
This will stop building binaries for MacOS x86 on PyTorch including nightly and all future releases. If we want this for 2.2, this can be cherry-picked there.
#116725
#116726
Fixes #114602
it says this
git restore requirements_versions.txt
to restore the original version
than pull again
ah yes, run git checkout --theirs requirements_versions.txt
or git restore, sure
git restore requirements_versions.txt
is easier 🙂
potato patato :p
less characters, easier to remember 🙂
@vocal burrow expect increase of intel mac users soon 🙃
"buy a new mac" 🙂
because of pytorch ?
yeah I saw that we discussed it already :p
so i run this again on cmd
I tried but it doesnt do anything
it says updated 0 paths from index
my script already detects the platform x86 vs arm, since brew has different path
so i will just add a condition that if platform is x86, 2.1.2 should be used, otherwise the latest stable
actually i will make a PR to a1111 (that will be wiser i guess)
screenshot it please
now do git pull
like I said the only (unsolvable) problem is that stuff will break in the future if they (or any extension) use any pytorch 2.whatever feature.
the worst part is that 2.2.x does not work properly with latest macos 🙈
I hope so, stuff could probably work on a samsung fridge with --use-cpu all if it has enough ram
nonetheless that's a strange decision on pytorch's end
I guess they think that every mac users have infinite supply of cash
okay should i delate the cmd?
you can close the cmd
@vocal burrow
if [[ "$(sysctl -n machdep.cpu.brand_string)" =~ ^.*"Intel".*$ ]]; then
echo -e "Buy a new Mac\n"
fi
🙈
i need to go now, cu people
The biggest SD community and no one ever encountered or knows how the solve this problem?
are the loras actually used what is shown in the text under the image inside the webpage ?
open cmd again from stable-diffusion-webui folder and run git show -l
if nothing works just do a clean install of all requirements and everything related to it, python must be installed with the checked option "ADD TO PATH" edit" path
"add to path"
rror: switch `l' requires a value
thats what I get
git show -1
my bad
what does it says ?
screenshot the result
ok so you should be up-tod-date. yet it still boots up as a 1.8.0 ?
can you run webui-user.bat again and copy paste the log (and please no .rtf, just a plain .txt)
why a .rtf again
sigh
ok so this one says 1.9.3 at least
open cmd again from stable-diffusion-webui,
run
venv\Scripts\activate
pip install albumentations==1.4.3
pip install pydantic==1.10.15
and then launch webui-user.bat
.txt please
I run now bat. and it worked
API • Github • Gradio • Startup profile • Reload UI
version: v1.9.3 • python: 3.10.6 • torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2 • checkpoint: ef49fbb25f
yup
leave it on automatic
okay
I was just checking out a conversation on these from this morning maybe? https://civitai.com/models/38784/controlnet-11-models
They don't work really for me in ComfyUI and blow out with an error. I stopped trying to use them awhile ago, but I find there really aren't any alternatives.
Just curious if anyone else cannot use these in ComfyUI.
STOP! THESE MODELS ARE NOT FOR PROMPTING/IMAGE GENERATION These are the new ControlNet 1.1 models required for the ControlNet extension , converted...
Anyone know how to deal with a check point merge ? I found a model I reallllly wanna use and like but the issue is whenever I generate with it I get random colours that don’t show anything. The model on civitai doesn’t have any details yet I see others use it fine and I think I’m missing something. I’ll send below an example of what’s happening
like, it comes out like this
The checkpoint also doesn’t have a VAE with it so I’m confused on if I’m missing a specific vae. The checkpoint is called DarkSeal ((WARNING: 18+ NSFW)) but it doesn’t seem to wanna work with me at all ://
Without looking, I don't know what model version it is, but that doesn't look like a VAE issue. So first, have you tried a different CLIP Skip setting? Also, what resolution are you trying to generate?
It’s an XL model and it’s at clip settings 2 I think.
And it’s the latest version when you click download
What resolution are you trying to gen?
Also, just to be sure, you do need the SDXL VAE.
But if you're not generating a 1 megapixel image, you need to.
is it Pony based?
and did you used AnimateDiff extension in the past?
hey i have problem with training my Dreambooth model can someone help
yes. especially if you look at it while its in the middle of a generation job.
You saved my a**
Thanks a lot again
can someone pls help me
no problem 🙂
Interesting...
Using unprompted on latest (A1111) dev branch atm and it seems like it's breaking Always save all generated images
one of the modules uses a mask, and it appears to be saving said mask and never the final image
Manual saving appears to work as intended
can you get models like checkpoint loras and control net from other folder in your drive ? i dont want to have duplicate files can it load from one specific folder? in stable diffusion ?
like i have comfi ui and stable diffusion and they use same models
like checkpoints can somehow import it to stable diiffusion with out copy paste it to stable diffusion
so i have 1 file each
yeah, I always just create links
And then I can keep everything big in one place, etc.
I just yeeted the venv or whatever it's called and it started working again woooooo
Its pony based and I havent used AnimateDiff before - Its a "Merged checkpoint" also so I dont know what that means
Okay make sure you set clip skip to 2.
Then remove negative prompts to test if it works
Your still on an outdated version
okay xD some extensions might wont work with that version
That might be the issue
I downloaded an extension and it yeeted my positive prompt box
Then it just decided it wouldn't launch
So I yeeted my extensions and the venv and it opened and was in perfect working order and the extensions work now too oddly enough
okay, good that it works now
Not sure of your platform, but:
Windows (via PowerShell):
# Create an item in G:\gen\automatic1111\models\Stable-diffusion that is a link to the directory at G:\gen\models\stable-diffusion
New-Item -Type SymbolicLink -Target G:\gen\models\stable-diffusion -Path G:\gen\automatic1111\models\Stable-diffusion
You might need -Type Junction instead of -Type SymbolicLink... but I think a link should work fine
Linux:
# Create a file in /home/username/automatic1111/models/Stable-diffusion/ that is a link to the directory at /home/username/gen/models/stable-diffusion
ln -s /home/your-username/gen/models/stable-diffusion /home/your-username/gen/automatic1111/models/Stable-diffusion
You could also link individual items/files, but that can get annoying
Aight I’ll try that.
Hello, saw some kaggles for stable diffusion like this one, but is stable diffusion banned? what if like for example i had in mind to make a no ui kaggle of stable diffusion for kaggle, do i risk ban?
yes and no. they've banned webuis, with good reason, its not there to let randos mooch compute from them, its for data science. i mean you could probably sneak around it, but they're going to assume its done in worst faith, just to circumvent their policies.
so like, you're not asking if you should steal a car, you're asking if you can do it without getting noticed.
when i upscale this image its staying blurry. not really sure why. I have tried many methods now but I am going insane
are you using an upscaler or latent?
is it specific to this image?
in your models folder, do you have any model files in your ESRGAN folder?
yes. 2 i just added one thinking it would help. 4x-UltraSharp
yes thats one i was going to recommend. it works best on low denoise levels and subtle upscaling sizes. like in steps of 1.0 to 1.25 to 1.50 not just instantly tripling image size
alright should i do it with SD or ultimate you think?
thats personally who i find it works best anyway. and by low denoise i mean less than 0.2
after restarting about 6 times seems like im getting somewhere
So I'm trying to train a LORA as a learning exercise. Using Kohya_ss and the SD 1.5 model worked out just fine. Then I decided to switch to SDXL, and I'm getting some wild error messages that end with: '--config_file', './outputs/tmpfilelora.toml']' returned non-zero exit status 1 I know this isn't a Kohya specific discord, but has anyone run into this issue?
Is it possible to run stable diffusion locally on Android?
Can someone help me with this? I previously had an old version of SD, but after updating I started to have a couple of problems. One of those is that it doesn't let me select the loras folders, and it's as if "all" option was selected indefinitely without me being able to do anything to change this and select another folder of loras, so i had to scroll all the way to serch the lora I want to use, also functions that I should have due to the version I use, don't appear to me.
Help I disabled an override called "downcast alphas_cumprod: true" and now my outputs look cartoony and stupid. how do i reverse it?
never mind turns out i just need hires fix. blyaaaaaaaaaaaaaat
where do we go for help?
Reinstalled Windows, please tell me what exactly I need to install to use the neural network (I'm talking about python, I saved the neural network itself)
For technical help your right here. For image questions there is #📝|prompting-help
i mean with stable
like i got everything im just confused on the civati stuff
Hey, you need python 3.10.11 64bit and Git 64bit
Okay then you can ask here
Okey...
okay so i was trying to use a style and how do i use it i followed the directions and stuff but idk how to use it and also how do i use sliders like a hair slider i strugled figuring it out'
I opened my ComfyUI and now it's not working, anyone know what's happening with Torch and Cuda ?
It depends on the file. Was the style a .CSV ?
The hair slider is mostly a lora.
Here is a lora guide:
#🤝|tech-support message
what about the style ui?
Styles can be saved in auto1111 under the generate button
how do i import one from civtai
style is just a bunch of world that get copy pasted onto your prompt. It's basically a "text shortcut" for your prompt. So there's nothing to download. What civitai page are you reffering to ?
https://civitai.com/models/132426/art-styles-expansion-for-styleselectorxl this one im stuck on what to do i downloaded and thank you for helping me does this stuff get easier?
This is an expansion for the StyleSelectorXL extension. To make this work you'll need StyleSelectorXL: https://github.com/ahgsql/StyleSelectorXL.gi...
i cant find stable xl folder
stable xl folder ?
yes in the direction theres supposed to be a stable xl folder
there's no mention of a "stable xl"
Styler slector xl mb
probably because you didn't install the suggested extension
Otherwise you can probably just take the .csv from the archive and replace your styles.csv with it
wdym
tke the .csv file from the civitai archive, rename it styles.csv and drop it into your stable-diffusion-webui
everything should show up in the usual styles selector
okay tysm!
you guys freaking angels is there a way i can repay u
what do you mean ? what's the logic ? how does it work technically ? Or how to train something ?
all 3
LMAO
jk
how to train something
cause some of these require it
and idk how to do it
"some of these" ?
ReaLora - turns art into a realistic person with a skin texture, and not only It. Identifies and improves other elements.Here I tried to show the d...
requires 5k training
or steps
you don't have to train anything to use a lora
oh
loras are the results of training
what about training what does it do?
it's altering the weight of the models to introduce a new concept / modify the already existing weight associated to an already existing concept.
The result of training is either a fully updated model or some sort of patch that can be applied to a model (eg : lora)
so its not really important alright
I mean, it allows the community to add a bunch of stuff to the model and make them better. I'd argue it's quite important. But you don't have to do training, you can just reap the result from the labors of others.
correct im too dumb for that so thank you lol but if i need help with other stuff i contanc you guys man do you take nitro dude because i was gonna give up on this stuff and you helped me
thanks, but I'm good man, don't worry.
nah not all heros wear capes like u dont worry when i cash my stuff in tommrow i got u first thing
@vocal burrow how do i use sdxls?
I have installed the following extensions in Stable Diffusion, but Lora is not generated.
https://github.com/liasece/sd-webui-train-tools
It is not generated as attached and [Ending job] is displayed on the command, but
On train-tools
There is no change even after an hour has passed since "A: 4.34 GB, R: 4.48 GB, Sys: 6.1/23.9883 GB (25.4%)" is displayed.
What I confirmed
・Stable Diffusion version change
(1.8.0→1.6.0→1.5.1→1.7.0)
・Can the Train base model be used to generate Lora unless it is adapted?
sdxl models ? just like other models, you put them in stable-diffusion-webui/models/stable-diffusion, reload your webui or refresh the model list and then simply select them from the model dropdown at the top left of the webpage
how do i use 2 at once or more?
if your gpu have less than 12gb you'll want to use --medvram-sdxl (and might also enabled fp8 mode for sdxl models in the settings) and if you have less than 8gb use --lowvram-sdxl
you can't use more than one model at once
WHAT WHY NOT!??!!
so if i want cartoon and jug xl i cant?
probably incorrect parameters used for training, try asking in #🔧|finetune that's where the folks that do training usually hang out
you can switch models but no you can't use two models at once.
just like you can't have two engines in your car (yes I know there are exceptions but you get the idea)
dang man do you have any idea how i can fix a face on some people with inpaint
yeah
Thank you!
@vocal burrow do you know whats the best negative prompts?
inpaint + mask the face + tweak the cfg and denoiser values till you get something that please you.
The higher the denoiser the stronger the changes will be
there's no best negative prompts just like there's no best brush in photoshop. It depends of what you're trying to do
and do symbols like (( do anything
ah ok
TYSM!
Im stuttering pretty hard playing games whilst generating, anyway to limit the ram or cpu?
Anyone know this Error ?
Happen when i try to use Tiled Diffusion with a inpaint Controlnet.
But only at some images.
Mostly when the image is bigger then the tile sizes.
Any idea ?
What's your GPU and whats inside your webui-user.bat?
does anyone know how to solve this problem? i installed sd but can not reopen it by webui-user.bat~~
did i use wrong version of it?
it's telling you clearly that you didn't install controlnet extension
oh thx,but not this reason,i just delete this folder, and it is working
yes because it was this extension that required controlnet
what?
sd-webui-cn-in-extras-tab requires controlnet => controlnet is not installed => error
two ways to fix it :
1/ install controlnet
2/ uninstall sd-webui-cn-in-extras-tab
you chose 2/
eeeee ohhhh,
so how to install this?
i seach the extension
but can only find this:sd-webui-cn-in-extras-tab
no
nop
Where do I get the model for open pose for forge? I tried installing an extension but it must be for base A1111 since it screwed the webui when i tried using it. Just need the model on the right
ok I checked, should be this one
forge comes with its own implementation of controlnet, so disable the usual Auto1111 CN extension when using forge
i did, but it doesnt work. there is no model on the right dropdown
usually im required to have something on the right
And you can get cn models from huggingface, civitai, etc eg for sd15 controlnet models https://civitai.com/models/38784/controlnet-11-models
drop those in the integrated extensisons folder?
which one? none seem to have a folder to drop them in.
put them in stable-diffusion-webui\models\ControlNet or stable-diffusion-webui\extensions\sd-webui-controlnet\models
this is the webui folder. no direct controlnet folder. extensions folder is empty since controlnet is builtin by default
never mind
im a dope
I didn't say stable-diffusion-webui\ControlNet but stable-diffusion-webui\models\ControlNet
sure you can use SD without it, but if you install some extensions that requires it.... then you're required to install it
hah need some brilliant programmer simplify the program
spend all day long to install this,tried~
when i use the model(s): *** Error running process_before_every_sampling: C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\Forge\webui\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py
Traceback (most recent call last):
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\Forge\webui\modules\scripts.py", line 835, in process_before_every_sampling
script.process_before_every_sampling(p, *script_args, **kwargs)
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\Forge\system\python\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Users\place\Desktop\Studio\Visual\Image\Ai\Stable Diffusion\Forge\webui\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py", line 555, in process_before_every_sampling
self.process_unit_before_every_sampling(p, unit, self.current_params[i], *args, **kwargs)
KeyError: 0
give us the full error log please, put it in a .txt and drop the file in here.
It makes it easier for everyone
roger roger
Thak you for your patience
Thak you for your patience too@vocal burrow
its pretty big so gotta download to see rest
only happens when i use a model
I meant the full full log. Like everything from the start.
But from what I see it seems like you're using a SDXL model with Controlnet SD1.5 models
ill check
probably right boss one moment
sdxl stable diffusion model => sdxl cn model
sd 15 stable diffusion model => sd 15 cn model
etc
are there controlnet models for sdxl
im gonna run this proper with the right 1.5s and see if it works still though
cf https://huggingface.co/lllyasviel/sd_control_collection/tree/main there are many sdxl models out there
it's just one page among many
Well its not crashing this time, but it's not really adhering to my openpose model
what settings are you using ? screenshot your sdwebui webpage
one sec. ill have to take 2 since it scrolls a bit
ctrl+shift+s to screenshot webpage properly
alright one sec
(maybe it's a firefox only feature tho, let met know)
gotta try a different model so i dont break TOS. for some reason epic realism was doing just fine SFW now its got some lady with her tatas out. damn it. one sec
ill try revanimated
not sure if that works on Brave browser. nothing happened
that worked 🙂
full page
the person is barely contorted to the pose model each time. just barely
you can tick the "OpenPose" ControlType box to preselect some preprocessor and model
it makes it easier for you
also there should be an "explosion" icon somewhere in the CN widget that should allow you to preview the stick figure picture thingy
Otherwise you can try another cn model, increase the control weight, set "control mode" to "ControlNet is more important", etc
preview yielded blank box on right of normal pose box
Did you give CN an image to extract a pose from ?
the one above
oh
i cant just use an openposer? i have to have something extracted?
I mean there
so i cant use the open pose model manually? used that from an openpose site thought it was easier to maneuver
here you're supposed to give either a picture you want to extract a pose from with the preprocessor, or a pre extracted stick figure (for open pose model) looking image
yeah the extracted figure is there posted
yes you can but then you don't need a preprocessor
understood. running without
Any know how I can turn this image into ai art?
voila
thanks fren. now ill test the SDXL models to see if that works. wanna use a pepe frog lora from XL
Hey, yes you can do that with stable diffusion and Controlnet lineart
do i need both the YAML and PTH file for each model or no
I tried to but it just produced the exact same thing
Hi everyone, I saw that version 19.3 was released, my SD doesn't update, as always. these are the commands I have:
git pull
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --xformers --no-half-vae --autolaunch
call webui.bat
you don't need the .yaml
can someone please share some good API service for text to video generation ?
You need to set preprocessor to None
Do I use a model?
Yes, You need a model for generating the image + a model for Controlnet (the line art model)
For some reason my controlnet model tab is empty
Have you downloaded the Controlnet models?
Or make a screenshot how it looks rn
hey, im getting this error when using sd upscaler on forge
TypeError: 'NoneType' object is not iterable
there's something i can do to fix it?
@meager ginkgo here are Controlnet models.
Download the model + its config file below and put them into models/controlnet
https://civitai.com/models/38784?modelVersionId=44877
STOP! THESE MODELS ARE NOT FOR PROMPTING/IMAGE GENERATION These are the new ControlNet 1.1 models required for the ControlNet extension , converted...
After that refresh the Controlnet models with the reload button at the right
Then select lineart as model and for preprocessor select None
Set your output resolution the same or near the input image resolution
I had to put the line art in the preprocessor but I’m getting stuff the is adding up
@ornate elk any tips to remove move the wording?
not sure why the picture is coming out nowhere near what i planned. The PDF is just the webui printed with settings
Anyone know how to solve that issue ?
Have you modified something in ComfyUI before it started showing this error? What were you trying to do?
I think i installed SD ultimate Upscale, but then i removed it and did some stuffs based on some forum but i still have the issue
you only download the folder with the node or whatever you deleted and that's it, then reset the local server of ComfyUI
what stuff
Color them white
workflow embedded
looks great but the vampire theme hurts my heart
some of my base models stopped working. don i need to replace them?
depends on what you exactly mean by "stopped working"
how about a shark theme
or a clown theme
I'm sorry but what does that mean
I'm not sure i understood your response. Yeah i downloaded the custom nodes from ComfyUI manager and then restarted and had this issue coming
well, it won't happen out of blue, I have no problem with SD Upscale
Then i started to look online for the error, so i tried to add the script folder to SD Ultimate Upscale folder but it wasnt solving it so i just deleted the whole folder from ComfyUI.
Then i found that person talking about an issue with the protobuf thing so i reinstalled the version based on those recommandations but i still got the issue
Yeah i used to work with it and it was working, but then i had to delete it because i had some import issue. Then i reinstalled but maybe it's due to something else, but i'm not sure what.. That's why i kindly asking for help 🥹
Now i'm just starting Comfy and having that error straight away
Sorry then, I can't help you. I'm missing what files you deleted. Generally you just delete the folder with the node. I don't have much knowledge in ComfyUI, but it'd be helpful if you told me what you deleted.
or just download ComfyUI again and replace the files you deleted or modified
Do you have the portable version?
Right, the thing is that i deleted nothing until i got the error, that's why it doesnt make sense lol
Yup
Have you tried full reinstall even with the requirements? What python version you use?
I'm a newbie, can someone explain what \ (word\ ) does in prompting, and what adding multiple parenthesis does? like (((word)))
No i've not tried that yet, i'll do that as my last option since it's going to be quite heavy with all the models and nodes i've uploaded overtime
adding parenthesis add more weight to a specific word or sentence, so the prompt will impact heavier on those words than the rest of the words
increases the factor or in other words focus on the particular word during the image generation, you can find it here:https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features
that applies to comfyui too right?
yes
thanks!
not all things I think, but the brackets do
Yeah i guess it's an error with Python
@vocal burrow can i get some help when i added another lora it deleted the other one and i cant get the other one back i even readded it how do i fix?
i use forge and i get an error "TypeError: 'NoneType' object is not iterable" when i try to use 2 of the check point models. one is a SDXL 1.0 and the other was Pony
here's another style for ya
if you have comfyui installed you can just click drag these into it and the workflow will pop up and you can substitute the style 🙂
Hey, when you're usin forge, is there a way to set defaults?
(ie i want it to start w/ xy height width, z sampling method, etc.)
Yes
At least he tried pretty hard. That's why he has my respect ...
where is the clownshark checkpoint on civitai? :3
Should be in his pictures
Ohh.... checkpoint?
well with all these clownshark pics, might as well make a full checkpoint 🙂
I think it's a comfy workflow using IP Adapter
yea i saw his workflow one day, it was a thing of beauty
Beauty is an interesting word for it 😄
lots of spaghet 🙂
nice zoom out
Not my work 🙂
that's a...damn...lie :3
A.I. did ... I just gave a picture
ai did all the hard work
But it still can't clean dishes ^^
il clean your dishes 🙂
Bedtime coming! Have a good time!
gn
Does anyone know how to get better quality images and stuff
It may be the wrong place to ask, but since I'm using the Stability API it's worth a try. I'm trying to make a web app that generates images but I'm getting an error. Here's the front-end: ```javascript
import './style.css';
const form = document.querySelector('form');
form.addEventListener('submit', async (e) => {
e.preventDefault();
showSpinner();
const data = new FormData(form);
const response = await fetch(import.meta.env.VITE_API + '/dream', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({ prompt: data.get('prompt') }),
});
if (response.ok) {
const base64Data = await response.text();
const binaryData = atob(base64Data);
const bytes = new Uint8Array(binaryData.length);
for (let i = 0; i < binaryData.length; i++) {
bytes[i] = binaryData.charCodeAt(i);
}
const blob = new Blob([bytes], { type: 'image/webp' });
const blobUrl = URL.createObjectURL(blob);
const result = document.querySelector('#result');
result.innerHTML = `<img src="${blobUrl}" width="512" />`;
} else {
const err = await response.text();
alert(err);
console.error(err);
}
hideSpinner();
});
function showSpinner() {
const button = document.querySelector('button');
button.disabled = true;
button.innerHTML = 'Dreaming... <span class="spinner">🧠</span>';
}
function hideSpinner() {
const button = document.querySelector('button');
button.disabled = false;
button.innerHTML = 'Dream';
}
and here is the back-end: ```javascript
import fs from "node:fs";
import axios from "axios";
import FormData from "form-data";
import dotenv from 'dotenv';
dotenv.config();
import express from 'express';
import cors from 'cors';
const app = express();
app.use(cors());
app.use(express.json());
app.post('/dream', async (req, res) => {
console.log("--POST")
try {
const formData = {
prompt: "Lighthouse on a cliff overlooking the ocean",
output_format: "webp"
};
const response = await axios.postForm(
`https://api.stability.ai/v2beta/stable-image/generate/core`,
axios.toFormData(formData, new FormData()),
{
validateStatus: undefined,
responseType: "arraybuffer",
headers: {
Authorization: `Bearer `+ process.env.STABILITYAI,
Accept: "application/json"
},
},
);
if(response.status === 200) {
// console.log(response)q
// const data = response.json()
console.log("---DATA")
console.log(response.data)
res.send(response.data)
//fs.writeFileSync("./lighthouse.webp", Buffer.from(response.data));
} else {
throw new Error(`${response.status}: ${response.data.toString()}`);
}
} catch (error) {
console.error(error)
res.status(500).send(error?.response.data.error.message || 'Something went wrong');
}
});
app.listen(8080, () => console.log('make art on http://localhost:8080/dream'));```
the error is on line 10: const response = await fetch(import.meta.env.VITE_API + '/dream', {
Thank you kindly Yates!
I am unable to get my output to obey my poser model. I have the entire webui/settings on that PDF printout.
It spits the poser in output on a separate pic so it looks like it's working, but it's not.
Could be that I have the wrong model? I'm using SDXL and it's SDXL, but there's a giant list here and I'm not sure which one to use: https://huggingface.co/lllyasviel/sd_control_collection/tree/main
Does anyone know if there's a SDXL segmentation model?
i wonder if some loras just dont work with poser
Brothas has anyone ever managed to have success in using controlnet open pose with forgeUI?
This thing just wont work
It works fine on the preview and all but the generated images just dont follow the pose
here is a pic of the controlnet with a random pose, so you can see that I do have the right model and it is drawing the lines, but the gen image doesnt follow them
thats what im sayin. try Unit1 and see if that helps. I think Unit0 wont.
im having similar issues. Sometimes it follows the pose and sometimes it doesn't; doubly difficult if I use LoRAs.
Oh you having the same problem?
ye
I'm considering trying swarmUI just cause of this, but dont know if it has controlnet, will search later
try Unit1 instead of zero under the controlnet tab. also if u have a pose skeleton select none under the preprocessor
also ye I'm using loras, didnt try without
K, will try in a few mins and will report back
worked better without LoRAs. someone needs to raise a stink about this on the commit threads
because i DO NOT wanna go back to auto1111
There hasnt been any updates in forge for some time it seems
So I dont have much hope
yeah no way to do XL with it
in either or just forge
I hope Swarm has controlnet cause I dont wanna waste time with comfyUI either lmao
so did it work with regular loras or just not XL
so could use Swarm for controlnet and switch to forge when inpaiting since swarm doesnt seem to have inpainting
because it seemed to just be xl for me
didnt try yet, but I can test
thanks yeah id like to know if its ALL loras giving u trouble or just XL
Ya just let my GPU finish generating those 87 images
Its weird that I can barely see people talking about this tho
So Idk if its a general problem or if we are doing something wrong
was it just XL or no
also we just need to get the attention of the gurus here. they might be on break
yeah, wanna at least have an answer from people who have been here for longer to know if it's a general problem with Forge or if it works on their machines
soooooo
was it just XL or not
or all loras for u too

udnerstood that saves me time. im gonna use 1.5s for now. was trying to make a sick pepe frog background with XLs
hello,i wanna install some model and i open civit brower,but it is said i need some kind of api key?
can someone tells me how to get that key? or how to install it?
API to connect to Civitai. I believe you can find it on your profile on Civitai? Was a while ago I did that. But honestly imo it's easier to just go to Civitai yourself and download from there. Especially since you probably usually want to view more info in regards to the models and also view user submitted images to get a good idea of what prompts are useful on that specific model.
i serch the website
can not find anywhere about api key~@harsh token
i think this is the right website, right?
Well yeah, like I said your account
you ever hav issues with openpose with forge?
don't use forge
y?
you saying you dont or saying i shouldnt?
goooooooooood talk
I'm saying I don't
ah
oh i have another question~~can you tell me which option do i need to enter the api key?is this the right place?
weird that auto1111 has problems with animatediff and forge has problems with controlnet poser
Did you ever figure out the solution here?
Alright, so I'm using Forge. I've got https://civitai.com/models/56519/negativehand-negative-embedding this in the embedding folder, but it's not showing up in options even with multiple refreshes. Is there a trick I'm missing?
I'm not using Forge, but I'm going under the assumption that it works the same way there. Chances are you're using the wrong model. For instance a SDXL model. Because it probably defaults to filtering out stuff you can't use.
whats a pony image yall?
yeah, that's usually the case. i'll recheck. thanks. 😗
pony diffusion is a checkpoint method that's pretty good.
either that or a picture of a my little pony.
how does it work per say
Do you know what checkpoint/models are?
kind of not really
and aye yo whats with the pf
pfp
It's just what the AI has been trained on essentially. And currently, Pony is probably the best one there is for Stable Diffusion. Unless you're looking for something really specific, like realism.
so how do you use it properly?
I'm not really sure I understand what you mean. I mean there are a billion different ways to use it. So what do you mean by "using it properly"?
yeah to get good images also how do i quality boost them?
That's a bit too broad and subjective. But just go to Pony's Civitai page, read about the model since they give some decent information. Then you can check the user submitted images for it and see what they do to get that result.
yo is there a way to rename loras i can do it man with all the numbers?
Should work by just renaming the file itself. Just know that the trigger words would be the same
does that apply with sd models too?
I think so? Never tried it. Cause that seems like a recipe for disaster if you need to look up the names later. And I'm not using enough checkpoints that it would be necessary.
okay so i got another question how do i use this pony? https://civitai.com/models/257749?modelVersionId=290640
Pony Diffusion V6 is a versatile SDXL finetune capable of producing stunning SFW and NSFW visuals of various anthro, feral, or humanoids species an...
I mean, just download it like you would any other model
I mean do i have to use it for checkpoint only and why do these things take 20 mins jesus
What do you mean "for checkpoint only"?
This checkpoint recommends a VAE, download and place it in the VAE folder.
that
I think the VAE it recommends is just the default SDXL VAE.
You don't need to use it, you can use another one if you want
dude how do i use different styles with pony?
It sounds like you just need to look up how to use Stable Diffusion as a whole
Why that?
im trying im hella new with it and its so slow that my main issue i thought nvida cards are good for this damn
Auto1111 has no problem with AnimateDiff.
And forge is known for buggy or broken controlnet
hey long time no see
Hey
Nvidia cards are good. But you also need a good card in general. ESPECIALLY if you want to generate in an XL model.
so whats considerd good do i need to upgrade mine then?
What's your GPU?
I don't even know what you have so I wouldn't know if it is or isn't good and if you need to upgrade.
rtx 3070ti
HELL NO it takes a whole min to generate 1 image lmao
Ah okay then you need to make some adjustments in the webui-user.bat for the best performance
wdym
Then it sounds like you're doing something wrong. I used an RTX 2070 for the longest time. A 3070 Ti is at least 50% better.
You have to edit the webui-user.bat
By right click, edit, then at the line commandline_args=
you need to add: --xformers --medvram-sdxl --no-half-vae
Then save and launch the webui-user.bat
That will let you generate much faster
ok ima test it
DUDE A LIFE SAVER AGAIn
wait until he learns about lcm, etc :3
whats lcm?
whats score up do and how do you know how to use it?
read the model description of Pony, there its explained
this model was trained differently than sdxl or 1.5 models
As I told you before. Read the model's page. They give you a lot of information you need. In fact, that's what you always should do regardless of the model you use. Sometime they even give good baseline prompts to start with and recommended settings to use.
Hi guys, I am looking to buy a PC (not laptop, since those GPUs are not the same like in desktop) in the future for using SD.
I have read a lot about needed specifications, but besides the VRAM, how would you weigh the influence of the other system elements when using SD?
So far, my list goes like this, rated from most influence to least influence:
- Nvidia RTX 40-series with at least 12-16 GB
- CPU - best maybe a new Intel 9 ?
- RAM - at least 32GB - how much influence has r/w-speed on SD?
- Storage - SSD - how much influence has r/w-speed on SD?
- Mainboard and power supply - I don't know much about these components...
Hey, for SD image generation the VRAM matters the most, and the newer the gpu the faster it is too. (12-16gb is very good)
For Gaming make sure the CPU matches your GPU so you dont get a bottleneck. (Depends heavily on the monitor Resolution)
You can check this here: https://pc-builds.com/bottleneck-calculator/
32GB RAM would be perfect for any task. Make sure you buy a dualchannel kit.
For the Power supply checkout this: https://www.bequiet.com/en/psucalculator
There make sure your power supply gets used at least 75% and not over 90%. best is between them.
i get this error: AttributeError: 'NoneType' object has no attribute 'lowvram' and i am also unable to load any Stable Diffusion checkpoint how do i fix this? (i am using a rx 6700 xt and i followed (https://www.youtube.com/watch?v=eO88i8o-BoY) this video for the installation) the default checkpoint it comes with does work but trying to use others doesnt work.
Hi, is there something very similar to this program: Kohya LoRA Dreambooth? Unfortunately it has been closed, and I can't create Loras with other programs, because I find them really too complex
i beg to differ a little bit i found a heck ton of complaints about animatediff while googlin the issue. like a LOT of them and its all the same exact error i have. some people dont have it but a lot do. i can go scrounge up every single thread about it and make a compilation to post here if you want.
What do you mean with "it has been closed"?
You could show me the error sure, maybe i can help
What do you mean with closed?
Kohya_ss gui works and is still active
That tutorial isnt good, you should use my install guide from the pinned messages of this channel to install the better working webui version for AMD, its with zluda
this version is closed: Hollowstrawberry-Kohya-colab
ahh google colab
Yes 😦
Getting frustration every time when trying to generate a decent image using exampes from ai gallery websites. Could this be Lora smth?
Note: I am using the same settings and model
your not using the same settings, but i cant check your meta data
could this be sampling method or lora?
lora or model
if you really use the same model, then you need the same lora too
and the image creator used hiresfix or sdxl
about image creator is new to me
could this be good tutorial?
nope, i wouldnt recommend using a refiner for sdxl
its not needed for custom models
what model are you using?
I am using ponnyDiffusionV6XL
then you need to adjust your resolution, because pony is sdxl based, and sdxl is trained on 1024x1024
Wow, haven't expected to be it very important :0
I have been using 218x218 for faster generation
oh thats pretty bad even for 1.5 based models
1.5 is trained on 512x512
resolution is very important
Does anyone know what the hell I'm doing wrong? I recently upgraded SD so I can use the XL and Pony models because it has some loras that I like. So I was doing tests and it happened to me that in the preview the image came out in relatively good quality, but then the final result is the same image but pixelated. Is there something I'm missing? because with the 1.5 models it doesn't happen
what vae are you using?
orangemix
here you see an sdxl model used on 512x512 and 1024x1024
thats a 1.5 based vae, you need to use an sdxl vae
ok, thanks, i didnt know that vaes also requires xl baesd
yep, same goes for loras and embeddings too
okay thanks, I'll keep that in mind
very huge difference
Also just wondering, is this good speed values for gtx 1080?
totally not 😮
i have a GTX1080 in my old PC and it was faster
whats in your webui-user.bat?
if its on an external drive it should be on an SSD.
but to get better speed you need to remove --opt-sdp-attention
and instead add: --xformers --medvram-sdxl --no-half-vae
Added arguments, won't moving it to SSD because still using 128gb
okay, with these args it should be much faster when using sdxl models like pony
no problem 🙂
And also:
did someone make a video about it bcs im bad at reading ;/ (i guess ill try my best at following it) but thanks for stating that the tutorial isnt good :)
You can ask me if you have any problem or question. I'm on AMD too
is this the right place to get tech support or put a support ticket in for Stable Audio subsriptions?
What's stable broadcast?
If you want to install a Programm for Image generation (stable Diffusion) then your right here
Ah NP, checkout the pinned messages of this channel for my Install guides.
There are different ones for Nvidia and AMD cards
Does anyone know of a cloud API that supports ControlNet?
good evening again excuse me do you know if it is possible to easily install lora from civitai?
Hey, download a lora and place it in the model/lora folder
Then you can select it in the webui
yes it is therefore not an extension that exists for civitai?
There is an extension called Civitai Browser Plus
With that you can easily install it
okay thank
I have no idea what's causing this. sometimes i can see faintly what i wanted to generate but it would still be made up of black and blue blobs
What's the model and VAE?
though this has heppened with two models so far
weird. issue seemed to have fixed itself after reloading the UI
@ornate elkhey is there a way to alter a seed? im try to lighten the skin tone on this image
hey you can alter the seed with the extras button:
I've been using Forge so I'll have to redownload the A1111 repo so I can replicate the bug.
guys, using AUTO1111 it seems i can't get any model on any sampler to draw 2 faces with opened eyes. when 1 face in the image the eyes are great, but with 2+ faces all the eyes are closed or deformed. how can i fix this please ?
Hey you told me to post the error, so here ya go. Here's also some proof (motion henry cavill) that it sometimes works as it quits on me at random after consecutive generations and no settings changed. It COMPLETELY crashes A1111 and I have to restart it as I can't even generate still images after that. I've tried to iteratively replicate it by slowly tacking on extra things like lengthier prompts, LORAs, and changing the motion module to something from Civitai and it seems to mainly shit itself when I add negative prompts to the mix.
And, to clarify, I do have a beefy GPU (3090RTX). Also thank you for your time.
hey guys
but do you maybe know why this is happening?
I have tried 7 times.. always allocating less and less CUDA but still it does not allow me to train the model
is it because I need to allocate even less VRAM or because the accelerate command missing?
Stuck here
hi, how can I prevent Pinokio from downloading basic models when it starts?
i need some help with putting in the %HIP_PATH%bin i have no idea where this is doesnt seem to be in the bin folder for me ;/
is this what i put there
correct me if im wrong ofc but i think this is right 😬
i have a rx 6700 xt do i download this bcs well it is under the rx 6800 but i dont see specifc stuff i have to download extra 😅
sry for the message bomb 🙏 take your time ofc 😊 i appriciate the help
I am having a strange case of the webui not communicating with the server
can anyone help?
guys can someone link me a video how to download stable diffusion?
theres a lot vids on the youtube but idk which one is the right one
just so i install it correctly
im new to sd
Do you want the regular SD or SD Forge? If you don't know what forge is, Forge is like an upgraded version of SD with extra settings and features. I like it a lot, and I'm also a new user
Anyway, I like this guys videos. Pretty straight forward. https://youtu.be/zqgKj9yexMY?si=YkX8_wfTUbIwCLWR
Welcome to today's tutorial where I'll guide you through the installation, setup, and use of Forge, a cutting-edge Stable Diffusion web UI.
🔥 Key Highlights:
- Speed Advantage: Discover how Forge outperforms other versions like Automatic1111, especially on systems with limited VRAM (tested on 6GB VRAM).
- Easy Installation: Step-by-step instr...
thxxxxxxx
Anytime
does it have stable diff 3?
Checkout my install guides in the pinned messages of this channel.
There you find the latest guides
ohh ok
Yo @ornate elk, do you know anything about AttributeError: 'str' object has no attribute 'decode'?
Trying to generate in img2img and whatever I do in settings I keep getting this out of nowhere
Would need to see the full cmd screenshot
And the settings of img2img
Sure
Yes these paths are correct 👍
Yes you download the first rocm library there. Ignore the other two links and source.
Then follow the step further
Is this img2img batch or is this in Extras tab?
can stable diff generate videos too?
Okay have you tried without reactor to check it its the cause?
Or try with a single image before batch
Huh, I just did, and it seems to work when I deactivate Reactor
Might just reinstall it then and see if that fixes it
Yes or try with an face image input instead of a face model
That actually worked!
So the face model files are gone I reckon
They are not gone lol, they are where they should be
Its working now, I just had to remake the safetensors files
Not sure what happened to them tho
Oh its very dummy proof
you just load several images into the tool, name it, and click build and save
then it saves to the models/faces folder in reactor
Ohh sound easy, what tool is that?
ReActor, https://github.com/Gourieff/sd-webui-reactor, very decent face swap extension
@mortal compass i followed the tutorial vid but im stuck there, what should i do?
Thanks for your guidance CS:)
This looks like a help command, like "nameofsoftware" --help
What is above?
can you give me the time stamp
Sry had to go to wc xd im checking
Right, so, can you tell me what you did step by step
From the start
ok so i downloaded the web ui forge then i made folder named forge
extracted it there
deleted the rar file
updated the bat file
then ran the run.bat file
is it maybe because i had python already installed?
That might be the problem
should i delete the python?
Yes, uninstall python and git if you also have that
okk
by webui is not communicating with the server help
this version installs both automatically
ohh
Always read the fine print 😉
hello, my webui stopped working correctly suddenly. Like when i launch and i want to generate an image it just say "connection errored out" and i need to close the webui, there are no errors in logs and im confused
This is something called a "fork". SD is open source, free for anyone to use. So other programmers took the code and added a bunch of stuff and improved it, making it their own version, if that makes sense.
ohh yea ok
but you can use both SD 1.5 and SD XL models on it, you just need the checkpoints
@feral cedar @humble cobalt sry guys that's out of my knowledge 😦
is rocm6 not supported yet?
for a1111 webui
I have no clue, I'm very novice when it comes to A1111, only been playing around with it for a month
What does the cmd shows when launching the webui-user.bat?
whats your gpu? and what OS
Okay, so, you uninstalled both right? Then you ran the run.bat file?
`venv "C:\Users\lyzux\OneDrive\Bureau\stable-diffusion-webui-master\venv\Scripts\Python.exe"
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
Version: 1.9.0
Commit hash: <none>
Launching Web UI with arguments: --xformers --medvram-sdxl
Loading weights [89fa3f3b51] from C:\Users\lyzux\OneDrive\Bureau\stable-diffusion-webui-master\models\Stable-diffusion\xlsusjelomixPony_v10.safetensors
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
Creating model from config: C:\Users\lyzux\OneDrive\Bureau\stable-diffusion-webui-master\repositories\generative-models\configs\inference\sd_xl_base.yaml
Startup time: 12.4s (prepare environment: 3.3s, import torch: 4.2s, import gradio: 1.1s, setup paths: 1.3s, initialize shared: 0.3s, other imports: 0.7s, load scripts: 0.7s, create ui: 0.4s, gradio launch: 0.4s).
Applying attention optimization: xformers... done.
Model loaded in 12.8s (load weights from disk: 0.7s, create model: 0.7s, apply weights to model: 9.7s, apply half(): 0.1s, hijack: 0.1s, calculate empty prompt: 1.2s).`
yes
should i download python and git again?
okay, you need to reinstall the Webui completely, because you installed it the wrong way (by downloading it as zip) and you installed it in a OneDrive Synced folder which causes issues. Also it never got updated.
Follow my Install guide from here and you can then move your models over after that.
Install guide: #🤝|tech-support message
Maybe the video wasnt so good after all.. I'll look up another one that I liked, that guy was very noob friendly, hold on
or let him install the default webui from auto1111 with my guide
that might be easier xd
okay thanks i'll try
@nimble stump Follow this guide if you have an nvidia gpu:
#🤝|tech-support message
its also in the pinned messages of this channel.
I think you should follow CS1o's directions, he knows what he's talking about
but does it contain the forge version? as @mortal compass said the better one
no, it covers the Automatic1111 webui. which forge is an alternative of.
forge is only better if you have a GPU with less than 6gb vram.
but how much better is it?
its not really better, some stuff wont work on forge which works on auto1111
but its faster for low vram gpus
okay thx
You can get many of the settings and features without forge, you just need extra extensions and download extra files. You can install forge later when you have a bit more knowledge, it won't go away
thxx
exactly, get Automatic1111 to run and then you can install forge later too, and test it
Automatic1111 webui is the most used Stable Diffusion webui
@ornate elk
it says no such file or directory
what now
can i just donwload it manually?
from github?
and put the webui master into my ai folder?
cant download it through git hub with cmd
can someone help pls
well, i tried to follow the guide, but the cmd say that when i want to launch it :
venv "C:\A1111\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Version: v1.9.3 Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0 Cloning Stable Diffusion into C:\A1111\stable-diffusion-webui\repositories\stable-diffusion-stability-ai... Cloning into 'C:\A1111\stable-diffusion-webui\repositories\stable-diffusion-stability-ai'... remote: Enumerating objects: 580, done. remote: Counting objects: 100% (571/571), done. remote: Compressing objects: 100% (306/306), done. error: 4426 bytes of body are still expected | 499.00 KiB/s fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output Traceback (most recent call last): File "C:\A1111\stable-diffusion-webui\launch.py", line 48, in <module> main() File "C:\A1111\stable-diffusion-webui\launch.py", line 39, in main prepare_environment() File "C:\A1111\stable-diffusion-webui\modules\launch_utils.py", line 411, in prepare_environment git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash) File "C:\A1111\stable-diffusion-webui\modules\launch_utils.py", line 191, in git_clone run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True) File "C:\A1111\stable-diffusion-webui\modules\launch_utils.py", line 115, in run raise RuntimeError("\n".join(error_bits)) RuntimeError: Couldn't clone Stable Diffusion. Command: "git" clone --config core.filemode=false "https://github.com/Stability-AI/stablediffusion.git" "C:\A1111\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" Error code: 128
maybe its because i already downloaded webui before and so its doing shit with it ?
Seems like a network error
Please read my guide carrefully
It says don't install in Documents folder
oh yeah its working now i switched on my 5G
i'm having a very bizarre issue where some models work and some do not
as in they refuse to load and just error
i've tried my hardest to google and research the issue but i'm left scratching my head
Hey, what does the cmd shows when switching models?
this is the most common error
i have a decent ish gpu so i don't think thats the issue
but i could be wrong
What's your GPU?
12gb i believe
In your webui-user.bat you should add --xformers
Then try at again
Also make sure your on the latest webui version
yep i think so, download it only a few days ago and still no luck
sadly the same error
The first error is a out of vram error
so my 12gb cpu isn't enough?
i just find it weird that i was able to get 2 models to work and generate some quite lovely images but most models i try don't work
It should be enough. But make sure you disable and close heave programms in the background like Wallpaper engine or games.
oh yes i always do that, nothing open except the cmd window and firefox which is necessary to open the ui
Okay and does the error comes from starting or only when switching to the model?
Or when generating?
well thats the baffling thing, it happens when i switch to the model
it won't even let me load it in
How much normal RAM?
Ahh yes thats the issue
oh dear
8gb is not good for the sdxl based models
To fix the issue you could buy 8gb more RAM.
Or what's easier and cheaper: increase your windows pagefile
Min 16000 Max 24000
Make sure its only enabled for the C drive.
And disabled for any other drive.
And then make sure you have at least 15gb free space on C
ah thank you, and should the initial size and the maximum size be the same?
No min 16000 and max 24000
thank you very much, i shall do that and let you know how it turns out
Yea no problem 🙂
Not needed
If its ready it will open up in browser.
Then you need to checkout Civitai.com
There you can download models needed for image generation.
Like realism, anime and more
okk tysm!
You can download these models and put them into models/stable-diffusion
There will be also files like Lora's these go into models/lora
kk thx bro
A good starter model is Dreamshaper v8
https://civitai.com/models/4384/dreamshaper
DreamShaper - V∞! Please check out my other base models , including SDXL ones! Check the version description below (bottom right) for more info and...
just wanna ask, do you get paid here for helping noobs?
also do you have any social media or somethin where i can support you?
Hey, nope I don't get paid, but I will setup a github page with some guides where people can donate if they want 🙂
i would definitely donate man. thanks for ur time
It works! thank you very much for you patience and help
Perfect! Np
first from the left shows my stable diff version?
1.9.3?
if so, isnt that old? can i update it somehow?
1.9.3 is the version of Automatic1111 and is the current release version.
so its the newest one?
Automatic1111 is not Stable Diffusion, it is the user interface for various Stable Diffusion models. Stable Diffusion models come in a variety of versions such as 1.5, 2.x, XL, Cascade, & 3
oh okk
You are deleting all the models you have.
If you're that concerned with space, then delete it. You could always download it again. But you do need some model to work with.
Is auto1111 still auto downloading 1.5?
I think so
Omg
im downloading better ones
im not gonna use this onw
im just asking if this one can be deleted
100%
ok
But first put another model in the folder
alr bro
"Better" is subjective. There are things you can make that model do that look amazing, like every other model. But in general, other models are easier, more specifically styled, etc.
guys i downloaded this model https://civitai.com/models/4499/unspeakable-horrors-negative-prompt
I've seen horrible things. But hopefully you don't have to. These embeddings mainly focus on composition, color schemes and anatomy. They are not p...
but its in txt file
That's not a model.
how can i add this to my stable diff?
That is only a negative prompt embedding.
is it possible to apply it to my stable diff?
You need to do some googling & reading to understand the basics.
can i make my own preset?
Yes, below the generate button is a style dropdown
But you can't safe steps or resolution etc
Only prompt
But you can load images back into SD to get the settings back
thank you g
yo i made some fire
but the problem is i can render only 1024x1024
if i go higher its not gonna render
can i upscale to 4k or atleast 1080x1920 these?
Hello, getting eyes closed on all models all samplers when there are 2+ persons in the image. while when there is only 1 person in the image, all is fine. is that a settings problem ? do i have to increase something or add something ? Thanks!
Do you get an error?
What's your GPU?
anyone problem with gradio?
if you use the 4gb one then you need --xformers --medvram --no-half-vae in your webui-user.bat
and then you also need to install the tiled vae extension to get higher resolution
nope
idk idk cuz my shit lagging and cant even render 1080x1920
1080x1080 sometime can render but most of the time not
1024x1024 works fine
you need to know that you shouldnt render natively on these resolutions.
Stable Diffusion has different base models:
1.5 models are trained on a 512x512 resolution
SDXL models are trained on a 1024x1024 resolution
With your card you should use 1.5 based models (these are 2gb files).
SDXL wont work good with a 4gb vram card.
then generate at a lower resolution and then you can upscale images to higher resolutions
1024 works fine which is sdxl i believe
just rendered these
should i do 1.5 models only?
if you want faster generation speed, then yes.
also upscaling can enhance the image quality
thx for info bro

