#💬|general-chat
1 messages · Page 49 of 1
Not using artifact pictures would be best.
If you need to use some, i believe yes, adding just "artifact" would be best.
Each step of the training, an attention budget is given to your trained picture. Each token in the prompt gets trained, with the attention splitting along those tokens. It will try to put what it detects in the picture, in the most fitting token, and it will update the weights according to all that.
Adding more artefacts token means 2 things :
- it reduces a little what attention was given to your main tokens, making the training slower
- it prevents even more of the artifacts to be trained on the main concept token, good thing here.
ok, so maybe I'll just put 'jpeg artifact' on the pics with light artifacts, and add 'noise' as well to the ones with worst quality. Thanks
so the longer the caption, the slower the training...
Unless you put more learning rate, yeah
You have ways to fight that
Learning rate is the right to play with if you start to use longer prompt, but it's based on few tests so i can't be 100% positive either
I notice 'navel' and 'nipples' gets automatically captioned by danburu... I feel it's not needed, since everyone has these
It's different approach to training too. You can go with lots of tokens, this will be slower, or require to use as many tokens in prompt to have something similary good
Having lots of tokens has other good side effects too
like what?
what if some images have very long captions, and others short? Will it be a problem?
The more you have, the more weights you hit on the model, making it a little more fine tuning globaly. It helps as "inner regularisation" in that way, forcing the model not to just update a few weight and become imbalanced.
I haven't tried that, but i don't think changing caption style mid dataset would be a good idea. The tokens in the shorter prompts would get trained more
so I'm less likely to overtrain with long captions
But at the same time you need more steps
so it'll kinda overtrain on the images with relatively shorter captions
So it's a longer training with more monitoring of the loss, or comparing of the different checkpoints you made along the way
But a better global quality if all goes well, Since more token will fit the trained style
I've got some pics which are perfect, and they have shorter captions, and some with detailed backgrounds, lighting etc., artifacts, which require longer captions
around 1000 pics already captioned so far
Maybe putting the artefact pictures through SD ? When i have some blur on a good sample, i upscale it using latent or esrgan and then downscale it
It helps a lot
when I do that I find the picture loses detail
well, I didn't try upscale and downscale, instead I just did img2img....
I could try that... and maybe include both the 'clean' and original image in the dataset?
by the way, sometimes I have a large photo, and I'll include 2 versions of it in my dataset,
1 - downscaled, full body
2 - cropped head
3 - cropped body
Do I risk overtraining the image by doing that?
Yes you can very well have some overtraining there if dreambooth picks on the duplicated elements. Be careful about those
what if I caption them differently? e.g. with synonyms
you would spread even more the training
it should help with being its own regularization
just makes a lot of tokens to keep track of
but given the size of your dataset, you may be better going that way, like if you were full fine tuning
ya, I want to make something good
from having seen quite a lot of people around here with that same energy, one tip
don't wait too long for training. start baking. you won't ever really be able to understand beforehand what bias the AI will detect in such a dataset
it's already complicated on 20 pictures
I've seen people prepare around 12k pictures before trying, and finding that it didn't work for their specific case
and that going with 3 token prompts and 100 pictures landed better quality
problem is I send my pics to someone else to use his GPU... so it's another level of slowness
I don't want you to burn your wings if you know what I mean
but yes, I'm telling him to train with what we've got already 😛 thank you
how did that happen?
because SD is already good at picking up things with 1 picture. when we human think there is variety, we are sometimes dead wrong, 2 pictures can be very close and trick us easily, not the AI.
So for example, taking 10 pictures of your face on different angles, that would be too many, it would overtrain/overconstraint the AI
even if you trained at a low LR and less epochs?
once you have given enough pictures for dreambooth to get what you need, every picture on top is multiple dangers :
1/ it slows the whole training, requires a little more step
2/ it can introduce a similar motif and create overtraining
3/ it can unbalance some specific concept that will have more example than others in the dataset
lower LR, less epoch, big dataset you mean ?
there is more risk that it won't find the "common element" to learn in all your pictures that way, yes.
It should still work, with higher risk of not training enough before overtraining
potentially going directly from "not enough trained" to "burned outlines on something that still isn't enough trained"
burned outlines.... so it's thinking vectorally I guess?
so what about training in batches? Like, instead of 1000 at once, 10 folders of 100
each folder containing a concept
until each concept is well-learned.
Then put them all together and do a few low LR epochs of all together for the final polish?
I used delay dataset batching once, to help balance the different tokens I was training. It does help but not exactly like you are presenting it
it first required me to train the whole dataset, and do lots of test to see on what epoch each concept was the best quality
and then start the training again, with only the slowest token at first, the one that took the longuest to train
and adding more and more other concepts when their time came
but those were separated concepts
your concepts are all mixed in the dataset
doing trainings one after the other (the first part of what you said), would make a model that moves and moves again
imagine it as a character on a world map. each training pulls the character towards where the sub dataset is
in the end, the little guy is on none of those and didn't really learn anything, having forgoten completly the first batch
I think this would just harm your model quality
oh no.... now I'm just really uncertain
well sorry, that wasn't the goal
I'm not sure what you are trying to train, so it doesn't help ^^
ok, you can remove it since I'm mod and the rules
but ok
well, I get the wanting lots of variety
and the problem of artifacts I guess
ok
and it's really foreign to the base model, which is vast majority female. It turns most renders into women, even if I write a lot of female words in the negative
training on only male will help here. how long is your list of important tokens ?
actually... I don't think I have such a list? I"m just individually captioning every image
this is one thing you are going to need/want
you have lots of concepts here
actions, ... no need to describe, you understand
you will want to balance the training on those
meaning you don't want 2 times more of 1 token compared to the others
so making a list, and having a count, subfolders, ... seems essential
ya, and even e.g. the face "open eyes, closed eyes, open mouth, hair color, eyelashes"
you can have specific pictures with this, on their own subfolder
I would treat this like it was a full finetune
take every token you need
create a folder
put around 20 picture presenting that specific token in it
and move on to the next folder
not overtag every pic
but I haven't done big finetunes like that myself
not on that scale
do you mean e.g. one folder with 'facial expressions'.
Or one folder with 'open mouths'?
so I'm also at my limits here
one folder for each feature you want to train. If you want to train "open mouth" then do a folder of it, treat it as a concept, as if you wanted to train it on its own little model
try to give each and every concept that same attention
I see, that makes sense
then train until it's got 'open mouth' perfectly trained. Then do the same for 'closed mouth'.
almost
train all in parallel, the whole dataset at once
no individual training
since every concept would be presented as much, with as many examples, it should do it
ah, and then give more attention afterward to the folder with the concept that was less-trained
don't use any duplication though
after a first full training, yes, adapt. for example if you did 100 epocs, but you noticed one of the concepts was trained on epoch 80 and burned later on, then you would :
1/ restart the training for 20 epochs with all the concept except the one that burned in
2/ add the last concept for the last 80 epochs
it's as if each concept was a cookie that took a different time to bake
so you need to add each one at the right time
that makes a lot of sense
Where is sd LLM ?
if it's burned though, I could always mix it with another model to water things down, right?
it's not the top solution in terms of quality, since all other tokens will also get watered down, not just the burned token
but it would help yes
like, if you manage to erase the female bias
merging would sure bring it back
ok, thanks so much
This drawing I’m doing is turning out amazing (it’s of an ai art piece made by @ Yūū#2953)
I just trained my first lora and I must say it went pretty smoothly and the results were very satisfying.
Congrats
It got me thinking about making something like a pipeline for training loras with specific characters. Like having set of images with specific shots and emotions. Kinda like separated character sheet images. I think that would make it easier to prepare references since you know exactly what kind of character shots have to be included.
I can’t keep up with the daily changes. What’s the fastest and least resource intensive: Lora, Locon, Loha, lycos? Too much info.
https://www.youtube.com/watch?v=19WsS6Bh2Ns What company is he talking about?
is it even possible to make an automatic1111 dc bot?
has anyone been on DeviantArt lately? it's filling up with AI porn and AI anime porn.
with AI, everything becomes more effective, even the unpleasant part of society 
will certainly make collecting good data more difficult, a few years and we have more generated stuff on the net than anything else.
Reminds me of pollution, plastic is great in use, but probably problematic for future generations. Will be the same with the 'data waste'. maybe
This one seem to do exactly that : https://github.com/Kilvoctu/aiyabot
Welcome! We've got art channels in the #1073085702927024128 section.
#1072013871730131004 is a popular community!
Thank you very much.
what do you think it's Deviant Art
what is a model.pt file? can i use them like any other checkpoint?

if it's small (less than 1gb), it's likely a lora. If it's real small (less than 1mb) it's probably an embedding
and each of those is used differently. If it's over 1gb, good idea to convert it to .safetensors
DOOD I'M SO HYPED ON NEW TECHNOLOGY #CHANGETHEWORLD WOOHOO
https://colab.research.google.com/drive/11z58bl3meSzo6kFqkahMa35G5jmh2Wgt#scrollTo=5995t2PnQTmG
anyone that used this collab before? if so I need some help
are you stuck at the "Download Pretrained model" part?
I was stuck on the import torch part ima load the website again and try over
is there like a local built with pretty ui for it?
Not that I know of. If there is a gradio demo on huggingface it would be easy to get that running locally though
folders setup seem to be changed all of a sudden..
think the issue is the age of that model and repo. There has been tons of updates to the dependencies and colab itself
can you show me real quick an example video?
of what?
of the collab
it's almost 3 years old.
I think that's the latest video using this:
https://www.youtube.com/watch?v=QANxO69y6r4
Hey Everyone I Really Very Urgently Need Help With My App.
Is There Anyone Just Anyone Who Could Help Me With Integrating Stable Diffusion Or Any API That Can Simply Take 3-5 Images Of Users And Create It's AI Avatar, Sort Of Like Lensa.
Please Anyone Just Any One Help Me With It It's Extremely Really Very Important.
Hi, somebody know any trust site where download after effects or filmora free without ransomware or a Virus?
Even If Anyone One Of You Know A Person Who Could Help Me Please Connect Me To Them Just Please Help Me Guys.
AEDOWNLOAD .com
@broken gull here's an updated colab https://colab.research.google.com/drive/1gYiwvvmAhjg1nDNjN8kv6L9eOsbP-9w-?usp=sharing
and a vid for it https://www.youtube.com/watch?v=l4ecpqELrak
dunno, try them out
Hello. I'm trying to get control net installed and i'm having problems with pip install open cv command. (It's saying that pip is not recognized as an internal or external command. Can anyone help?
Do You Have Python Installed On Your PC???.
yes
Did You Download The pip While Downloading Python 311.
I"m not sure..In my python scripts folder there's pips, pip 3.10 and pip 3
Delete The Python Folder And Re Download It From Python.org
installingpythorch3d takes so long
Thanks. I'll try that.
it's probably building it since it has no prebuild wheel for your system. Takes a while but should finish eventually
Yep exactly that
Hey. That worked. Thanks so much!
This seems to have changed the location from where my webui-user.bat location and it's pointing towards the old python. I changed the location in that file, but when i double click it, it seems to be still looking for the old location and file for my python.
Recheck Your Code If Somewhere You've Mentioned Previous Location.
Has anyone ever get experienced get trojan while doing preprocessing images?
Is there a better Regularization than https://github.com/aitrepreneur/REGULARIZATION-IMAGES-SD ?
I keep getting errors in the last cell to generate the video from the obj I tried every command that was available in the cell before that to install the pytorch3d which runs fine
still trying the older version
I have a result .png file tho
I'm curious if anyone else is looking at the best way to create a training set of image. I've been using bing downloader in python to gather images up but what I'm trying to do is have specific things about the image, like pose, or other factors and use another package to train or determine how similar the images are. Looking through thousands of images is challenging when the hit rate is fairly low.
I've been using sewar, tried a few of the others, but believe sewar is the best so far, curious what others find
yall SDXL 2.2 alpha is being tested in pickapic (randomly tho)
its a russian roulette between SD 2.1, dreamlike photoreal 2.0, SDXL 2.2 alpha and SDXL 2.2 beta
link?
I have yet to see a convincing 2.x model
that isnt censored to shit
Are there any websites that will take pictures and generate prompts?
u can do that with a111 using clip interrogation
although it isn't particularly spectacular
I'll google clip interrogation
however every now and then it throws out an artist name that imitates the style of ur picture. thats how I found out about Dave LaChapelle and Annie Lebovitz and they have become staples of my prompts
check general with images, thats where u find the button
Jesus
Hello, anyone can check if deepbooru is working for them when on most recent Auto1111 ?
How do I use CIVITAI do I download a base modle first?
hi, i'm searching chat bot, could you show me please?
anyone know where to download expmix_line? civitai shows me an error 404 message
rawr
What are tokens? Is it another word for prompts?
xd
tokens are another word for "small word". it's a part of a word, usually around 3/4th of a word. It's how your prompt is split and given to the model
Hey! If anyone is interested I made a dataset of twitch emotes and their names! Could be used for training (it's free so i hope this doesn't count as self promoting)
Just excited to see what people can make with it! :D
What is the difference between models and checkpoints?
Its the same
mj5 is pretty cool. i hope sd can return fire with some new model eventually
where should I post to get help with a image generation?
Thanks for the introduction. Its kind of fun to play with. Only positive prompts though, but for what I was generating (abstract art/objects), I don't need negative prompts. But I don't know how to tell if the images came from SD 2.1, dp2.0, SDXL 2.2 alpha or beta
Unable to use color control net? did anyone get shape errors too?
try tech-support
I think in terms of image quality, we are up there with mj v5. Just make hands better without needing lora (or course you can make it better with lora when you can make specific hand gestures there), and multiple faces that don't get into a complete mess. Also better text encoder that understand and interpret prompts for easier prompting.
Since some of the photoreal 1.5 and 2.1 models surfaced in the last month or 2, I have not seen a mj v4 or v5 image that I thought cannot be achieved in SD. The difference is with how easy it is to do so.
I think people oversell SD. I wish it was as good as mj5
we can do a lot of things that can't be done on mj5 like control net, latent couple, plus the comfy ui multi-prompt
for example, i can draw a skyscraper with a stone age base, to classical mid, gothic style on high level and cyberpunk style on top...all blended in gradually at extreme res in a tall portrait image thru comfy ui multi-prompt. You can't do that on mj v5
I can't even imagine how many re-rolls are needed on mj v5 to even get that to show such change and progression naturally. On comfy ui, I can get it right in a couple of goes, plus change the location of each style, % of style, script it so these value changes in a loop, and keep re-rolling for dozens of alternatives. Try that on mj v5
If I want to use ai to help with professional design work, this level of control is crucial. The comment I hear from many MJ user since v4 is how much control being stripped away since v3, and how bias the models are (they gravitate towards certain style or imagery keep re-appearing).
Did midjourney nerf celebs?
Is there a way to clip interrogate the png from pickapic to find out what model they were generated from? From past experience, you need to know which model was used to begin with, in order to clip interrogate for a prompt.
no look at the latest midjourney public gallery, someone made a bunch of keanu reeves
mj isnt really made for AI artists
its more so for people who just want quick and easy
yeah its like a russian roulette
I'd love to try mj v5 to see if its as good as people say but u have to pay to use it rn
unless someone wants to share some users
yes. what I wish SD can do is get the same level of text encoder so we can do "quick and easy" as well as highly specific and controlled. Right now, even the simplest things need a long prompt to get good results.
i dont think so, but if it helps the images that have the most contrast are from dreamlike photoreal
that is incorrect
depends on what you consider good
the style is recognisable
My own blend can generate insane prompts with 4-5 words
but yeah you need to mix a bunch of models for it lol
base models are garbitch
unless I do like a very simple dog sitting prompt, sd 1.5 2.1 can manage an acceptable stock photo type photo
oic
i can show some examples
in a few minutes
oh i can't upload image here
I go to general-with-image
yeh plz
How come when I do dreambooth the samples have completely messed up eyes?
What's the group profile picture?
are there any realistic LoRA recommendations?
What does it mean if my samples from dreambooth are blurry?
say, what ranks as the #1 most realistic ai photo you've ever seen?
wait, ill post in the images channel instead
And it seems to happen only from my iPhone
Would anyone k ow how I can reach for the support or something ?
Does anyone know which model dalle2 uses for inpainting?
if i wanted to make a train lora model of sailor mars do i need to find the same artist, style, colour or can i use manga imagine?
thank you
Hey all, is anyone at the GDC this year?
I'd like to know how to properly use controlNet, I have this character I am making but I need her in a different pose so I can work on a figure better without interfering with her arms. I have the character created already but would like it to have in a T-pose. Then possibly change it back in a different pose after doing the transformations.
Are there any good short tutorials that explains how to do this?
how do i get SD ultimate upscaler? in automatic1111
Its an extension you can install at the extensions tab
What does it do? Regenerate the image or just upscale?
It increase the Size while fixing eyes, Details etc
Depending on the upscaler used
kk
but in extra there isn't a script so just for img2img?
like inpainting and outpainting stuff
Extras tab is upscaling only for the resolution
The upscale + fix is only with Highres fix or the sd upscale script
kk
how to repair the face when use full body
If you use InvokeAI you can create the boundry box around the face and mask it then change your prompt for the face alone. What helps is to do the different parts of the face (eye, nose, mouth) separately. If you use auto1111 just put a mask on the things you wanna change and use a prompt for only the faces.
I have a question: does Stable know Chris Cunningham?
idk ig you can try it out
Anyone here got gpt plus/4?
hey
I have an old gpu (1070 gtx)
if I will use a pod cloud service and rent a better gpu, will it make the rendering faster for animations?
Hi sorry for my newbie question, whats the better way to do a SD install (For dummies)
why does emad hate openai so much
Cuz they said they where gonna go for "full transparency " and "open source" and when the product was finally developed they said no to dangerous we gonna put everything behind a paywall
but thats another company
he seems to really hate them lol
is that really the extent of his hate?
venv "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2
Traceback (most recent call last):
File "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\launch.py", line 380, in <module>
prepare_environment()
File "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\launch.py", line 287, in prepare_environment
run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'")
File "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\launch.py", line 137, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\launch.py", line 113, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "C:\StableDiffusion\SD512_TUTOROGRAD_EDITION\venv\Scripts\python.exe" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
help
rx 570
and how to run without cuda
My computer is blocking Interrogate DeepBooru in stable diffusion as it seem to be consider as severe threat. Never have this problem before and Interrogate DeepBooru still work fine for me few days ago. Did they change something in Interrogate DeepBooru files after update recently?
You can't Xd Stable Diffusion needs those, you can however install Stable Diffusion on linux and then run it on your AMD device but it will be slow and idk how to do that.
Probs just a false positive in your antivirus
@twilit willowI can change where to do sho, I didn't have this guide
maybe better to run on a pod?
hey, I just started making images with SD and I want to create more images with object/conceptual continuity. For example, a specific object / person / animal appears in an image and I want to make more images with it. Not looking for visual similarity necessarily - doesn't have to be same composition - but want more of that specific object.
Is there a technique to this? Or even a term I should look up? Haven't found anything yet. Closest thing I have found is fine tuning in dream booth and textual inversion, but those seem like you need several images to use for training.
Is there a way to start exploring an object or concept starting with a single image?
any tips of how easliy I can turn footage into animation? I want to be able to take an mp4 video and turn it into animated version
is it possible?
wat?
hiiiii 😄
hi
Hi
Hello everyone, i'm trying to use the t2i style adapter, i'm using auto's ui, and a 1.5v model, i have the yaml into the model folder, but whenever i try to use it, i get this error:
" typeError: init() got an unexpected keyword argument 'linear_start' "
Can anyone help?
yeah it is indeed pretty slow and frustrating on at the same time but the images that are generated are satisfying. It took me more than 3 minutes to render a 'cute cat' prompt for me
I keep getting ' Could not allocate tensor with 268435456 bytes. There is not enough GPU video memory available!' but I have 8 gigs of VRAM and a good GPU
what model should i use for animal and buildings?
how many gigs is that?
those bytes
258 mb
but I have 8 gigs vram
like even when I put it on low -vram
it still crashes
are you sure you don't have any other programs running in the background that use vram
any ways to use AMD gpus to render image in S.D ?
yes @fervent thunder
tell me how ?
Clone this repository
git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update
instead of the normal one
it works but sometimes there is issues
Can someone help me install all the software i need to start using stable diffusion
Darkshadow what is your gpu
@delicate dust Watch this https://www.youtube.com/watch?v=onmqbI5XPH8&t=282s
no cap i was watching same vid
i will use with control net
😦
is there a way to combine this with ControlNet?
Can someone help me with GPU? I just need an advice
Like if that GPU would be ok to run SD on it
how do I do to creat images? please, help me
linux
that has nothing to do with stable diffusion. i'm sure their "AI auto tools" don't even use deep learned networks and are just coded an old fashioned way.
That video is just an advertorial. the guy produced it to look like a tutorial or a review of software that is real content on his channel, but it's actually just an affiliate marketing advertisement. He gets paid for everyone that uses the program.
dont believe the hype. he says it's "free" but that's only for 300 frames tops. 10 seconds
$300 and it expires after a year
no he is showing of the AI being to pull natural physics, I was thinking this could be very usefull combining with controlnet for more accurate videos
it's not deep learned anything. it's commercial editing software and has features similar to others. it's not "diffusing" into a pose or using a GAN or anything
it's just an informercial/advertorial
stable diffusion isn't even a 3d system, and that software is for animating 3d models
Hi guys, is this the best chat to ask any questions?
depends on the question, there can be more specialised, but this is the main general one, yeah
Hi
hey!
Yea , that's like one of shittiest things on youtube....
Dude just made an ad video and tried to hype it up with "AI" talk, while all AI does is...trying to make pose look more natural?
But it doesn't stop there, he made an ad inside ad lol and liked shitton of comments telling what he wants people to see.
That might sound a bit rude, but how do I react to it otherwise?
We can't see dislikes on the video, we can't read comments cause actual comments somewhere far down after all nonsense he liked...
I'd bet he removes comments he don't like manually too, if he has so much time to like so many.
Nothing against tool , just youtube guy and youtube itself 😦
is it me or 3/4 of anime girl models suddenly disappeared from civitai ?
I felt a great disturbance in the force, as if millions of voices suddenly cried out in terror and were suddenly silences
idk, I still see tons of them on top
was that maul or asokha
Obi-Wan in a new hope
damn, people using so many words in prompts now based on civi prompts
Well tbh I copied text on a meme
oh
oof
I'm a bad mod. I'll do sepuban
bans himself
I did some furies as dj the other day though, it may be a diminishing factor in my ban
don't commit sudoku , we need you
I could ban myself, i do have the rights. Not to revert it though so I'll keep calm
And keep making furry
I need non-fury idea, wanna gen something too 
Analog diffusion, make great vintage pics of old cars
all my ideas either done or I can't be bothered to gen it more...got >1k attempts on sword-woman lol
Go out of your comfort zone, learn new tokens on a new subject. Ask chatGPT for random stuff maybe even
It helped me a little the other day
I want to do creatures, but I don't have model capable of doing so weird things
That's kinda creatures , but that's too cute, I want like...dragons, griffons, idk...big, realistic or fantasy-ish looking
those looks like toys
Yeah they are... Elder ring diffusion has some good monsters with tokens like demon or mimic, giant,...
We did some nice things around it on Halloween here
I'm not finding any monster specific model in my mind though
I have lora I downloaded some time ago, it can do existing creatures, (well, I guess model can, idk what's lora purpose actually), can't even look it up anymore, can't find it
Tried to mix it with boss fight embeding on dark model...
That was weird
Boss fight embeding makes humanoids too often...like 99% of the time, even with "human, humanoid, man, woman, girl, boy" in negative 😦
heya how can I get controlnet to work properly? I have a img from posemaniacs but my character doesn't wanna take the pose, also I noticed I have no controlnet models installed does that matter?
yes, you need to have controlnet models installed
yeh the entire video is an affiliate sales pitch
its from when the death star destroyed alderaan. been an internet culture thing since before episode 1 came out
i say internet culture thing since richard dawkins hadn't coined "meme" yet
How do I make the character not change in img2img? Is it possible to just change some part of the image while keeping others? I don't want to change the face, but I want to change other parts of the body...
does anybody know if the windows version of python 3.10 works for automatic1111 ui
mask it and change only mask or everything but mask
i keep getting an error that python isnt there but its not even reading the correct path
why there is no one in vc?
i was in vc
Where can I find those? I have post-processing models I believe but not the secondary option models
Also could you share settings that has worked for you to keep your init img pretty much the same and just be able to change the pose?
Been glued to Deliberate Diffusion all day making bad photos
I like generating but upscaling is so boring for me 😛
It's comparable to the inking phase of drawing I guess
i solved my issue all i had to do was delete venv file
Another update to instagram censorship on a.i. art. A week passed by, and the censorship of my posts have gotten worse. I've removed all words related to the series for 2 weeks, and instead I made a title for my series. However, anything that I post bearing my own title, gets shadow banned 5-8 minutes from posting. The posts disappear from all hashtag spaces. I also removed references to the show from hashtag spaces to avoid their radar. Regardless of the content inside the post, whether there are characters that resemble a little bit of the characters on the series, or something entirely of my own creation that do not exist on the show, they get shadow banned. As long as the post contain my own show title, have a similar looking string of hashtags, either the show's company bots report them, or instagram automatically ban them after 5-8 minutes.
This is unacceptable kind of censorship. I've deliberately put up content and stories unrelated to their show to test the limits of their reach, they would still ban it if their bot mistakenly thinks I am using their i.p. The only posts that I can put up and survive would be non a.i. generated robot, monster, superhero related. Otherwise the posts get banned.
So be careful what a.i. art you put on instagram. Once their bots lock on to you, they become more and more aggressive. Complaining to instagram is no use, they will not respond. If you become targeted, new a.i. art that you post, completely unrelated to an i.p. franchise may still get targeted once they got their radar on you.
At first, they were selective in banning a post, only banning 1 in a few. Then they got more aggressive, 1 in 2. But begining today, every new post I post up, with just a slight reference to my own show title and a few similar hashtags got banned.
The only consolation is that they did not remove the old posts that for some reason they allowed them to stay, but it appears I can no longer post any new content related to my own show. Even some totally unrelated a.i. art pieces got affected too.
I am considering posting the entire series on Twitter instead, with the show name and characters referenced. It is a parody, and it is a not-for-profit fan project, I do not agree with the reason for my posts to be taken down, and the way how they handled the taking down of those texts and images.
I think I'm done bunnying for today. Oof, that was a lot
I think I was generating bunny girls for hours 👀
Anyone know what EXIF tag Stable diffusion uses?
hello
Hello, is anyone working on using SD on KYC/AML?
If u want to read the gen data from files, I recommend this app someone shared on Reddit a few days ago
https://github.com/stassius/MetaParser/releases/tag/Release
can anyone help me. I got an error saying:
RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions. PyTorch has CUDA Version=11.7 and torchvision has CUDA Version=11.6. Please reinstall the torchvision that matches your PyTorch install.
Thanks. What om trying to do is make a script to pull 3 random words from the prompt and rename the picture that
hi, I'm using diffusionbee on mac (m1), can I update the list of suggested text prompt listed from cmdr2? wanted to add specific model prompts such as nvinkpunk or mdjrny-v4 style
why do no ones photos have the prompt along with them anymore
Some time ago someone posted drivers or something, some fix to make 4070TI run well with SD. Anyone know what it is?
LOL out loud
They remove that info
anyone have a link to the Auto1111 install? I thought I could just transfer files to a new system, but I have to install
Hello! How can i post images here?
general chat with images
Guys, which server would you recommend for stable diffusion models training?
Hi. Are any SD based models okay with fingers yet? Don't offer midjourney
Hey, I'm using my own trained models, and in the last two days the results got significantly worse, using the same model, prompt and seed. Did anything change in the repo that I'm not aware of? Did anyone else see some oddities with the results?
Great fingers can be had by a number of means. Good prompting, hand LoRAs, textual inversions, controlnet, good models, etc. Usually for good hands, folks combine a number of these. Though the best way I'm currently familiar with to get good hands is a combination of control net and depth map extensions.
Model, prompt and seed aren't the only determining factors in output. Clip Skip, Hypernetworks, LoRAs, any extensions you may have had active, your graphics driver, your python version, your xformers version.. if I were in your shoes I'd be looking for local changes like that.
If your images have png info or embedded metadata you should be able to check that for a complete list of prompt / setting parameters and ensure your surface-level stuff is identical. Going deeper, could be any number of things affecting your output. I haven't seen any issues - I'm on the latest gitpull of automatic1111.
Guys, I want to train Stable Diffusion with my artworks and try to mix it with another artist to get some inspiration. Is it possible with Astria or is it mainly for more photographic-like stuff?
man, what was the AI art generator for AMD users that was in development ?
if i'm not mistaken Stable Diffusion only works with Cuda cores...
That is called Shark from Nod.ai
The automatic1111 webui works now with AMD too with the directml Fork of it. But its not good performance wise.
very nice, thank you man.
automatic1111 is for Stable Diffusion ?
aight, i'll check it too
which one faster to render a video? png2png or video init?
I made a game using artwork generated with stable diffusion. is there a rule/faq on whether I can post a link for it here? or is there another place I should go?
the best place to share those currently is in #1045770510153302086
it gets the most visibility while not scrolling too fast, compared to general chats
Hello there 😄
It's really interesting to think that AI image generators seem to indicate the beginning of the end of media scarcity
The development of generative AI has the potential to usher in an era of endless personalized media in a way that appeals directly to the individual in a way that nothing else can
It's a double-edged sword, however, because the end of scarcity necessarily requires the decoupling of output from human labor and the elimination of its economic value
Id like to see how lawsuits end up first
Sp we have more clarity on all of this
so*
Right now I think good artists only becoming more popular, cause people making models based on their art or making images using their style.
Good artists still will have a value for professional work, at least for now.
I'm sure some people will still buy and appreciate human work even if AI will get really good.
But yea...that's still somewhere in the future after law suit situation settle down and AI becoming better and gets more possibilities.
Did you ever try it? I attempted it, wasted about $50 to get a model which just spits out a bad version of the previous frame
I think my dataset was bad
guys I have a question, about something I saw on TikTok, I think the person is using Stable Diffusion and I wanted to know how to make it, can I share it here ?
no images in that channel, try maybe in #🏞|general-with-images more
ok thank you
Where can i get a step by step of how to install sd locally?
it will depend on the tool you use specifically, and your system, but the biggest ones out there have a wiki for that :
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs
https://invoke-ai.github.io/InvokeAI/installation/
and you may find some helping souls in #🤝|tech-support too
Currently feeding an iClone render through realistic vision with denoising of 0.25 and instructions to turn it into a photo
and 0.25 was too high. needed 0.1
where to try the stable diffusion bot
sorry, there is none currently
@clever stone
Currently, there is no bot on the server that generates images. However, there are plenty of other ways such as the official https://beta.dreamstudio.ai/ website or by running Stable Diffusion locally using your own hardware! Check out #1080946152318443610 for more details! You can also stop by #1025467151206854736 for any issues you experience while using DreamStudio or #🤝|tech-support for any problems you encounter while installing it locally!
Thanks
then what is this https://app.prodia.com/#/art-ai
no idea, seems to be "probia.com", don't know of those personally
I looked up stable diffusion and that was the first thing that came up
well, I can confirm this isn't us, Stability AI. we host Stable diffusion on dreamstudio like I linked through the bot, or you can even install it
I know lots of other websites will also let you implementations of Stable diffusion for free
the dreamstudio website seems to be working is that stable diffusion?
install thru github?
Stable diffusion is an open source tech
so lots of sites propose it too
so thats why i think its cool
yes you can install through github
mkk ty
there are multiple UI for it in #1080946152318443610
yeah, but I think it requires Linux to run correctly. #🤝|tech-support may know more
ok i'll try on linux later
wow this is the first app which i meant to run on linux
lmao
and not windows or mac
ty
I think that one should be the easiest one, but yeah, it will require linux to run.
There is another SLACK client that came out too, and that should run ? I'm not sure, it's not my strong suit
oh ok tysm
btw what are "steps"
when you make a picture, SD takes a very noisy picture (think of old TVs) and tries to remove all the noise, to see your picture under it, based on your prompt.
It does not very good, but we add a little less noise back, and ask the same thing again, and repeat that process
this is a step
how come the quality of images on dream studio is bad
bad would be quite subjective, I imagine you compare to something else
oh nvm i dont undertand how noise works for images
I meant low quality sorry
They're pretty good
but the image quality
512x512 ?
yes
Is my prompt bad xd Olympic rings far away floating in a black sky near an ocean with nothing else
yeah, that is a problem of the base models, 1.4 or 1.5 for example.
If you use 2.1, you can use 768x768 instead for a start.
Then people tend to use upscalers, because those dimensions are what the AI is trained on and going a lot over those, even if possible (check the sliders), lands duplications in your pictures
Oh is 2.1 best?
It's doing a good job but not able to generate the olympic rings properly
in part, yes. you only want to describe what will be in the picture.
So remove that "with nothing else", it will confuse SD.
add more details to what could be in the sky or the ocean, like waves and clouds instead, describe how the sunlight should be, what the camera angle could be, what style of image it is (painting, photo,...)
Also, "far away" could be better as "long shot" or "ultra long shot", photography terms
tysm
I had to add with nothing else
2.1 is currently the model trained on the biggest images, and the last one that came out.
there are also lost of fan models (check civitai.com) but those won't be usable on dreamstudio
without it was adding some random things
okkk and on that the highest quality is of which size
without it, it would focus on what is in your prompt, and try to fill the picture with it, not helping the quality for sure
Is there a recommended word count for prompt
ohhh
768x768. but you can still try to push it a little higher in the sliders/options. it cost a lot more processing power so it costs more credits too, and gives not that good of a results, so I don't advice it
a prompt can have up to 77 tokens, going over it the other ones will be ignored. A token is a little shorter than a word, so it's usualy around 50 words max
man v2.1 much slower but i guess its better
dreamstudio gives you free credits to try SD
okkk. ty
but it costs after a little while, you'll be asked to buy credits to continue in it
so bascially dreamstudio is just SD hosted online
there are other services and ways to use SD though if needed
yep
with some tips and tricks
weird considering its open souce however makes sense cause this takes processing powers
Are you sure it's ignored? I though it just goes through another cycle,
75 - 1 cycle
76+ 2 cycles e.t.c ?
there are other fun features in other SD webui too
well i can just download ig
such as>
cant i post images here
on dreamstudio I meant
it depends on the client
oh
automatic1111 has a logic that reduces the impact of each token but makes it possible for infinite tokens
hm , interesting
If i want a fullbody portriat instead of head portriat what should i type
put 'full body' in the positive prompt and 'closeup' in the negatives
alr
Also try a vertical aspect ratio, something like 512x768
I've been using stable.art but it has some annoying glitches, and they've also not been updating it recently. Anyone using a better one?
Tf
this has no place on an AI discord, we make and share pics here
you were already warned and timed out for that
this is a ban my man
Haha drop the ban hammer on him
yeah I just had to do my checks, I never want to hit by mistake
Also hello guizmus👋🏻 how are you doing
well good but strange introduction, sorry for that
😂😂
Lmao
how are you doing ? first time I catch your username I think
anime user 🙂 I'm less there, I'll admit
Lmao I changed my name I used to be called Space_Bunny|Cosmopus
ho yeah I remember 🙂
yeah. you're liking the stuff ? it's kind of a drug at first, SD
I couldn't stop generating pictures
It will either be space_Fox or space_Bunny
Haha thanks to ai art I have been able to get loads and loads of reference materials
I posted in the #🌶|off-topic Of what I have done thanks to a fellow member that gave me permission to do it
you've got a project you'r working on ?
Anything anime related 😂
this isn't off topic, you could have gone with lots of other channel :p
Anyone listening nvidia talk about AI?
Lmao
Better to be safe than sorry
Cya later bud be safe
that died
yea we killed it instantly

The 'pickapic' thing is clearly overwhelmed...
stability can not keep taking these Ls
I mean...that's just a way for them to collect data, I don't see how it's an L
but yea, that doesn't look prepared for many people, what is it, at 32 requests rn?
hi guys, i installed stable diffusion but when pasting the URL, it does not connect, what seems to be the problem?
you installed what?
stable diffusion
did you launch webui-user.bat?
Assumming we're talking about automatic1111
yes, its installed properly
yeah, that's what I was trying to get him to say what he installed
Reminder that the last thing of value Stability released was SD 1.4
when i copied the url and pasted it, its says site cant be reach
1.5 , 2.0, 2.1, vae?
lol, we just hugged Pickapic to death
he's talking about when SD wasn't public at the time.
1.5: runwayML
2.0/2.1: terrible models, no one uses them
vae: not exactly life changing
pick a pic is actually quite decent fun
Hopefully things change
That's not exactly true, but aight, you do you , I guess
i installed this one https://github.com/AUTOMATIC1111/stable-diffusion-webui
disagree on this tbh.
The only thing of value to come out of 2.0 was the depth model, which was quickly superseded by a far superior method (controlnet)
Releasing 1.4 was the last meaningful/impactful thing Stability did
I don't get your point...
1.4 wasn't "quickly superseded" ?
Basically anything will be "superseded" eventually, it's just a matter of time.
The only thing that didn't change yet was a1111?
Do you even use base 1.4 model? or maybe any base model at all , at this point? I don't
ai is something that needs a lot of testing
No I wouldn't say so, everything that has come following 1.4 has been essentially a continuation of the same technology. It hasn't been "superseded", imo. But now we're getting into semantics.
It's just that all the meaningful progress has come outside of Stability
i mean stability didn't even make SD, if I recall correctly
.> also wait one of the devs is an otter
RunwayML made latent diffusion, which became stable diffusion
what is the point of user karma in pickapic
Runway released 1.5, which if you guys remember, StabilityAI tried to TAKE DOWN
why does SD have soo many problems making otters?
So...what's your point?
"1.4 good, everything else bad" or what? what are we talking?
Progress is a progress, whatever it is, meaningless you think it is or not
My point is that Stability AI has been an unending source of overpromising and underdelivering
I am simply expressing my discontent with the state of their efforts
I never heard any promises, so whatever 😄
Oh?
all I'm hearing from you is your entitlement "I want it now, where is it?!"
Do you remember the upgrade of SD that was going to allow real time generation? 30 pictures per second?
AI will eat the earth - Aloy: horizon -forbidden west
That was supposed to be released at the end of last year
Do you remember Deepfloyd? That was teased several months ago, was supposed to be out by now
no idea about those
yes and I'm a developer myself and I know how much work that does involve.... that always take time.
do you guys remember when we thought deep_dream and big_sleep were the best ai txt2img models ever
Do you remember the slew of models Emad himself said would be coming week after week?
blah blah blah
Then don't opine
don't care
I guess I just wish emad and co wouldn't make any claims
so you don't get all upset? cool
hey, how to solve it guys, i got the part on "running on local URL"
That's just rude for no reason.
Disagree, you are not up to date
lol
and that's okay
even I'm guilty of this too... sometime I'd talk about some ideas and plans on what I'm gonna create and such... but we often forget the reality of actual development, which can take longer as the more bugs and issues come along the way.
no matter what, we'd always wish to finish something quick and done with.
but this isn't new.
As early as August of last year, Emad teased a text to video model from Stability, for example
so? he was having fun
My point isn't to be like "why is it taking so long!!" it's that, I believe he's quite literally making things up
I think no such thing is in the works, or ever was
or maybe there is but it's not simple enough for someone like you to use it
I've got 0 bytes left on my drive 
I mean...you can just ignore all promises and get things when they are actually released and won't be upset
I don't care about promises , cause I don't even see them lol
Can already test something similar via huggingface or as extension on auto1111
I mean, we have text to video open sourced from someone else now
its not hard to use
that's awesome, irrelevant tho
I'm talking about Stability AI
yeah
I feel like he just want to be upset about something at this point 😄
Did Stability AI create it? No. That is the discussion I am having.
What does it matter if they created it or not?
it's just "the thing I'm talking about more relevant then anything else" 😄
I think so too... hence me calling out his entitlement.
Believe you guys are picking up the conversation too late to get the point
I'm having an issue with the pickapic thingy, where do i report it?
My claim: Stability has not released anything of note since 1.4. They consistently overpromise and underdeliver. All advancements and developments in the field have come from Runway, Midjourney, and opensource.
That's good question tho...
no idea, don't see a link for such, it's a 3rd party site.
maybe on their discord
yeah
I simply hope that things change moving forward
I'm fine with developments being made by other people or community ¯_(ツ)_/¯
oh... yeah it has its own discord
Same
I do wonder why dreamstudio doesn't produce pretty pics as easily as Midjourney does
midjourney has better tech
unfortunately
🤔
yow it now works, thanks for not helping lol
Midjourney folks claim there is 0 stable diffusion in there.. I honestly don't believe it
Isn't mj older then SD?
But Midjourney v 5 does better pics than dreamstudio
It's probably SD at its core but with fixes to the noising algorithm (this was a recent revelation you can search about it to learn more) and reinforcement learning through human feedback
I just wish stable diffusion was as easy as mj
nah, that's whole point I use SD for - cause it has more sliders to play with , you can control more shit
I still remember how much much better mj got Once they integrated stable diffusion in
while MJ better at gen and understanding prompts
MJ V5 is a far superior model and it's a shame that closed source AI currently winning
And that is the source of my frustration
Eh, I wish we had the same with mj
midjourney is a commercial model, aimed to less tech people who wants to make pretty images
but every image they make have the same looks tho
MJV5 with controlnet and other tools would be insanity
Deep in my mind I hope that one day mj leak...lol
That's the dream
and SD is a general model meant to be as broad as possible
me too, i want to know how it really works
I disagree. One can really craft "their style"
SDXL? whaats
I have only ever used dreamstudio as I am not familiar with github
I am no coder / developer. It's a bit daunting to me
Check out the pinned posts in #1084896022368624640
I'm thinking about other thing, it's just MJ's commertial part, what gives them alot more resources to do shit.
It's harder for opensource and even community to keep up.
Yea we have more tools and people, but we can't put huge server size machines to train or do other things
So...leak will help in this case, less reasons to use mj...even tho, there still will be "hosting" part of mj...yea...
the problem is the lazy prompting and as i said the majority of MJ users arent the most tech leaning people, they want a pretty image with 0 research and it works with MJ
MJ uses heavy filters that's why, DreamStudio use SD models, which don't have that learning curve is larger but you get more freedom with the outcome
no matter how small the prompt in MJ you get pretty picture even just cute dogwill give you someting nice, while with SD you will have more work
Wha is "lazy prompting"? I mean, if the whole purpose behind AI is to make life easier for the common folk, why making prompt akin to learn another language?
You can also see things like samples on styles here in #1084896022368624640 #1084896022368624640 message
for example cute dog VS a cute goldenretriever on a beach this is a very small example tho
I mean it is good, but also not it's not free and that's why SD will always be superior to me
I gave the same prompt and omg SD and MJ arent even comparable
cuz everything runs on their servers
MJ too good
well yeah but its too good
what was the prompt?
like omg
You have SD models that are trained just like MJ and give similar output
and are free to use
Floating olympic rings long shot in black night on top of an ocean
The result I got is amazing
as good as it?
Omg its so good man
Wow oh wow
guys try MJ
midjourney has their own frontend, backend and network structure. Which they don't make available to the public for the most part. They're set to make pretty images, but for the most part. Can they even produce the quality and consistency of images that are exclusively owned by me and I don't need to pay an extra 30 dollars or more to not h ave made auto-public and posted? What makes it worth like 60 dollars a month?
Ive used it before back in september last year
and it just got more and more restricted and censored
this is what i meant with lazy prompting, in sd you need to add adjectives
I'm not against "more work", it's that that "work" is essentially trial and error
so?
And sd costs monnee per iteration
I'm here for more options and possibilities MJ can't do and also for being free, so SD that is.
I'd do MJ for quick easy prompts , but that's about it.
For something else I won't pay and can't be bothered to struggle with discord abuse nonsense each 25 gens
bruh
its a skill issue from your part lmao
but man, just look at this
yes but SD is still cheaper via DreamStudio then with MJ
Mmm i doubt that
no not bruh, answer
how much dollar per credit was it again? a few cents
If you want to learn more about using SD, you can check out #1080946152318443610 There's also #📝|prompting-help and a lot of references, and suggestions in #1045349359044280360 as well to get you started
bruh answers ur statement quite well
@bleak matrix you know this?
You can do same thing with SD ¯_(ツ)_/¯
but if ur gunna just outright compare SD AND MJ only based on prompts, MJ is better
with the same prompt? i think not
SG is better
no it doesn't. It doesn't tell me if it's still censored or not
but I'm going to gues that yes it is
MJ absollutely deserve to be paid
MJ is easier to use and knows more words, I won't say "better"
You have no control over MJ. You have to pay per pic. No control of the output, the images, and it can change at a moment's notice.
I got the perfect image in one prompt
gonna cite myself: "the problem is the lazy prompting and as i said the majority of MJ users arent the most tech leaning people, they want a pretty image with 0 research and it works with MJ"
for most ppl thats better
The thing is, recently mj because of boobs gutted their model
exactly
while MJ is like 30/month, while with SD it is when you use it. so if you use it lot then yes DS will end up being more expensive but if you don't use it that often like you are subscribe to them and have only generated like 5imgs that's a waste of money imo
The information on how much each image costs (with DS) is here: https://beta.dreamstudio.ai/faq
they can censor your images - make a good image of a person they don't like - they can censor.
they censor words too, or did
in the end I could barely write a prompt like "young woman in sexy dark fantasy armor and long dual bladed katana, licking blood from her lips, blood stained white curtains and bed, bloodied corpse beneath her feet"
well I couldn't at all, not even close
At default settings, it’s 0.2 credit per image. Depending on the image resolution and step count you choose, your pricing will vary. Here is a detailed chart for explanation:
Steps 512x512 512x768 512x1024 768x768 768x1024 1024x1024 15 0.1 0.3 0.4 0.5 0.7 1 .0 30 0.2 0.5 0.8 1.0 1.4 1.9 50 0.4 0.9 1.3 1.6 2.3 3.2 100 0.7 1.7 2.6 3.1 4.5 6.4 150 1.0 2.5 3.9 4.6 6.7 9.5
It's their prerogative to prevent NSFW and non "PG-13" images
which means the images aren't owned by me
doesnt SD also not allow nsfw
I understand that, like I said: it's more expensive in order to match the same quality of MJ
I'm never going back to MJ. Well not unless they go open source and charge nothing for nothing
Let me say it again: I am not bashingSD. But becauseof thereasons I talked about, at the moment it's not more attractive to me than MJ
MJ uses SD though
they deserve to be paid
They claim there is 0 code coming from SD. I believe that they simply reversed engineered their own SD
I remember clearly the jump of quality between v 3 and v 4 and in between there was the stable diffusion powered modes
well they can use code from SD and they can sell it
You can do nsfw with SD
can't get it formated correctly 
not while censoring and not giving me exclusive rights without having me pay an extra 30 dollars to almost get it
but
Not with dreamstudio as far as i know
not with 2.x
as long as there is even a hint of censorship in MJ, not going there
Well, not to be "the devil's advocate" but they do have TOS that one has to agree in orderto use their services..
as far as I know not in 2.0 cause 2.0 model doesn't have nude stuff in it, but still can be additionally trained
(they couldn't use dataset cause of lawsuit or something like that)
whats wrong with censoring
ooh boy
A lot
depends what they censor tbh
if they only censor NSFW I am fine with that
????
what else they censoring
I guess people can't help themselves
nothing what I can tell
y
what other than NSFW
eh, idk, I'm not even against nsfw tbh, art is an art, even if it's nude art.
A lot of our community members have made great guides to help understand SD. Styles are a new way to bridge the gap, and make it easier for newcomers to prompt. One of the easiest ways I have found to prompt is just to go "subject, background, style." Like, "a cute kitten, laying in the sun, oil painting."
if you want to talk to me please do so using actual words
As I said nothing from what ik
But if you need any help, you can just ask.
oh, there's also extension for that - "StylePile"
then whats the issu
some models respond better to having the babckground, style etc at the end and only subject, action, event prior to it
All of my guides are here: https://atypicalconsortium.carrd.co/ But they are fairly extensive, so like I said, I'd start with #1080946152318443610
I am not making any???
You asked what's wrong with censor, I said depends on what and I give as example if they only censored NSFW then I would be fine with that....
im saying are they censoting anything other than nsfw?
Thank you for that. ❤️
Like I said two times before now not that ik of
while some prefer things like "insert style here, insert brush here of subject"
I heard of that, but never got around to trying it
Np!
I installed it and never tried, it felt overwhelming with so many options 😄
censorship is only acceptable with heavily illegal things that I should not need repeating
It's basically a video script, creates a lot of imgs after eachother with just using one prompt. I believe it's the first video script that was available to use not sure tho
The "Friendly Stable Diffusion Guide" is geared more for 2.1+, since I haven't been able to update all of my prompts to 2.1+ yet. But the informational still be useful, as there is a lot of it
wait what
I mean SD is used bye people of all ages including minors. By law NSFW isn't allowed for minors, and when you put NSFW and AI together and you asked something in the direction of a child that's a no go..
That's why I said that I don't find it a problem to censor NSFW
I dont know what they did with 2.0 or 2.1
https://huggingface.co/darkVOYAGE/mj-v4-look
It's still SD but you get similar outcomes.
Censored NSFW
There are some exceptions, ofc, but it's a pretty solid formula to start with, and you can tweak as you need it
Easy enough. Have people confirm their age. If someone wants to lie and say they are older than they are. That's on their parents
rly?
They can't do that it's open-source for everyone
From what I heard yes
the people having their own models can
58 downloads
nah, it's not great model...it is trained on MJ outputs , but it's far from actual MJ model.
It can produce similar style, but that's about it, there are better SD models
I am sure you can find more models like it ¯_(ツ)_/¯
uh huh
whats the best sd model
Was the first one I found to proof that it existed
they can release a new model and if people like it, they can work on creating new models, loras etc
Depends on what you want
https://civitai.com/
Haha, yeah, with so many amazing community things, it's hard to keep up! It can be overwhelming
the official SD model from the stable team doesn't need to be NSFW
it just needs to be open for modification
Exactly
without enforcingg SFW, in which case people will prpobably backwards engineer 1.5 and release a awhole new thing
if they force the model and all trained on it to be SFW
What stability.ai does for us is open the way, it's up to us to create a city.
(tried my best for the allegory)
yea...2 biggest comminuties are nsfw and anime...
yeah thats why I say that as long as they don't try to tell us we can't do things and even program etc so we can't
As you go through #1072220168534642768 you can read more about SD, and how it works. SD allows you to customize and train your own models. Like, do you have a favorite item that you would like to use with AI? Great! You can do that with SD. You can learn more about this by just reading gradually, and when you're finished, you can also check out #1047197565365538826
I understand the need for the open source version of an AI image generation software to be SFW, as it opens up a lot of possibilities for kids to use it to generate...whatever they want. If their original model SD x.x has no datasets that are nsfw, and keeps it legal. Then they will have no agencies getting involved
ok ty
Np! Again, if you have any questions, please feel free to reach out
?
but for now, i got my desktop wallpaper frmo MJ
Seems good to me--it's your desktop, after all! 🙂
hey guys, i'm new to stable diffussion and have just installed it locally, sometimes it says runtime error, not enough memory, lower the resolution.
what memory is it talking about? my ram? or my gpu's ram?
also, i wanna use a model from civitai, where do i put it and use it?
I hate discord. Its not enough to mute #📣|announcements and set mentions to none. Why do i have to block a person.
yea that's weird
If it is saying to lower resolution - it is probably vram , your gpu ram that is.
But also is it usually saying "vram" , so idk , that's weird
there is no at everyone immunity, thats one of the small complaints. i literally hate discord and wouldnt have a sense of community without it
\stable-diffusion-webui\models\Stable-diffusion
Models go here
okay, thanks bro
In which section of Share your art could i post this https://www.youtube.com/watch?v=SLnT0p0rJxU (Classic deforum + hybrid+controlnet + gen 1 + ModelScope text2video ?)
filtering nsfw was a voluntary choice. a strategic direction. they intend base models to be in libraries, schools, public centers, etc. The filter was accidentally set too strong and that wasn't picked up tiill after it was all trained. so lessons were learned that 0.9 threshold is still far too low to get only pornographic material.
base models shouldn't be smut enabled and i think that's kind of obvious when you consider the goal of getting these systems into every single class room. NSFW can be refined on top of that after. the drama all came up out of the unstable diffusion community, who conveniently were using it to fuel fundraisers
all of the nsfw dramarama is one gigantic social engineering con and this community is just way to young and fast growing to have any sort of immunity against those classic scams
Are there any good walkthroughs showing what are the best settings in Dreambooth to get realistic results?
Ah, not sure about it, but when I typed in pickapic.io manually in the browser, it went to http://pickapic.io - and then, logging in with Discord didn't work. I don't know if it is possible to redirect to https always when the user tries to login with Discord, but some sites redirect to https anyway, so that might also be an option?
yea it is possible to always redirect to https
i dont think the site is intended to be used without https since they don't link it anywhere without it. the web admins probably just did an oversight and don't have a redirect policy in there
theres never any reason to run without https these days. don't give any middlemen any ground to spy
Also, for pickapic, should you rate the picture quality or whether it follows the prompt? Because some pictures absolutely do not
the one you think is better
Yea I had same question, I prioritised prompt
this is the system if i'm not mistaken https://github.com/TZW1998/Taming-Stable-Diffusion-with-Human-Ranking-Feedback
its intended to train better looking outputs. so the idea is to vote aesthetically. but really thats entirely subjective so thats why its a crowd sourced system
idealy it should just average out and you'll get results that the crowd consistently ranks higher
hey, how can i use "checkpoint merge" models from civitai in auto1111 gui? i tried to put one in the models/stable-diffusion folder, but it gave me some error
What error?
oh shit, nvm, it just loaded after like 10 tries idk how lol, thank you tho
oh damn, I think I should rescind all my votes ... is that possible?
I used probably too complex prompts which weren't fulfilled most of the time
It didn't do even 1 of my prompts decently
Ah, so I should probably try text prompts
probably just simple 3-5 words would do, but eh...
Where can I post SD-XL results? I can't find the old channel for it
what's a good model to work on a comic book ?
Has anyone tried making an actual logo with AI yet? As in a logo with text rather than just objects? If so what was your favorite AI that created it ?
Uhm do i have to do something in picapick for sdxl? "Model: Currently, we use SD 2.1, dreamlike-photoreal-2.0, SDXL 2.2 alpha, and SDXL 2.2 beta."
No it's on by default to the newest
Idk if it's the alpha or beta but it's SDXL for sure
then generate something and pick the image that looks better than the other (or click the button below if they are both good/neither is)
Ok thx! I already generated couple 100 karma 🙂 not sure if it can really show off with those small pictures but i try some more if it helps
https://civitai.com/models/22399/modern-logo
I tried few times , don't remember which model was it, but nah...
I don't think it's good idea to let AI do that.
Logo's usually follow some kind of rules \ standards, AI doesn't really
I think you could still do logo concepts with ai. it can be part of the process
yea, as a concept why not
any good logo design starts with many thumbnails
from there you work with the client or target marketing to get the right symbol and start refining it down. AI could even assist with other parts of the process. like once you got the sillohuette done, you can fire off 10000 colorized versions of it to see where it communicates best
once in a while you get lucky and pay some lady $100 for one of the worlds most recognized logos. just do it that way maybe
I don't know why so many people reacted with the Russia emoticon to the latest ping on the announcements.... it surprises me that so many people support this terrorist country.... stable diffusion should stop providing its services to russia.... Fu ck Russia! Every Russian is guilty of this war! Slava ukraine
sorry i was wrong. they paid her $35
trolls do it and here you are trolling as well
People are easily influenced by propaganda, that's main reason so many people support it and well, there are enough mouths talking propaganda in different countries.
I don't see how you would stop providing SD to any country anyway.
How do you imagine it?
But yea, that's not right place to discuss it
Anyone know how to optimize a 4070TI for SD? I remember seeing something about optimizing the 4000 cards, but I can't find it now
here guys, have some FOSS, but you! YOU OVER THERE! donnnnnt you use it
hey, i said don't!
yea...
South Korea has no trouble, They have no power for people to run computers to run SD
er, North Korea
https://www.reddit.com/r/StableDiffusion/comments/10l1j44/quick_easy_performance_boost_for_nvidia_might_be/ you got a new card? i'd link my reddit comment but i think this is cleaner, plus i can keep my account segregated still 😈
Yes, new computer
i can confirm the cudnn files are still needed. encountered that 2 nights ago
its on the pytorch side. until we catch up to pytorch 2, ada cards need the dlls
Block downloading SD and online access to similar stuff to all IP ISP in russia
and because of licensing, automatic1111 webui can't redistribute the dlls themself
you have to sign up to nvidia developer account and get it yourself
Well, I'm not clear on what to do.
I can assure you, all people who's capable of installing SD can install vpn lol
vpns. this argument is older than you.
resistence is futile
go door to door to examine everyone's computer
Those who want to use SD can get a free train ride to a camp where they can use SD
hey is bot diffusion.gg working?
Is there any information or estimates of VRAM requirements for SDXL yet?
not that I saw, nope
it's gunna be 1mb more than my card can handle.
it's a giant conspiracy to prevent poor people from using it for a couple of years before tech is cheap enough for them! i tell you! :zoidberg:
sorry
someone is eventually going to invent a way to turn it into fp 1bit and any device in known history will run it
How do you use weights?
yeah, but then pytorch will drop support for even more cuda versions
you mean weighing certain parts of the prompt or something else?
Like how do you make the generated image resemble the original image more/less? Is that what weights are 
That's exactly what will happen to me too!
If it cant run on 24gb vram its trash. Thats my motto
I only have 16GB.
So qq.
I hope it can run on 16GB. But you never know. I know originally SD said they wanted a 8GB model and then a 16GB model before moving onto like 30-40GB model etc. However I feel like plans may have vastly changed.
What exactly is sdlx? I'm too lazy to Google.
I forget the exact meaning but it's like large image.
Basically what it stands for I could not find to much info at all.
I don't even know what large means? SD 2.1 has like a 768x768 model or something like that right?
I know you can go above that or below that but I think the images it was trained on were mostly 768x 768 or something like that.
Something tells me SDLX will be larger than that? However I will be honest I'm not that well informed. Taking guesses here.
I can't wait until we have a model that's trained on only 4K images. And can also do perfect text... now sure it will likely need 128GB of VRAM. lol
nope.
Nobody needs a 4k model
1024 is as much detail as the human eye can detect
you can see that in current homebrewed 1024 models
we're not generating jpegs, we're generating high fidelity raw images, therefore they scale much better than any compressed image pulled out of the web
if you want 4k, all we need is a 1024 model and a semidecent upscaler and there ya go. I've been begging the powers that be for a 1024 model but due to all the controversy it doesn't seem to be happening anytime soon
its parameter size that makes it XL, not the resolution it was trained at
it'll probably gen at 1k though
Thanks so it's not the trained image resolution it's parameters? Correct me if I'm wrong but that is kind of like the knowledge of what the model understands and in theory can do?
um, i'm not entirely sure where it will benefit. I think it has to do with the pretraining phase and therefore it should have stronger zero shot capabilities and better multi subject focus. deeper and longer neural pathways through the latent spaces
Yes I was kind of joking. I too believe 4K is overkill and ultimately very difficult to train even for the foreseeable future.
adobe will push it up to 8k models in no time at all
The thing I love about SD over most or all other models is that it's open source. No matter what silly controversy or laws that follow. Once a model is released it's released. Basically always going to be a way to use it. And even improve it. Now new base models with more overall quality just add to the user models that we will see released. Basically it will never get worse than it is now.
its some of the most powerful opensource i've seen in a long while. i hope the trend continues
have a great day fellow generators
Yes every day we see new AI news. Things like Control net etc. Pix2pix... every day stuff is being developed on top of just new models and embeddings etc.
The more advanced GPU's get the more ease to develop. I can't wait until the average GPU or at least the average high end GPU is 48GB or more
I want video game developers to push games into higher VRAM. lol So there is more of a need to release higher VRAM GPUS. lol But it's entirely possible that the AI market place drives consumer use anyways over the next 1-5 years.
mine is 2GB (:
I read that the 4 series Nvidia card tweaks someone posted earlier are already installed in the l;atest update for A1111 11 111 . Is that true? Do I have to install something like those DLL's to optimize?
Sorry. lol Well it is what it is. Don't feel to bad. One day you will upgrade. Likely have a minimum of 8GB when you do.
You may notice you can read my messages faster than before. That's because I'm now using the new faster computer.
I use a 4080. But I don't know anything about that. I just use the base A1111 11 111 it works fine on my 4080. Not sure if I can add on anything to make it better. If anyone knows a way to boost performance let me know of course.
there was some update and new DLL's

