#💬|general-chat
1 messages · Page 83 of 1
so right now, you put an input into a Digital neural network, and it infers that thorugh the weights. Billions Millions of numbered parameters that multiply against each other. After that calculation, it''s off. It's no longer thinking.
so if self awareness is achieved, it would only exist in those moments of execution
would we even know?
is something waking up and existing for the first time whenever we run inference?
deep? we've barely scratched the surface
Any good and cheap cloud service on which I can fine tune stable diffusion?
hru all
are there any open source dictation/voice typing AI trained softwares? (free) That can learn my voice so it doesn't look like I'm speaking seventeen languages like windows 11's built in does?
or just free software doing the same
Yo , what is better for stable diffusion, rtx 3090 on the cloud or colab pro? It seems like colab cheap tpus or gpus are worse than an rtx 3090.
If it could be possible, replace text embedding llm bert with gpt4 will give better output?
Anyone here with a rtx 4070 and can share Performance?
how many options are there for "live image to image" ? i have tested the Krita plugin, and it works, but i kinda hate Krita XD. is there any other method you guys know ? or app? i prefer gimp but there doesnt seem to be anything
Anyone has a good way to fill "empty" parts of an image?
Without masking it by hand, it'll get messy, too many details and without changing image itself
I don't remember how I was doing it before 
I mean on png, where you have no background
anyone with good kohya config to make face model?
Error occurred when executing CheckpointLoaderSimpleWithNoiseSelect:
'ModelSamplingConfig' object has no attribute 'sampling_settings'
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 83, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\nodes_extras.py", line 49, in load_checkpoint
out[0].model.model_sampling = BetaSchedules.to_model_sampling(beta_schedule, out[0])
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\model_utils.py", line 59, in to_model_sampling
ms_obj = model_sampling(cls.to_config(alias), model_type=model.model.model_type)
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\comfy\model_base.py", line 28, in model_sampling
return ModelSampling(model_config)
File "E:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\comfy\model_sampling.py", line 27, in init
beta_schedule = model_config.sampling_settings.get("beta_schedule", beta_schedule)
i tipically open the image in another software (Photoshop, Gimp, Krita, etc) and use the bucket tool, and then some wide strokes and run the result trough image2image inpaint with hig denoising
Error occurred when executing KSampler:
forward_timestep_embed() got an unexpected keyword argument 'time_context'
That will change initial image
then i dont understand what you need help with
to fill ONLY empty parts of image.
image2image inpaint
this isn't going anywhere unless you read the question...
Without masking it by hand, it'll get messy, too many details and without changing image itself
there is an extension called "segment anything"
maybe thats what you are looking for ?
oh sorry, "inpaint anything" its better
yea that might be an idea
inpaint anything even has options to do the inapinting right there from the extension, or to export the mask
I'm sorry for asking this, but could someone please tell me which version of stable diffusion I should be using?
There's 1.5, 2.1, and XL
that's just base model versions, I'd suggest either going with SDXL or picking up something you like from https://civitai.com/
Thanks! Is 8GB VRAM enough to run SD?
idk about sdxl, but it's enough to run 1.5 based models from community for sure
even 4gb is enough
I think 8 should be fine for sdxl too
There is a big quality difference between 1.5 and XL?
between base models - yea, pretty big
but people don't really use or compare base models
i know gpu + gpu vram is the #1 bottleneck for stable diffusion. what is number #2? is it system RAM or is it CPU?
hello is it possible to run confyui remotley but not from the same network
I think that's really it - no other bottlenecks
short answer "yes", the same as A1111. Long answer, read the documentation about ports and "listening" and then probably read about how to make your pc discoverable in the internet (also known as port forwarding)
yeah i mean if you had to pick the #2 bottleneck would you choose either ram size, ram speed or cpu speed?
the gpu mem bandwidth
Noob question here! When using Textural Inversion (Embedding), is it exactly like LORA/LyCoris? I just have to click the embedding in the correct positive/negative prompt box, and use the activation words? Or are embeddings always on? Thanks!
Yeah, I guess the PCIE bandwidth 🤷
pcie bandwith between ram and GPU?
i dont understand
i am budget limited so i cant getanything better than the 4060 ti, i know it is cripled on purpose by nvidia
He means the memory bandwidth on the GPU itself. GPU chip to GPU memory. I was talking about the PCIE bandwidth, which is the CPU+Ram <-> GPU communication bus
you probably could get a better one but used
ah i see
or you could also go with a new intel a770 16gb for 300$
im already fully married to my 4060 ti 16gb and i dont cheat
what do you think would be better in this scenario if you had to choose one, the purpose is playing with SD and playing with LLMs and anything related to all these things.
build A. 4060 ti 16gb + 64GB of DDR4-3200mhz on a PCIE 4.0 bus.
build B. 4060 ti 16gb + 32GB DDR5-5600mhz on a PCIE 5.0 bus.
if you're doing a pure SD focused build - GPU is all that matters. NExt most important thing is just data drive for storing models and loading em quick
more ram might come in handy when playing with LLMs, esp. if you want to load a gguf model
yea also pcie 4.0 vs a 5.0 doesnt matter on a 4060 ti unless u have a 4090 or an a100
yea unless u plan to upgrade later then its better to buy the newest motherboard with pcie 5.0
PCIE 5 won't be used by any current cards - RTX 40xx uses gen 4
ah
yea i guess u right,unless u wanna go with an a100 maybe it would be useful
what do fps_id, motion_bucket_id, cond_aug, and num_steps parameters do in Stable Video Diffusion?
comfy's docs explain them https://comfyanonymous.github.io/ComfyUI_examples/video/#some-explanations-for-the-parameters
Thanks! the only one I'm missing is num_steps. I guess it's a sampler steps or something?
in example code they set steps to 25 for small model and to 30 for xt one
yeah steps is steps is steps
means the same wherever
What UI do you guys use to finetune SDXL? There are so many options now, I'm at analysis paralysis
hi guys
Do you mean train a new model or actually finetune?
Auto1111 with dreambooth, if you're asking how to train a model.
hmm I mean finetuning SDXL. Like updating the weights to be good at something specific.
I thought dreambooth is for having the model learn how to create representations of a person or object, not for learning new styles, etc
i.e LORA finetuning
That's training a model.
You want to give a model a new set of features to use in future gen?
Yes, exactly, thank you!
I may be wrong but in the sense of finetuning and training I think in Generative systems like this finetuning means taking a model that exists and changing it.
And training is just training off the data.
Your understanding is correct. Training a model typically means training from scratch. While finetuning (whether using LORA or not) means updating the weights of an existing model to be better at something new. I think thats what Dreambooth does. I'm reading up on it now
There are just so many UIs for it. There's automatic-1111, StableSwarmUI, ComfiUI, and a couple of other ones
That's what I've used to make new models 6 months ago, things may have gotten better since then,
I don't think you can train using comfy, interested to know if youcan.
I'm not sure tbh
Any news on the 3D API from stability? I've registered my interest but not heard anything back yet 😦
Finally cracked Ai image generation , can fool hive now 🙂
no idea. I know about ML in general, but not about SD
I normally use SD on mac, the VAE is built in. The Variational autoencoder automatically encodes the images into matrices. Maybe this one is good.
Hi guys, can you do video to video with 16gb ram 6gb vram?
Good morning, everyone! How are we all today?
Anyone know what this is supposed to help with? Found it on a reddit thread in the subreddit: https://rom1504.github.io/clip-retrieval/?back=https%3A%2F%2Fknn5.laion.ai&index=laion5B&useMclip=false
Hi all
would you guys suggest a 4070 12gb or a 4060 ti 16gb? at first i thought the more vram was better but now im doubting myself
with the sales going on the 4070 costs $100 more and has 25% less vram. and i figure in the future the models may want us to have more vram so even if 12gb is fine now, maybe in future 12gb will be considered a bit low.
bbut also i guess somehow 4070 processes images faster
thats what makes me think maybe im out of touch
I’d go for higher ram, the difference between 4060 and 4070 isn’t that much. Having more ram is better if you want to train, make animations etc
ah okay, and when you say ram, you mean the vram right?
also do you think i should get an i3 or an i5? will it make any difference at all?
don’t cheap out on the cpu, it will be your bottleneck down the road, i5 or a Ryzen 7 setup
And yes more vram better
ah thank you! hmmm
Is replicate the only place to run video diffusion
Hey Does someone know if there are any siginificant downsides about the 128bit bus speed of the 4060 ti 16gb?
i could get this card really cheap today
which ai can i use to generate images?
#1100170312106127410 to #1101178530865352815 are running Stable Diffusion SDXL
ok
Just go there and prompt with slash dream
Does anyone know why
- fine tuning
- Inpainting
- Chat UI
- Out painting
is no longer included in Stable diffusion api?
Yo, I have a 4Gb rtx 3050 grahpics card on my laptop
is that good enough to run stable diffusion
Yes, you can run it fine, at least sd1.5
I have a 1060 3gb and I can generate up to 1024x1024
But I am getting the OutofMemory error
The resolution is not too high and the sample size is low too
Yes I think so
Add this to your webui.bat @full linden set COMMANDLINE_ARGS= --xformers --medvram
Oh ok
I was a the text - no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Is this suuposed to be a fix for that?
Mmm that´s strange, idk why it doesn´t recognize xformers
is there anywhere online to use stable diffusion video
that isnt really expensive
or takes eons to generate
hey guys. need some help. how do i keep sdxl from applying color filters on the finished product? it's a real bugger
I'm told that Stable Diffusion is the finest AI image generator on the web today? Or was that Dall-E 2?
The best right now its Dalle-3 @rough oracle the only bad thing is that is not local and censored (and doesn´t support things like loras), but it has the best results (for now)
When you say censored, I'm guessing you mean Dall-E won't allow NSFW images to be generated?
Yeah no nsfw or guns, things like that, but all the other images are cool, it also allows some variety, like realism, cartoon or anime style, 2d, 3d,etc
And Stable Diffusion is basically the only one to allow NSFW? Also, what do I need to run Stable Diffusion on my computer? My potato was built in 2018.
What gpu do you have?
The easiest way I think is installing automatic1111 version, https://github.com/AUTOMATIC1111/stable-diffusion-webui
you download this and extract it, download a model and put it in models folder and just run the webui.bat
Remind me how I check that?
Device name DESKTOP-MA1DIB4
Processor Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz 3.00 GHz
Installed RAM 16.0 GB
Device ID D487DEC4-AF79-4565-9D1A-45C301A66FA3
Product ID 00326-10000-00000-AA882
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display
So, yeah. That's my PC. If I try to run Stable Diffusion, will my house burn down?
Lmao
Yeah it can run, you have an integrated gpu right? I mean no nvidia or amd one? @rough oracle
I have the same CPU and with the integrated gpu I could run it some months ago
An "Integrated GPU." Boy, I wish I knew what the heck that meant.
Oof hehe it doesn´t matter, i have to go now but when i come back i´ll post a version for your PC (maybe someone post it earlier)
A version of Stable Diffusion?
Yes
You can use dalle3 online if you wanna test it btw @rough oracle https://bing.com/create
I did a very silly thing. Where can I show off my very silly thing?
Anyone know a cheap 12gb+ gpu ?
im testing a new model on nnear max settings
also ever ran an AMD x NIVIDIA dual GPU setup for AI
I did and boy its an freaking beast
idk lenovo did it on my ideapad pro
Does AMD work well with stable diffusion?
I was thinking at something, maybe stupid... Regarding the pipeline: prompt->tokens->embedding->unet->etc... Correct me if I am wrong: the clipencoder and the unet have been trained together at the same time. So, when you do a merge on various checkpoints and then try to learn an embedding, it fails, because the mixed clipencoder and unet are no longer necessarily related to each other.
If that's right, do you think it could be possible to reestablish this relation? what would be the effect on the overall model?
I'm thinking of upgrading my PC. (assume NVIDIA)
Does SD work fine work fine under Win-11? Are there any bugs waiting to be ironed out?
I have auto1111 running on windows 11 and it works for me.
Seems like it can handle the extra 11's...
LOL. Thanks. That all I needed to know.
I have an amd gpu, is there a way to install stable diffusion on my PC?
I saw some tutorials on yt and google but is some of them worst than the other? which one is the latest/best
Why do the bots put a video format at the end of my prompt when I don't want to ?
is wifi needed to use stable diffusion, to generate pics and stuff
how do I download sd 1.6. Also, why is no one talking about 1.6???
Excuse me, I'm wondering if it would be possible to request community members create AI modifications of existing images?
I'm an artist looking to use AI to enhance my work
But I'd rather not install Stable Diffusion to my own PC
Full credit will be given if anyone is happy to help me
how much in money 💸
How much would you be asking?
idk what kind of stuff u looking for,u mean like running your images thru ai to make them look better or using an existing video and turning it into anime or stuff like that?
Running my art through AI
but they are drawings or photos?
Kinda both
Getting back into the AI game a little bit
Because it's cold in here mostly
And I recently switched to a small capacity SSD instead of my big hard drive, and now I need to figure out how to store my models on a secondary drive because this 256gb HDD is not big enough for my OS, programs, and AI models lol
Is there a good way to put the models (and only the models) somewhere else on a1111?
I know you can on comfy but I'm too stupid to use comfy
hi guys, should there be a better rundiffusion-com ?
I recently trained a character LoRA based off of ~300 pictures with a diverse range of expressive facial expressions. These expressions weren't tagged. However, when I try to prompt any expressions, even expressions in the dataset, the effect is barely noticeable (e.g. "smile" only yields a small closed-mouth smile), and the face distorts so that it doesn't really look like said character smiling, but rather the character with a different person's smile seamlessly overlaid. Would reg images fix this, or is my LoRA just underbaked? Grasping at straws here, as I am a newb.
I wanted to talk to an expert about the training data for this type of application. Video that is. Possibly image as well. But video. and preferrably with audio (if it has been done yet).
I potentially have a great way of generating high quality "labeled/descriptive" data. Crowd sourced and verified by a very thorough system.
I wanted to know if my method was practical cost wise.
Hii
Hi all
Does someone tried Stable Diffusion Locally with an Asus Rog Ally ?
If you answer to my question, The Rog Ally is a portable console using Windows 11. I didn't buy it yet but plan to do it and just curious if that work.
((Personally I didn't use Comfy UI dislike nodes system (giggles ))
Lol i was responding to the guy who posted fast stable.
oh ok ^^ sorry for disturbed
Lol his message was deleted for some reason
ok
Hi, I am a beginner and I have a question. Is there a tool that would show training settings of loras? I launch the tool, drop a lora into it and the training settings are revealed. Or may be there is a plugin for Stabile-Diffusion-Webui? I know that I can view the settings by looking directly into file using a text viewer, but honestly it is a pain 😉
Although I was quite successful in training my loras in 1.5 (or hypernetworks, they were awesome, the best results), I am struggling with SDXL. The same dataset does not work - I train faces and in SDXL they are just hard to recognize, while in 1.5 they are perfect. I must be doing something wrong. I've tested about 20 settings sets for Kohya_ss and I have not found anything that would work.
hi how do I edit prompt from an existing generated one?
Can I add the bot to my own server and is unlimited?
Yes for auto you can place them anywhere and then edit the webui-user.bat at the COMMANDLINE_ARGS=
With: --ckpt-dir "D:\Path\to\ModelsFolder\
No that's not possible
But I can add midjourney to my server
So it's possible 🤔
Good morning, good morning to you! 🎶 How's everyone?
You can also add community made bots to your server. But not this bot on this server 🙂
can someone share an SVD workflow for comfy?
is there a way to forbid it from deciding to do videos?
Anyone know if there's a good (easy) way to merge a set of TI, prompts, neg prompts, etc into a model so they're no longer needed but get the same results? I currently have a template using specific prompts and negative prompts combined with negative textual inversion plus hires fix. This refined selection of things produces the images I want consistently but if I want to use something that, for example, doesn't use hires fix then the images don't look the same. So is there a way to merge everything into a new model or do I just have to try to train a new model with images produced with my current method?
what could be the reason that a lora model is not visible in the webui?
Maybe the model is corrupt or couldn´t load, does it work if you add the name of the lora manually to the prompt to activate it?
I mean like <lora:"insert name that doesn´t show up":1>
Help! I am trying to create an image with six concentric circles on SD, but all my prompts have failed terribly. I want to use it to talk about varying gravitational pull in proportion to siz.
Any help will be very much appreciated.
Guys, sorry if this isn't where I can post my question, if not, tell me which channel I can ask it. I'm still using SD 1.5 and controlnet was working fine, except that two days ago I updated "Git Bash" (because it always insisted that it had a newer version and I never clicked to update), when I did that the controlnet is there, but it no longer works. Does anyone know what happened?
I use AUTOMATIC1111- stable-diffusion-webui
The #🔧|finetune channel isn't very active; are there any dedicated servers to finetuning?
hi, what is gfpganv1.4.pth?
Can I install stable Diffusion 1.5 on Intel Core i5 generation with graphics?
⚰️
Guys how do I get the bot to just do a picture? Not video
Why the hell do my images go grey
whenever i try to load a prompt it has a glitchey green screen then it turns grey
So...it's been some time since I used invoke web ui, opened it to play with out paint a bit, but for some reason it doesn't seem to even see most of my models and those that it can't see - it can't load anymore, even tho they were working properly on older version of invoke...what happenned?
I'll probably just use painthua instead, but this is just weird
this issue COSTED ME 3 HOURS 😭
i keep getting grey images im losing it
please SOMEONE help me!! 😭
I have no idea, I'd joke about glitchy eye, but for the first time in my life I'm not gonna commit to a dumb joke
bruh like there is nothing on youtube that could help
We can go through your settings and stuff but if image completely grey, that's ...idk
i tried videos and it didnt help
I TRIED EVERYTHING
i uninstalled and reinstalled
and used OTHER VERSIONS
and what did it get me
ZERO PROGRESS
I'd try to check if model working properly...and vae too, try other things
i waisted 3 DAMN HOURS FIXING THIS CRAP
go with simple propmt too, just to see if it works, no weights , nothing fancy, just few words
hi guys, I'm curious, and a little lost, in the Panorama tools, say I got the image wrapped but I'd like to show it off outside the browser, is there something special I have to do with the panoramic tools to export it so it is encapsulated and 'self-playable' for the other user? Thank you in advance
is your python up to date?
are you running 3.12? perhaps?
also there are hardware and other software requirements for the video stuff
it's not crap if you are still on the learning curve, trick is go from base and do one thing at a time, and not pile it on, launch, test, if it doesn't work after confirming all the requirements are met, then mosdef reach out
don't use that model?
WHY DOES IT KEEP MAKING A FUCKING VIDEO
everyone in the chat with me is generating images and i cannot
cant be the model
Hi everyone, I would love to ask, if someone can help me with outpainting one image v.v
no need to get upset! when you prompt, just press the tab key until you find "format", then select "image" instead of video
you just have to learn how to do it 😜
is the bot different from sdxl 1.0
welcome to the club. Stable Diffusion: 95% struggle, 5% pleasure.
That 5% though, ooh-la-la.
hey guys what is your fav. model?
photorealism or anime?
well actualy i want to create postmodern art
realvisxl2
how do u use the stable diffusion image maker thingy
ive not used it before
idk how it works
Hey, does anybody know if it’s possible to use stability Ai to create a version of it where you can upload a picture of yourself or other people and in the output picture and for example everybody is wearing the same hat or jeans ? Sorry for my bad English. I’m not a native speaker
Yes, generate what you want then faceswap with tools like reactor, roop, etc
Hey, can you describe your issue in #🤝|tech-support ?
Hey what exactly doesn't work?
Please make a screenshot of the not working controlnet with settings in #🤝|tech-support
Could someone please point me towards where I can read about #1100484581037195384 ?
And the channels I don't have access to under Events in the #1072229020520947753 ?
Ah OK - found this: #🔆|dailies message

Where to find this tools
Does anybody know how to use my generated cartoon character in different pictures. For example this character is in the city , then it is somewhere in the forest and so on. Different pictures but the same character (not human)
i need help. some one help me for best SD colab notebook plss
Why don't I see the Create subarea button?
hello, im new too
Thanks, will try to learn how to use it, seems complicated )))
Hello, i want to convert me and my cat pic into a cute cartoon style so which model should i use in img to img?
@forest reef i need it too, but it seems like it can't use seed here
does anyone know how do i achieve Magnific AI using A1111 stable diffusion?
Thank you, I'm posting the same question on this channel you mentioned, and with two prints of controlnet.
.
how to use the seed?
Hey, is it necessary to install the gRPC Client via Type Script or is there another way?
how many vrgb i need to be high in sdxl?
depends on where are you working, here on the bots seeds are random, if you are on automatic1111 there's a seed parameter accesible and you can put any number there and have it fixed
no, they are randomized
Can I use SDV on colab free version ?
I think they have it running, try to ask here: https://discord.com/channels/1002292111942635562/1176560067961696276
Has there been any diffusers lately that is somewhat similar to luma? The text to 3d model generator. where it can make a rough sketch/model of how you want the model, then once you like a result, click on the model you like and it will then process a much mroe detailed version?
i need help building a pc and im currently thinking about using one of these gpu: rtx 3060 12gb / rx 7600 8gb
rtx3060
alright
You can't add texture to existing images on any website can you
I'm on Black Magic. Is that a sort of extension of Stable Diffusion?
What's a tematic?
Wait wrong word, my english sucks ahah
Is there any way we can replace an object in an image with an image of another design object, for example I take a picture of a living room and then I select that I need to replace the Table.in it with the Image of the Table that I already have, Is there a way to make this possible, Thanks in advance
you can try an inpainting model, a cutout (no background) of the table you want, and then use control net clipstyle, and that may sort of do it. otherwise I'd use generate with style until it made one that looks close enough at the right angle, and then photoshop it in 😒
i googled creative society. radical anarchist movement that wants to abolish all power structures and private property
hard to decide whats more evil, the extreme left or the extreme right. both are so insidious
anyone using SD with a mac
i currently have a mac m2
wondering if it would go well with SD
Hey there, want to get into SD, may I request some guides/ youtubers that you might recommend checking out to learn it. Also is my old getx 1080 able to do this without melting?
It can work with SD but its not as fast as with a dedicated GPU
Yes I have a GTX1080 too and no problems for the most stuff
It will work good with SD
Thanks for the quick info on that

I don´t know what youtubers to recomend, but I recomend you to use the automatic1111 version, its the easiest to use in my opinion, and yes, your gpu is still fine for SD (mine works decent and its a 1060 3gb XD)
you're gonna be fiiiine...1050 ti talking there lol
my cooler is about to die tho 
Huge news in Ai today guys - US, UK and like 20 others announced Ai regulations: https://workflowpedia.com/new-ai-regulations
Nothing about AI art
That might be bad news for open source 
yea github shutting down tomorrow
😵 🗣️ 🗣️ 🗣️ 💸
wait what?
I meant open source Ai things, like a1111, oogoabooga, sd, whateverelse is there
we might not be able to do whatever we want anymore 
Here's a thought, (heh) AI is art
@weak tusk i heard AGI is almost here, is it ture?
copyright law is the framework that allows open source licences to exist the way they do in the first place. regulation isn't inherently a bad thing
anyone telling you it is is just bs'ing
@copper crystal how come?
there'll be generalized models that are good at doing one thing, but there isn't anything like general intelligence that shows any indication of being soon.
you throw gpt6 into a robot and put it in a survival scenario, it will die. it's just dumb is why. it doesn't understand things. current models are just prediction algorithms
some things. generalized models people can used for some things
thanks for replying, but just when ai can update by itself, it will be faster and faster i think
just need a short time it can do this
can it? is there any real model made developed with this biologic approach?
i'm pretty sure all DNN have training and inference seperately
Depends how you define AGI.
If we're talking about self conciseness, understanding things, including it's role in the world...nope
if we define general intelligence as human, agi is that. intelliigence that can develop artificial intelligence
literal deus ex machina (heh)
well, in this case it can if we count simple ai programs that act by some kind of logic, but not by it's own will , by instruction*.
@hasty hornet even we don't know why we have self-consciousness, we also just can guess if the AI have
the team that are trying to recreatea fully simulated human brain may crack something accidentally. "that's odd" kind of moment
Honestly I think we're kinda overestimate human brain in a way...
I feel like it's pretty similar to neural network AI as GPT's and stuff, just has ALOT more areas connected and interacting with each other, that had years, decades to learn and who knows how many generations to make some progress in the world
well + physical body, lots of organs...
it's only the most complex structure we've ever discovered in the universe
I'm not saying GPT is as good, nah, it needs alot more things, good starting point would be long term memory and alot, ALOT higher token amount
DNN and BNN are fundamentally different though. What we deal with, convulution networks and such, are mathematical constructs and not intended to function in any kind of thought form. they're just layered networks and we're seeeing what happens with them
is here any extension using to change face of pitcure?
hi, how do i replicate multiple (3+) BREAK functions in comfyui?
theres a "combine conditioning" node but only allows for 2 inputs
i need like triple that
My image isn't generating like wth
You gotta try another bot, sometimes they dont generate anything for some time
alright so i tried prompting BREAK in A1111 using a method I found on reddit for consistent outfits, turns out the gen is nothing like my prompt. can someone guide me how to use the BREAK function properly?
gus, i found the insightface. it can add to your server and replace the face of the person in the picture with the face you specify.
and another thing, i was banned from moonvalley
within a day of entering it
everytime I use it , it breaks... so not really. :\
But, you must use it on a newline iirc at least some versions of CLIP I think for it to act right.
But I never have had it act any good way for me
Why my generation is not working anymore ? He is taking the request but nothing happens
Did you ask him nicely?
what is the easiest way to play with the new image2video capabilities?
I finally found a combination in invoke that beats leonardo's photoreal
anybody know a prompt dataset to download for free ?
i would like to generate images from stories and the workflow i have thought is to put the prompts in a vector store and search for the nearest prompts thats similar to the sentences taken from the stories 🤔
Hi, Could somebody please help me out? I can't view generated images:
404 not found or no authorization. I cannot find anything about it needing fetched with the API
where are you generating the images?
in my react app
connecting via API? I suggest to try asking at https://discord.com/channels/1002292111942635562/1042896447311454361 or https://discord.com/channels/1002292111942635562/1002602742667280404
Yeah. I tried at the tech-support channel, unfortunately no-one answered. I'll try again. thanks.
hello
sup. Is there a way to generate each variable on a wildcard TXT ? instead of randomly picking one of these? Maybe wildcards is not what i need to use then, but i wouldn't know another way to generate a bunch of parts of the prompt
btw i mean generating an image for each possible entry on the wildcard. Like.. automatically "ok there's 13 variables for the clothes on this portrait of a woman... generating a batch of 13 images" Not combining or randomizing anything
yes
well. sort of,
maybe not directly? but if you sort each prompt var, and use dynamic prompts, you can say for each {1|2|3|4|5|6|7|8|9|10} and {11|12|13) and turn on combinatorial generation
you will get prompts from this.
so like {red|white|streaked} {hair|clothes|sky} will run combinatorially as prompts: red hair, red clothes, red sky, white hair, white clothes, white sky, streaked hair... and so on, each set of those a prompt.
hey guys, which model is used to turn real people into sculptures ? just saw that on instagram and it looks pretty cool
hmm if i use a wildcards text instead of brackets it also works? imma try
Any ideas what the workflow is for this video? The animation is super smooth. https://www.instagram.com/reel/CzpzPmKuCrr/?igshid=MzRlODBiNWFlZA==
Hi! Would anyone happen to know of a model that uses a Chinese ink art style?
I think your best bet would be to use a word processor to write the Chinese characters and then run that image through stable diffusion
I’m more trying to generate people in that style (ink splash, ink art, etc).
Is this kind of the style you are looking for? https://civitai.com/models/1087/inkpunk-diffusion
Not quite. Pls view #🏞|general-with-images
I generated those with Dalle-3 and I’m trying to find a model that would replicate those the closest
Though the one you linked is pretty close
anybody got a tutorial to train a character model? I don't mean text, I mean feeding it renders of a character so I can get him in my text to image stuff by mentioning him for example
I use stable diffusion
installed localy
Does anyone have a model to make royal pet portraits?
Hi anyone know with ComyUI what this means? "Requesting to load BaseModel"
I'm using an Img2Img Workflow and DreamshaperV8 as the model but it keeps doing the same thing (see above bolded text) each time I Queue a prompt.
Each instance takes ~300s to finish which is much longer than normal.
I’ll try them thank you
did you find anything? im also curious about this 😊
where i can find stable diffusion nsfw?
@flint harbor maybe?
or @still glacier ?
someone send me link here and said that i could find it here
HI, this is not the place for this
Rule #4
No NSFW Content
Excessive gore/blood/nudity or anything that exists to suggest sex including sexualized poses. No illicit imagery. This includes NSFW content involving or depicting underage characters such as schoolgirls, lolicon, etc.
sure let's discuss the thing we're not allowed to discuss
There is no nsfw filter on stable-diffusion itself but we try to keep this discord in compliance with rules.
alr thx for info and sorry if i ask smth that i shouldn't
Hello there. Can anyone help real quick? My images do not look good at all. I am new at stable diffusion so please bear with me. I dabbled in it on TensorArt and SeaArt and I find it amazing. However I want to try the local Stable Diffusion via Automatic1111. I am always using the NeverEnding Dream model and suffice it to say that my generated images look like sad waterpaints compared to amazing images I create on SeaArt or TensorArt. What am I doing wrong here?
Thanks. Will post comparison with the same prompt if anything is unclear.
anyone here using SDXL with a mac m2 base model?
Hey, you can show some comparison in #📝|prompting-help
I've a friend who tried to install SD, they have, "Nvidia GTX 1660" but I think they ran into trouble is there a metric too look up what is what that can run SD?
Hey a 1660 can run SD but it needs some commands in the webui-user.bat for the best performance and compatibility
is there a pointer on this, somewhere where I can say, here some other stuff to do to optimize or just goggliable? Thanks in advance CS1o, I'm going to see what google returns.
The best is to ask here in #🤝|tech-support for help
good enough, I'll point them there, thank you kindly!
NP, I can guide them how to optimize it 🙂 if they use auto1111 its just editing a file
If you want I can tell you what they need to do
it's 2am for them, they'll try a later time, thanks again for your support
naw, it'll get lost in translation I fear, it'll be best if they crunch on their own presently
I've shared the link you've sent, so they should be good when they wake and perky
Okay good 👍
any opinion on comfyui?
in a1111 you can use [prompt|prompt] to alternate between two between steps. but what happens if you insert a lora within those [] does it alternate between the two? or do both loras load and only the prompts with them alternate eg. [lora:A:0.5, keywordA|lora:B:0.5,keywordB], prompt.....
not sure how it works under the hood.
civitai
anyone know how to make it so the ai doesnt turn your prompt into a video?
What would be the best way to upscale this? https://media.moddb.com/cache/images/groups/1/3/2715/thumb_620x2000/del_1024_768.jpg
hey i have kind of a simple question but idk how hard it would be to actually do. i got a really perfect image generated but now im looking to get the same image but with all the streetlights and everything turned off. is that possible?
Maybe use img2img and inpaint the areas your want different
Hello!
i'm going to install stable diffusion for a friend, he has a rtx 4060 (8GB of vram) should i put --medvram in his webui-user.bat?
hello
Nope. He needs --xformers --medvram-sdxl --no-half-vae
Good morning, everyone! How are you all this beautiful day?
when I type in a prompt it automatically adds "format:Video" at the end, how do I remove that ?
Hiii
Hello! When trying prompts, is there any way to save them (and other settings) for later within A1111?
/create
how can I download images from bots, please help.
Can you do image to video using the bots on this server?
Can anyone help me with this: Error loading embedding vaeFtMse840000Ema_v100.pt
Traceback (most recent call last):
File "C:\AI\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 236, in load_from_dir
self.load_from_file(fullfn, fn)
File "C:\AI\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 208, in load_from_file
raise Exception(f"Couldn't identify {filename} as neither textual inversion embedding nor diffuser concept.")
Exception: Couldn't identify vaeFtMse840000Ema_v100.pt as neither textual inversion embedding nor diffuser concept.
Hi all, does anyone know please. SVD, does this work with MAC?
OK, what am I missing? I'm trying to change only the hair color in an image. Inpainting - it either does nothing or changes the hair style.
Hi, does anybody know how to create Videos with a consistency like this: https://vm.tiktok.com/ZGeduNhxp/
I tried using batch but it's just no consitant
And when I use animatediff it just doesn't work, I get a broken image everytime.
Today stability will release a new model right? 👀
nope, never, we don't do that. Models? Not here. This is a farming company now, we make vegetables. Do you want a potato?
I have an important question since i cannot really find an answer anywhere else.
I have somehow subrscribed to "Black Magic" via the Stable Diffusion Webpage but what is it exactly?
I feel like i am being scammed when it comes to that.
It looks similar to Stable Diffusion but has none of the other functions except Text to Image
I dont think that´s the official stable diffusion webpage 🤔 👀 , you mean blackmagic.cc or another one?
yes blackmagic.cc but Stable Diffusion send me there 3x before i did the subscription so i thought it was renamed or something
There are websites that label themselves "Stable Diffusion" that have no relation to Stability AI
crap
So i got dubbed
It was just odd, they looked exactly like in the videos for Stable Diffusion
I just searched "stable diffusion" on google and the first webpage is a scam, it leads to blackmagic.cc
Also on duckduckgo wtf, stability.ai team should report that
This is the original one https://stability.ai
Do I really need to write an email to stabilityAI to enquire about the price for selfhosting SDXL-turbo for commerical use?
I'm just interested to know a rough estimate so that I know if it's worth pursuing
https://twitter.com/EMostaque/status/1729582128348664109 thread may be insightful
Thanks!
$100 per month isn't much, stuff is worth pursuing
the issue with buying a commercial license will be around what expectations there will be of future competition and further changes in terms
they could decide to change terms in another year and stomp your business into dust, as is with anything that is a ongoing cost, the cost or terms can change
maybe they decide to step into business in a way that overlaps you, and they want to capture that market
I really hope stability doesn't go down this route, there's got to be a better way of doing this. I think the impact on adoption of new models and the development of 3rd party tools and innovation will be substantial.
odd that they specifically mentioned indie devs. the average indie game makes $15000
anyone making banks $$$ with stable diffusion?
there are a few businesses that SEO'd the crap out of stable diffusion and captured a lot of the market away from SAI's own APIs and services
I love the original vision of stability, being a Benefit Corp, funding research, giving researchers a way to be able to publish their models openly to the community. It's what makes stability different, it's what makes it special. I hope they reconsider this direction.
I haven't made a single $ from any of stabilities products.
я предоставляю мощные сервера для любых задач.
если хочешь испытать Stable - на мощных настройках
то обращайся - предоставляю выделенные сервера свои личные по часовой оплате. обращаться в лс если надо!
I’m at the beginning of my career as a researcher. I’m just entering my PhD, my first journal article just passed peer review and is about to be published. Hearing Emad speak early on about stabilities vision really resonated with me. It’s something easy to get excited and be passionate about. I don’t want them to lose that.
to make sure it's clear re the above:
Under that plan, if you're not using SD commercially to make money, SD remains free for you as always
are we generating actual real life objects now?
we were going to but between when i said that and now we accidentally dropped another model woopsie
Yeah, I understand that. My issue with it is that it fundamentally changes the nature of stabilities models and will undoubtedly have an impact on the community. I can see these changes will have a massive negative impact on community engagement and development.
"we see you are successful using stable diffusion xyz model, thank you for discovering that market, we will take it now, as our terms have changed to disallow that and/or we are now charging x% of your revenue to do that" etc that's really my concern if investing in a particular set of software or models
there are a lot of folks making small change off patreon subs and such and that probably kills them all off
I definitely get it from SAI's perspective, in many hussle bros out there that were farming them for free tech
If stability absolutely has to take this approach then they really need to look at a model similar to what epic uses for unreal engine.
is it now against TOS for huggingface to host demos? they charge $1-3/hour for T4/A10G instances for demos, that's a for profit venture
I guess I would presume huggingface needs to pay for a commercial license else anyone who might put up a research project on HF as a demo and pays for that, not that the researcher is for profit, but huggingface is
Anywhere I can go in here for help with a --skip-torch-cuda-test error
how do i remove this " WARNING:accelerate.big_modeling:You shouldn't move a model when it is dispatched on multiple devices."
i have a brand new comfui install.. :/
i never moved a model
perhaps SAI can consider similar terms to Unity engine etc, i.e. revenue or funding limit so the little guys don't get smashed
lol that was quick https://twitter.com/EMostaque/status/1729610745136951762 👍
LCM lora is nice, i can generate higher res pic with the same time or less
if u guys create a picture in txt2img, u start with 512x512 then after few time u like a picture but its in 512x512 but u like to have ik hd, what do u guys do upscale it in extras or go to img2img and upscale it there?
wdym
Probably a better suited question for ComfyUI discord but is there a way to get an interface with Comfy That is simply my prompt and the output? I remote in to my machine from a laptop and it's hard to nav around Comfy
(actually not sure there is a comfy discord)
Wait... what was this all about? The original post has been deleted.
I usually 'lock in' the seed and turn on hires fix (or the equivalent in other plattforms). Basically I let the two pass text2img generate a bigger image based off the image i 'locked in'
does anyone know about Segmentation ADE20K color dataset?i found werid thing,all ADE20K color dataset PDF or image all displayed SKYSCRAPER and ROAD the same color (140,140,140)or #8C8C8C, all 150 objects in ADE20K list has only those two objects use the same color, is this correct?or the first person who sorted the table made the mistake?
u change to denoising strength?
I can recommend denoising strength 0.45 - 0.5 , but really it should be noted somewhere on the page of your model ^-^
ah thank you, i figger out if i keep it low picture woulds stay the same more,
i could never figger it out, thank yiou
Oftentimes I move between 0.46 and 0.44 even. Thats how much of a difference it makes :D
yh
you upscale it to 1920x1080p ?
No just upscaling by 2
is it possible to combine depth controlnet with the sdxl inpainting model?
Can someone please share a Link to the right website? I think i got the wrong website again for the second time and i can't find a reliable Link here on the Discord channel.
This is the original from stability
Thank you very much!
Np!, I still dont know why the first website that appears is a scam and nobody from stability reported that
What's worse is at the time i tried generating pictures with the scammed AI program i was far not the only one using it.
I think it still works because it connects to the api, but its still sus
hey all! I can't seem to find this for the life of me!! I just need to convert a string to conditioning in comfy.
the first mention of charging for model use for non-research purposes was $100/mo which would've been rough for small indie creators trying to start from scratch, especially those outside the US

oh they had a proper emoji for it
lol that took me much longer than i intended. THANK YOU!!!
Is this the chat to ask about LORA creating quesions?
Are there any readings on how Stability.ai envisions SD "activating humanity's potential"?
anyone have any tips on why my LoRA isn't showing up in SD webui? I have the correct base model selected to apply the LoRA to but nothing 🤨
(lora trained on sdxl using dreambooth)
Ah, thank you.
My graphic card can't handle the kind of things i want to achieve with AI
Is there a way for me to rent calculation power for IA without having to sell one of my kidneys?
looks expensive, i dunno what they mean by comput (but when i spent my free credits there were gone really super fast) unit but yea thats probably the best bet
yeah i'm not sure what the compute units equate to either tbh
What's your GPU?
3070, its pretty decent but SDXL is pretty heavy when it comes to tile rendering (more than 1024x1024)
RunDiffusion seems to offer great plans, im looking into that
Do you use the recommended commandline args for better performance?
set COMMANDLINE_ARGS=--xformers --medvram --no-half-vae
Try --medvram-sdxl instead of medvram
So you wont slow down the normal generations
I don't do normal generations, just SDXL but that could help some day
thanks anyway, and yea there is lot of alternative on the web
like RunDiffusion or others so its all good
Hi all
no one can help with a small animation in deforum or just explain a little how to make it better and more beautiful
I will be very grateful if someone can help me in text form
or at least tell me where I could write so that they can help me
Heey!, I'm kinda new using stable difussion web ui, and I'm trying to use my model that I trained with 1.5 sd version with some other checkpoints that I found online, but It doesn't seem to be working as I expected, Is it posible calling promps from other checkpoints just texting it? or I must merge checkpoints and then type the promp to get the style that I want?
Hey that's my name too! but that lora, where is the actual file at?
I know it may sound silly, but is it in the right model directory, and is the extension properly named, and did you hit refresh for the loras? Just asking , cos for the last one, my loras tab, there's two refresh buttons, the little blue one, that does something... but not refresh it, and the one literally says "refresh" which does refresh properly lol
and I always get stuck wondering, why is it not here... and oh, i hit the wrong refresh 😐
yeah, it's in models/Lora, along with the other one that does show up..., hit the correct refresh, have the right model selected
maybe it's something to do with the metadata?
does the wrong model see it? lol
but yeah probably metadata, not sure how 1111 discriminates
hey, what if you just call it, not from the click and add, but just type it in?
does it work?
again not sure if a1111 respects <> if not showing in the list.
worth a try!
if it loads on the backend, but not displaying for some goofy reason it may
hmm, when i try that it doesn't take effect
but in the logs i do get
Calculating sha256 for (my_lora_path)
however it doesn't seem to be doing that when i trigger other loras
Why some Lora models doesn't work on sd web ui ?
Anyone of you guys able to make the color specific to hex code?
need smart person in text support chat
My additional networks it not functioning properly
Hey im trying to install the reactor extention but keep getting this error. import insightface
ModuleNotFoundError: No module named 'insightface'. anyone know how i remedy this?
Hi,
anybody having a simirar error on ComfyUI?
TypeError: forward_timestep_embed() got an unexpected keyword argument 'time_context'
a question in #🏞|general-with-images
are those the 2 clip models used to condition sdxl?
what's the workflow for upscaling images with webui, is it img2img? Do I need a different model?
bogos binted?
wait lol there's a SD upscale script in the img2img section
Hello, just started using Stable Diffusion and trying to create consistent characters. I have a close up face picture and am trying to put that same face on a full body picture using img2img, but it keeps giving me more portrait photos. Among my other prompts used to create the original face, I have "full body image, cute black outfit, streets of brooklyn" Any recommendations?
bogos binted?
i have no idea what that means tbh
just put it in
the ai will understand
its like a secret terminolgolically termial factor
yk some high level shit
big brain shit
gotcha gotcha
did you do it?
Why is Stable Audio not open source? Is Stability starting to pull an "OpenAI" and just release minor models as open source sometimes?
Hey all, hope you are well.
I would appreciate some help here.
How do I use stable diffusion for image-to-image translation? Also how can I fine-tune this for my very specific use case?
Should I be able to train LORAs with Kohya against non-base models? Example, using CapabilityXL as the model instead of base XL. Every time I try this the results are overwhelmingly cartoonish. With base XL the results are quite decent, but then when I gen the LORA using other models the results are meh.
My LORA I trained against CapabilityXL looks great in gens at the 50% mark and then by the end is a weird grinch oversaturated mess. Ideas?
I did that but I am stuck
Can you describe what you mean by "translation"? Are you talkin literal text translation?
Or asking simply how to use img2img?
Image to image translation in my case is changing the background of my image
If you just want to change the background, what you want is inpainting.
If you can be specific about where you're stuck I will offer what advice I can.
What's in painting?
How to lock/unlock nodes in ComfyUI ?
Yeah okay gonna have to refer you to YouTube lol, loaded questions. Learn the super basics first sir.
training with the base or root models will give you the best results
For instance when you train using anime its best to use the Nai model because all the anime models stem from it basically
Right on, thanks. Doing some extensive testing with one of each and sure seems that way. Kinda sucks that different models will handle my LORAs soooo differently. I get why, was just hoping I could sorta "cut through" so to speak. Thank you!
yea save yourself sometime and just use the root models. The other models aretuned and skewed away from the basics. You said it best in your explanation itself. Once it hits a certain mark in training everything looks weak
Better question tho. Is the stability foundation ever going to release its own official training tool? Because im absolutely over Kohya breaking every other month lol
100% with you on the Kohya bit. It's very fragile. And weird bugs. IE, all my directories are on a network share. That's perfectly fine for all but logging. If I choose a logging dir that's on a network drive, Kohya crashes. All other network directories are fine. So random lol.
Why can't I load some Lora models ?, I put them in the right fodler but sd web ui only recognize one :c
I watched a video on inpainting. It looks cool, but seems like I have to manually mask the background Everytime for each image. I have a million images that I need to translate. Is there auto masking available?
How can I boost using more VRAM and GPU in SD ?
What are yall’s opinions on using stable diffusion to remove certain things from images of its for private use?
see this is that bullsh_t im talking about lol. Every update the owner makes it just breaks.
If your using automatic1111 pass these flags in the COMMANDLINE_ARGS line in your webui-user.bat
--xformers --opt-sdp-attention --no-half-vae --medvram-sdxl
thats even optimized for SDXL if you use it.
if you have a google pixel just use that shit lol. But SD works very well with the right models. There is a diffuser model that was just released the other day that works well with it. you can check it out here.
hey guys, just entered the dc, I watched a recent video on Stable Diffusion and how to use it with fooocus, I have low Vram and I was wandering if there is a way to use my normal ram instead of the graphics card one, Tell me if i should be asking this somewhere else
when Im generating an image it gives off a error about ram and I think its because of that
Shouldn't it in theory be possible to generate a bunch of models with random weights and eventually one will be good enough while not resembling any artstyle that exists in reality?
in theory it could also be much faster than training as you can get a perfect model on first try
i guess you could try to use your cpu for diffusion
whats the exact error message?
I just ran it again to get the error message and suprisingly it just worked for the first time
but just so i know , how do I make it use the cpu instead?
i wouldnt recommend it but you would have to watch youtube videos on that one, i really dont know how to do that
by the way what gpu you got?
3050
but its laptop
now the generation works wonderfully but the image prompt dosent, when i give him a image the error is always the same "connection errored out "
and on the cmd it just says "paused"
Hey guys, does anyone know how to update fooocus, I think there is an update but it’s been a while since I used it
In order to ensure a safe experience, the DreamStudio website has a NSFW classifier that will detect and blur any potential NSFW images. While in most cases the classifier will appropriately identify NSFW images, there may be occasional false positives due to the nature of how these systems work. We will continue to work on and improve the classifier to make false positives less and less likely! You are not charged for any images that are blurred
SDXL 0.9 represents our research version of the model, soon to be followed by SDXL 1.0, which will be released as open-source. SDXL 0.9 showcases a remarkable advancement in image and composition detail compared to its predecessor models. With an impressive parameter count, SDXL 0.9 stands among the models with the highest number of parameters available of any open-source models, boasting a 3.5B parameter base model and a 6.6B parameter model ensemble pipeline. To achieve exceptional image coherence at an higher native resolution of 1024x1024, SDXL 0.9 leverages the power of two CLIP models, including OpenCLIP ViT-G/14, one of the largest OpenCLIP models trained to date.
anyone here looking for Website Dev for your launches? Price is very negotiable!
i got a 3050 Ti with 4gb in mine, should be fine for 512x512 for a few generations with lowvram flag
if it still exists
What image to video solutions are there?
Is 1.5 getting a turbo version?
dalle-3-trained-model when
Forget 1 step sdxl-turbo!
https://www.reddit.com/r/StableDiffusion/comments/1884c8k/todays_ai_breakthrough_zero_step_diffusion/

Back in my day you had to colour the pixels by hand, manually addressing them to a specified colour.
May someone point me to a good source to learn stable diffusion as a beginner? Should I use a UI or install it locally? Thank you, very appreciate
You should install a UI locally.
Follow these two tutes:
https://www.youtube.com/watch?v=kqXpAKVQDNU
https://www.youtube.com/watch?v=nJlHJZo66UA
Thank you guys!
Hey guys I need some major help here. I'm trying to set up comfyui. I've been using automatic1111.
I'm setting up the xtra_model_paths.yaml file. Do I need to change ONLY the base path for automatic1111?
Also, do I use C:\Stable-Diffusion\stable-diffusion-webui\ or C:\Stable-Diffusion\stable-diffusion-webui\webui\
And what about the backslashes vs forward slashes. The rest of the document uses forward slashes...but typically windows uses backslashes.
Would this be correct?
#config for a1111 ui
#all you have to do is change the base_path to where yours is installed
a111:
base_path: C:\Stable-Diffusion\stable-diffusion-webui\
checkpoints: models/Stable-diffusion
configs: models/Stable-diffusion
vae: models/VAE
loras: |
models/Lora
models/LyCORIS
upscale_models: |
models/ESRGAN
models/RealESRGAN
models/SwinIR
embeddings: embeddings
hypernetworks: models/hypernetworks
controlnet: models/ControlNet
Install locally. Check out Olivio Sarikas on youtube for excellent tutorials.
Why does the discord SDXL is better than the base SDXL available to public?
Greetings, i am new to SD und i created a image with 904*512 - but i want it to be in a 21:9 format (at the End 3440x1440)... but when i change the format of the image, a hole new image appears... is there a way to get the same image but in 21:9 ?
Hey, you only need to change the base path
Your path is correct but you may need to switch the slashes
I think we need a separate section for LCM since that one can be a very tricky beast. I have no idea where to suggest that and who can make it happen.
hi
👋
legit dalle 3 model when
jk
ime dalle 3 is soo gud
back to sdxl im like
😐
maybe its the prompt completion using gpt? dunno
Good morning, everyone! How are we all today?
It's all good. What's up?
good morning! Im great and rn im playing aroud with dalle 3!! Im testing prompts and checking the differences from local SD... Wbu?
btw, its been a while since I join you guys here... work is being extra tuff... but I quess im back now with a new gpu 🙂
Just getting started, and working in Blender!
I'm here most mornings! 🙂
I see! Its cool to see ppl I know here again, like CS1o... I remember when they just joined lol
Blender? Ive never work in Blender but I know they had this massive update... I guess? Is that true?
Everyone , which is the best models and VAE for anime girl now ?
4.0 did come out recently
well, the best best is up to discussion imo... Maybe you can check websites like civitasai and sort by most downloads!
better ask in #🍥|anime
Any good generators for text to stl for 3d printing some novel Christmas present shapes?
Is it possible to add this bot to the server with my friends ?
There was a teaser for a 3D model some time ago https://stability.ai/news/stability-ai-enhanced-image-apis-for-business-features
But no official release
hi guys how i make the img2img feature ?
Ah, a fellow Blender user!
Hoi, do you guys kow of a good open source text/image to 3d on git?
I really like the results of luma, but it's not public/FOSS sadly
I don't have anything on stl to 3d printing, but if you're interested in learning about 3D modeling, there's a lot of super easy ways to user Blender+SD to make simple shapes. If you check out my tutorials here: https://www.youtube.com/@atypicalconsortium There's quite a few on Blender+SD. There's a tool in Blender (the cut tool) where if you bring a plane into Blender (images as planes) and simply cut the image, and extrude it, you can make some cool little 3D things without a significant amount of effort.
Ah, another fellow blender user!
Hahaha, indeed!
Downside with blender? When you remesh to have more vertices to work with https://image.duckers-web.site/hEja1/puLEnusE20.png 
I'm looking to make the shape, export as stl. From that I would go with the usual slicing software like Cura or Flashpoint. (Though some better support structure generation and outcome simulation modeling would be interesting.)
There's a lot of good ways to re-do topology. Blendermarket has a lot of good options, but, to be honest, I, frankly, CHEAT. Sculptris, though they no longer have it around, I think, had/has this option where you can just remove whatever topology you want and add it wherever you want. So you can just ZOOOOOOOOM real fast and just BAM, it's done however you want it.
Ok, now you got my attention! Cause with my sculpting, i want the draft to be stupidly high res where i want it when i need it :D
Obvi, ZBrush has this, too: https://docs.pixologic.com/reference-guide/tool/zsphere/topology/
Aye, but i ain't got 40 a month for it :P
(Hence Sculptris having it.)
But, really https://blendermarket.com/ my dude, is your friend, if you don't use it already
Ohhhh. So sculptris is the free version of zbrush 
I found a nifty Cura import from lightness to z axis height, so for relief prints I just need good black and white shading from SD. https://youtu.be/QkVt44CJRqo?si=HUc-Yxrxq6Oa8zeQ
What specific shape?
Indeed! There's one damn addon i've drooled after for months, just never got to get it, as it's not really for anything, i just like obnoxious madness rendered lol. https://youtu.be/Iu_YxibkUn8?t=1064
Ahahahah! What better way to enjoy Blender than with fluid simulations?
Oh by the way, as we have a few blender users in here, do you know of a model for SD that is great for generating textures? As i wanna make VDM's for a model i'm designing, but wanna use textures as a starting point :P
Right? I've attempted so many times from scratch, but i really need that plugin 
On a sidenote, you might like this: https://blendermarket.com/products/fluid-painter
I'm working typing out the keywords/prompts you can use for textures. I haven't gone through the effort of actually typing those out yet here: https://docs.google.com/document/d/1BxdWqfBJ3QPggHnBCBx3QIkUpHnBWShd_s3zEt2dTLM/edit#heading=h.po8dv7lcq48s
When I have some time, I'll get to that!
Also, might I present...🎊 https://blendermarket.com/products/alt-tab-water 🎊 For the low, low cost of...$0, you, too, can learn about fluid simulation in Blender.
Thanks, I applied for access
Specifically I want to make a Christmas gift of two dragons forming a heart shape. I've tried some shape searching though thinking more I might be able to multi load some models to compose & assemble without 3d modeling in detail.
Flip Fluids looks like a great add-on in that it means you don't have to configure the hell that is mantaflow. My only reservations are that a lot of the simulations/animations in the demo video on the Blender Market page look rather jelly-like, rather than water. And for some reason the foam/bubbles just make the water look grey.
Aha, OpenAI's Shap-E is on github and goes from text to 3D https://magicfabricblog.com/text-to-3d-ai-open-ai-shape-e/ https://github.com/openai/shap-e
Does anybody know if it's worth more to use a 13B LLM model with a higher wbit number rather than going for a 34B model with a lower wbit number (8 wbit vs 3 wbit)?
Hi
I have a doubt
What exactly happens when we vote an image on this server, like does it use it to train something?
Is there an appropriate place to place requests/commissions? I have an image I have made that I just want to have a simple cohesive vector/cell shaded style applied to that won't obliterate details. I do not currently have SD set up on my computer, and don't have time for the next couple days, and need to send the image out to get a custom puzzle made before christmas.
Seems like the Tile Texture style does excellent aligning horizontally but not quite there vertically.
What's the best resource for learning comfyui fully? e.g. how the nodes are supposed to fit together, etc
hey suddenly my stable diffusions stopped running
its stuck here
https://gyazo.com/133e20555f6eabd6b05bb42b6ff72118
ok i t started running that was weird
Does someone here work with IPAdapters in ComfyUI?
I have a strange Issue the nodes don't finde the models
Does anyone know how to covert ckpt to safetensors please
I see the link to download safe-and-stable but how do I pull it up for it to work
Kohya's repo will do it - the GUI version is easier: https://github.com/bmaltais/kohya_ss
In the GUI it's under Utilities (tab top), then "Convert Model".
is there a way to prevent stable video diffusion from getting so grainy
hi guys!
I'm trying to get the new Turbo model to work, but I'm not getting the option for the TurboTimer in ComfyUI. Does anyone know what I could do? ❤️
Hey folks! new the server, looking for some help
got automatic1111 to do auto update today. after the update, it starts looking weird
not sure if I have permission to post picture or not, but basically the button where it used to be "Inpaint masked" has became "Inpaint masked, Inpaint masked", and when selected, return errors ValueError: ['Inpaint not masked', 'Inpaint not masked'] is not in list
Is it possible to run stable diffusion locally with old GPUs like 2x R9 280X or should I use a cloud solution? I also could use a Mac Book M1 Air. Thanks
Hey, it won't work with that old card. But it can work with the M1
Seems like your webui is bugged.
Make sure its whitelisted in any browser adblocker.
Then delete the venv folder and rerun the webui-user.bat
For more help check #🤝|tech-support
There you can also post screenshots
thank you, will try that
With a local webui like auto1111 that is possible with the checkpoint merger tool
Is there a ComfyUI node that allows me to render an Output video of the Denoising stage, you know the Preview you see on the KSamplers at the Denoising stage if you have Preview method set to Auto or TAESD is there a way to output that as a video?
I am using comfyui. But I am trying to use a checkpoint with a built in VAE. What node should I connect to ksampler in that case. The default has the VAE node. Any help?
hello there! just want to make it sure after spending a lot of time trying to figuring out... Animatediff SDXL motion module doesn't work on A1111 right?
Good morning, everyone! How are we all today?
Man this is astounding
huh
Watching my front webcam through img2img almost realtime on my potato
@rose hollow on your computer?
good answer
Or online, not sure it's offered
Perhaps, use it for what? I only download models from it
i want to use it for my social media platforms,, like gaming image and video creation and other creators editing too
i am new , but i know basics
You'd want the cloud spaces, have you found any? You pay monthly but not sure about credits/limits
i am not an agency
i want everyhting free
if i had money , i wouldnt be here
Ha. Sure, collect and repair old hardware, but you'd still have to conjure a graphics card
i dont get it , what r u talking about
i am talkinga about that
i am talking about creations
To generate video you either have to build or acquire a moderately powerful computer with adequate graphics
Or, pay for services online. Some are cheap, others are easier to use.
yeah i am not on mobile , i have amd gpu
lenovo lappy , specifically for coding and video edtiing
8 gb ram , what else, to create an image
?
8G is good, what model of GPU?
amd ryzen 3 and amd radeon
could u tell my anything that would be helpful for me
is stability AI paid now
?
?
Not sure.. playgroundai is free for images. You can run most stuff depending on how technical you wanna get
There are easy installers for things like automatic 1111 or comfyUI, but just gotta listen here, reddit, hackernews, it's changing pretty fast
i dont get u man , u talk in puzzle even though idk you
hey, whats your GPU model?
ah okay, amd vega 8 i guess
you can check it in the taskmanager under the performance tab
you need to follow this install guide:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs
but before make a new folder on a Drive and not on desktop, downloads, documents. Call it Ai.
Then go into that folder and click into the file explorer bar (not searchbar). Type cmd and hit enter.
then paste the git clone command from the website in it and hit enter.
Then launch the webui-user.bat
if you have any questions about it feel free to ask in #🤝|tech-support
ohh i have lots of question, would you be willing to help me in some lounge
?
not now ofc
u give me your time
for any install questions you can ask in #🤝|tech-support , there i can help
i mean no is there
how do i style these images
?
yeah on discord i am talking about
can you give some samples of your generations
here now
i dont use the bot, im using a local webui
give some images or video u created
why? check the #✨|sdxl and #1100170312106127410 channels for example images
in this channel here you cant post images
could you send me some images that u created
why arent you guys straight forward in talking
its annoying
your pretty direcly unfriendly with your messages like "here now" and "listen"
so please change your writing style or i stop helping you
you can find example images with the prompts people used on civitai
okay , my bad , but u guys dont listen, if i am asking , why dont u guy reply to it
send me some images
i want to see, what do you type and what comes out
just answer , so i can go or stay
i can make some quick image if you want, but i dont get what your after
forget it man , i am stunned
i will actually die out of annoyinngness if i find people like you in real life
u have too much patience
just for your information , u havent helped me a little in this long conversation
i am gonna watch big brother now
you talked about your pc and what you need to create images, i gave you an exact install guide with tips.
take it or leave it. The bots like #1100170312106127410 are free to use. lots of examples in the channels here too.
Which stable diffusion model should I download and why? 🙏
just wanted to say that was an amazing exchange. makes it all worthwhile i bet :p
Hey peeps, just started experimenting with ComfyUI and want to check out img2vid. In my Image only checkpoint loader... the ckpt_name shows "undefined" and I can select any of the models I have installed. What is the directory I should have these in?
why are people messed up in turbo
@frigid swan here's a good place too
I have way too many kudos, so here's a shared API key with 5 million of them free, to generate using stable diffusion on a voluntary distributed network of GPUs. It's a free service, but kudos speeds up generation when demand is high and supply is low (which is always)
But then I ask it this
Anyone Have Youtube Channel. U can contact with me. Good work available
whoa just got stable diffusion running and the first image i generated had some of the scariest looking humans ive ever seen! I mean nightmare fuel lol. i got some learning to do.
any good non-sdxl models for non-portrait photorealism?
a lot of photorealistic models are good but they are mostly for generating photos of faces
looking for more stuff that can make stuff like cats browsing the internet etc
So I was playing with suno.ai and I guess they're using a multi-model generative workflow clearly NLP lyric generation, the little square image they give to each song like a CD cover or something is image generation, probably based on a prompt generated from keywords parsed from the lyrics and music style prompt, the music output of course is generated from text to music of some sort, and I'm not sure if they use some sort of non-AI distillation of the music into cadence and key for the text to speech of the lyrics. I know the lyrics are using keywords such as verse and porous in Square brackets, and the music itself is partitioned into a intro, verse, chorus, and sometimes ending segment, but they only last 1 minute and 20 seconds so often they end right after the last word of the chorus. Maybe if I included an outro position in brackets. But I'm not trying to recreate that. Rather perhaps train a model on audio using groups of open pose annotated with style of music that the dance is part of, and then annotate the individual shifts in motion within the open pose segments, to key in on the beat portion of the music or some sort of cadence tagging. I wonder if you could extend something like the forum or anime diff using a model like that to create music videos from an audio, pre-existing or generated
Hi Every One I am new to this discord, and this is my first time using it, one of my friends told me about it that I need to join a discord about Stable diffusion if want to know how to generate AI Images. Can someone guide me how to do it here. Thank you if you can help me 🙂
Hi, I am a huge AI fan (you can probably tell from my name 😄). I discovered this shop where there are very cool calendars that were designed with AI. Is the shop trustworthy? I mean, they accept PayPal, so nothing can go wrong, right? https://calendardreams.com/
anyone using an eGPU?
Hi, I want to try to create fashionweek ai, someone try it before, please help with promt how to create base on fashion drawing design
What is "no module 'xformers' proceeding without"?
That means your not using xformers.
A free performance boost for nvidia cards
Ooh
What's your GPU?
You can add --xformers to the webui-user.bat at the line COMMANDLINE_ARGS=
Hey and welcome!
On this discord you can generate images for free by using the bot channels like #1100170312106127410
You can also run Stable Diffusion for free on your PC localy if it has enough power. Also you can use websites to generate images. But most of them are paid.
So does anyone know how to enable loras and embeddings in comfy UI?
Also are negative prompts required for comfy UI?
for some reason imgtoimg alternative test will not load for me does anyone know how to fix this
it has an error when i try to use it
and does anyone have a good iypnb file for sdxl automatic 1111
This new model called as PixArt (not stable diffusion) is literally better than SDXL. have you tried and compared? in the beginning of video i compared with 58 prompts and 290 images https://youtu.be/ZiUXf_idIR4
hello could anyone tell me how I can remove objects from photos? like a necklace
Hi All. I'm getting very low it/s with my new 4090 (5 or 6 it/s on a 512*768 on a SD 1.5 model). Anyone has a link for a guide to tweak the 4090? thanks
Guys how in the world do I know what version/model of stable difusion I should use.
Should one decide on sticking to a model when tuning a prompt, or is it reasonable to tune the prompt and see how the diffrences affect mutiple models for every change in the prompt?
please at me if you respond
Hey guys we made a Text2Game app. You type in a sentence (e.g. ChatGPT becomes terminator) and it turns your idea into a "Choose your own adventure" interactive story game. You can even choose to use your face as the main character.
For example, we turned Elon’s “Go F yourself” outburst into an interactive story game. You play Elon and in order to save Twitter, you have to win back the hearts of Bob Iger and Tim Cook.
You can play it in this link: https://supermovie.ai/story/v1.html?k=021e145de7a94f8fa2587e87dab3e7a8
Would love your feedback! We are building a waitlist right now.
⛔ too much Elon for my liking, I would prefer none
Harrlogos, because it's the best model on Stable Diffusion 
Oh and it unlocks custom text generation 
How to create AI Models with SD
like how to get the same look
und whats the best gui
hey
ive loaded webui and i dont have the olive or onnx tabs. trying to generate an image i just gat garbled output
Hey that guide is old and also olive isn't recommended for AMD Users as it lacks support and features.
Remove the --olive stuff from the webui-user.bat and instead add:
--medvram --opt-sub-quad-attention --opt-split-attention-v1 --no-half-vae --upcast-sampling
Then delete the venv folder and rerun the webui-user.bat
this is all thats in my webui-user.bat ```@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=
call webui.bat```
Oh okay then add my commands to the Commandline_ARGS=
Also you can upload a better screenshot in #🤝|tech-support
If the issue still persists
Hi guys, I want to finetune SD models with real people, any script for this ? Many thanks
Hey, take a look at Khoya_ss tool. It can do loras and dreambooth
hmm, I am working on Linux server, I think a notebook is better sir
Could be. Then look for dreambooth notebooks
I tried, but the result is not good with real person sir.
Okay, but then you may need to change some settings for training. Did you watched some tutorials for that?
Also the source material needs to be good quality
Can u give me the tutorials pls
Sry, I dont have one rn.
Thanks sir
No problem, I would check YT for newer training tutorials in the last 3 months
Hey, I'm wondering if training LoRas or embeddings could be used in brand content, training for logo, brand image, etc. Anyone have a take on why it would or would not be possible?
Why is my automatic1111 suddendly running a LOT slower? I checked the settings i used before with the metadata and i am using the exact same settings as before, the only difference is that the generation takes forever
500 seconds per iteration.....
it was around 30 seconds PER IMAGE before
why is my GPU only at 63c while at 100% usage
Hey, what's your GPU and what's inside your webui-user.bat?
titan x pascal and just this: ```@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=
call webui.bat
this worked fine before 🤷♂️
Okay for better performance add:
--xformers --no-half-vae
To the Commandline_ARGS=
Also if its still slow you can show me the txt2img settings or the cmd log in the #🤝|tech-support channel
i dont think i have xformers but i'll see what happens
The command --xformers will install and use it
this did it! thank you. it is not litterally 250 times faster
Perfect 🙂
hi all
I have a project that I've been told I could do with SD + Dreambooth, and my laptop is not so powerful ... can someone guide me on where to sign up? I was messing around with a handful of AI generators when they blew up, but I am severely out of touch now
and also, let me know if I am asking this in the correct channel 🙂
anyone has rtx 4070 benchmarks for sdxl, deforum optional as well i would really like to know please 🙏 🙏 🙏 🙏 🙏
Hi, i'm need an help i use controlnet v 1.1.419 i use model like this control_sd15_canny. There are any upgrade to do?
Is this a tech support even for controlnet?
I already left my problem in tech support, sorry
hi guys. how to type negative promt
hello. new user here.. i notice huge difference from trying out different sampling methodes.. where can I read about those and know which one is best for what I,m trying to do?
@warm junco sorry for tagging again but could you help with with controlnet extension?
Hey, you can ask in #🤝|tech-support
Sorry i wrong channel 😆
Who can I talk to about getting a SVD commercial license for a small startup?
what version of stable diffusion do you use? 1.5 or 2.x?
I use 1.5 because I dont have the vram for 2.1 or sdxl 😁
I was wondering if I should go through the slight headache of trying to get 2.1 or sdxl to work with the webui
I guess I will stick with 1.5 then lol
How do you force a specific version?
like:
set PYTHON=3.10
when i try to run, it prints out:
E:\AI\Stable-Diffusion-Web\webui>git pull
Already up to date.
Couldn't launch python
exit code: 9009
stderr:
'3.10' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
Launch unsuccessful. Exiting.
Pressione qualquer tecla para continuar. . .
i don't want to uninstall 3.12
edit the webui-user.bat
at the line PYTHON=
paste the path to the python.exe of 3.10
oh
that would've been much easier than editing the path and uninstalling 3.12......
fuuuuuuuuuuuuuuuck
hey i am a n00b where do i get styles to use with a1111?
i am just playing around with deliberate but the author has a styles.css that is being a paywall
this probably a scam... .css are web styles. try either 1. prompting for styles, 2. changing the models (civitai.com) or 3. styling the models with LoRAs and such
yea i just mean the saved styles in a1111
but maybe there is not that much value that you can get my downloading them
you can just look up example prompts and base yours off those i guess
silly question but what's the name given to models that fine tune images to a certain after they've been generated using SD
i recall there's one that makes anime images better, and one that's optimised for making humans look more realistic
Do you mean Lora's ?
yeah that's the one. thanks
Can anyone recommend some Civitai alternatives?
Would anybody like to help me from start to finish set up fooocus im a complete idiot😭
Does anyone have a really good img2img settings to share?
I tried a bunch of different combinations to achieve a anime style effect but no success so far :/
is intel NPU support being added soon?
Hey, so Im trying to sort some images with stable diffusion metadata in them from those without, and Im noticing that some images store their prompts in a "comments" section while others store it in a "parameters" section. as far as I can tell windows file explorer only has a "comments" tag I can enable in file explorer to separate them out. what would I enable that would sort by parameters? it doesnt seem to be an option in the details tag list.
100% possible. Brands usually have some idea thats consistent. Thats the juice that these image networks love to learn. Consistency. While it probably won't get a perfect logo shape 100% of the time, you could train a branding style into a lora and then use controlnet to smash out images and retain consistency.
I think it would work better for focused marketing campaigns rather than monolithic brand management
Anyone using an eGPU? I'm about to blow $2000 on one just for stable diffusion
Is there a way to change the tab icon in the browser when using ComfyUI?
egpu?
External GPU. I have a powerful laptop with no good GPU and want an eGPU for training
oh right
What’s next on the stable diffusion roadmap?
Hi! anyone knows how i can prevent the fail of the install of cuda toolkit?
I recommend that you check out #🤝|tech-support for this!
Hi guys, I suspect my A1111 has some corrupted stuff. Could someone remind me what command to do to cleanly reinstall everything without losing my config and other photos and such please?
anyone got an idea why my lcm lora is not working
tried several times with a lot of different steps / cfg /models
always ends in something like its burned completely messed up
Could you help me to improve my prompt to have better result and more good looking ?
"layered dark blond hairs, sixteen old student, hufflepuff clothes, realistic, sharp details, hd, Renaissance clothes, short wick, neat, disillusioned, boy, dark blonde hair, determined, short hair, slim shoulders"
I like 2 images I generate (and more broadly their moody expression and haircut)
is Civit crashed?
doesn't look like it
hi everyone ! is there a way i can run stable diffusion with control net online ?
Hey guys! Is there channel for creating images etc.?
I mean help channel
For writing prompt, ideas, models - I want to create an image with LOGO*! and make the logo more 3d, cartoonish mascot
not sure if thats possible
by the way wow its been 1,5 year since stable came out ;o
just delete the venv folder in a1111 folder, and run it again. Why do you suspect some stuff is corrupted?
Anyone has any idea how I could use CLIP models with the embedding size (77, 512) instead of (77, 768) for guidance in stable diffusion? Is it possible to do it?

