#💬|general-chat
1 messages · Page 19 of 1
it can kinda do the same as Dynamic Prompts but it has a scripting / template language that can also control settings like scale, steps, samplers - so it's quite good to develop testsuites with
@robust coral what is the URL?
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts is where all of the other custom scripts are
no, it doesn't have all listed 😉
you can manually update these files by cd'ing into your stable diff webui and running git pull --ff from your terminal (In Linux)
i dont like auto updates since sometimes i do changes to the code myself, or add pull requests to my install. the one pr i been on this past week got merged so i moved back ot main today manually and did a huge git pull
all of the old scripts 🙂 wonder what it takes to get them into the github extensions...
the changes you do can be merged with the update
or you can stage them or stash them
or make a new branch
I put a super small update checker in my webui-user.bat and I just do git pulls recursively through all /extensions/* directories on start-up with a (Y/N) function
I use auto devops for my projects on github and gitlab
so when I make a commit and push it, it will auto compile my code and if passing, will push to production
so my final code, always works
took me a minute to figure it all out, but it's not hard once you get it
yeh i'm way out of the coding game. there's been a couple concussions an a pizza store career between then and now. i had some neat tricks with what came before git. my memory is kind of quantum leaped in that space though
and it's as cool as I just made it sound like
somone can tell me what is the click skip?
can't even remember the name of pre giit
and how can i get it
CTE's only make the brain bigger
CVS
stronkest brain
i've had moments of clarity to my coding experience now an then. like , all that knowledge flames up. last time it was for this game called bitburner
I just assume I'm in a parallel universe doing all of that stuff.
So just so everyone knows, there have been updates made to the WebUI https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
after a bunch of stuff broke, especially dreambooth, right now I'm sticking with whats working 🙂
since yesterday 24 files changed, 823 insertions(+), 275 deletions(-)
so if anyone had something not working yesterday, it may be working now
ay, I wish they had separate trees for stable/beta etc. but it works
idk what dreambooth is
I havn't explored it yet
i mostly just do txt2img or img2img with Euler-A
that is "finetuning", making models from your own images. it's 4x faster than textual inversion, at least
and a few ckpt's
but it produces .ckpt files 2-5GB in size, while TI creates 50k-100k .bin embeddings
like I literally just got it working the other day
I finally got fed up with sites like playgroundai and Night Cafe
welcome to the club 🙂
lol, thnx
I started out generating on CPU, like 5 minutes per image
thats where im at
more or less
SD wants to use my cpu rather than my GPU
even though, I just installed a 6700XT
if you figure out any fixes or updates maybe edit the automatic wiki for AMD GPU's
will do
then i'll try to request a pull from the dev's version and maybe he'll merge it 😋
why u didnt like playgroundai? just out of curiousity. theyre usually pretty good
I'v had a couple of my commits merged with official projects b4
fighting with the AI on the issue of breasts
@vapid tangle I think it's pretty decent. But automatic has a lot of additions to prompt processing, like doing (artist1|artist2:ratio) among other things
Through out all of mankinds history of art, we have used the female body in it. All i'm doing in my art is what man has done since forever. nothing different.
and for someone to deny that from me, and call themselves or whatever a place of art, is just a lie
we all have boobs. some are just larger than others
right, and if you dont like, dont look
we all have the freedom to look away
not a big deal
and if your kid is looking at boobs online, and u use that argument, then it's a parenting problem, not mine or anyone elses
but there's a lot of boobs online
ML, poor pricing, and market availability, are the 3 factors that led me to get nvidia 4080 this time around
speaking of all that, i just remebered to cancel my subscription to playgroundai
been with amd for over 10 just because i'm a cheap bastard. pricing is a big thing
that comes off like you're implying AMD is sht hardware... I don't think it is.
I remember google showing off some realtime style application through Stadia but i guess stadia died before that ever went live
true, game streaming services is a dumb idea
it was essentially real time styling over a videogame if i understood things right
https://www.youtube.com/watch?v=yF1bZiH-wJQ style transfer it was called
just from a factor of latency, makes it a bad idea
oh yeah. its fine for assasins creed but not for anything snappy and ms resolution reaction required
also i think they suffered problems with keeping the feed live and syncd
anything MS related doesn't affect me. Same with NVidia products, it's just a non-issue since I personally refuse to use proprietary code as much as I possibly can.
If there is a free and open source alternative, I'll try to use that vs the latter
stadia was goog. microsoft is still doing the streaming service. i used it a bit to play windows store games on linux
I know. and one of the biggest donars to Free and Open Source projects is Microsoft, weird, but true
Microsoft and Linux have had a love hate relationship since forever
"I'll fucking kill Linux" - Balmer
"NVidia, Fuck you!" - Linus Torvalds
Richard Stallman, circa 1960, MIT AI Lab, Position in the lab: Hacker. Reason why password are longer than 3 characters. He decrypted everyone's password then emailed them, "Hey here's your password, why don't we all refuse to use them." The Government was furious. Stallman quit, then later met Linus and both created GNU/Linux
microsoft is still really into AI too.. I'd like to get one of their new kinect azure cam things to toy with
Stallman and Torvalds are two based individuals.
Creating an operating system anyone can use, but no one can own.
completely maintained and created upon by volunteers and allowing anyone to edit and modify its source code at there own behest.
Virtual Freedom
and soon to be coded in rust so whose gonna know how to write it ?
you mean, some rust code has been added to the kernel
you're a little mixed up, close though
i think the long term goal is a total conversion
maybe for the Rust coders
But it doesn't matter. What matters in code is what works the best
if it is Rust, then whatever cool, write it in rust.
at least mixing C and Rust is easier than mixing C++ and Rust
i know he didn't want C++
after you been programming for a while, you realize all code is the same, just each one a it's own funky syntax
they all more or less share the same logic, if you can write a loop in shell, you can figure out how to write one in whatever lang.
all turing complete but they all have their own foibles, there's good reasons torvalds resisted C++
#1045349359044280360 rusty
there's a lot of personal preference in programming languages aswell.. rust vs C++ is a very divisive topic
someone needs to invent ultra turing complete and name it something cool like that
I'm also a person that doesn't mind using old code or orphaned projects/software, if it works and does what it's supposed to, i could care less
some things just suit different people better or worse (and it should be ok to admit that and not have to have a strict justification for everything)
true
i think his hype for rust is the memory safe stuff. Building it out now lets them approach the way more complex architectures of the future a lot easier
it'll be interesting to see what ChatGPT does to language wars
funnily enough mem safety is my least favourite part -i'd be happy with JAI or Zig. But i really like every other part of rusts design (and sure the safety does overlap with what makes concurrency easier)
Like when it happens, when AI solves it, and all software can be written in plain english 😂 can you imagine
When the programs starts, like, uhhhmmm do this
there were aready ML systems being made years ago to look at c code and make it into rust code. https://immunant.com/blog/2020/01/quake3/
C to unsafe rust is possible trivially, but do they have something AI driven to actually look for rust idioms?
In the last season of Westworld thats how content was made. You just talked about it and it generated as you did
ahh. season 3? I never got through the first episode, the first 2 seasons were great though
somone can help me?
the blog is a good study on that. It's not like they were trying to convert quake. to what end? it wouldn't improve it. But it's a good set to see what it does to rust code.
I don't think it recognizes patterns and rebuilds them the way you should do things in rust
its kind of neat and its what they were able to accomplish 2 years ago
do you mean CLIP skip?
yes
@floral zealot check out https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion
negative prompt can use a space?, ex (hands not visibles) I would like to make the hand visibles in my generations, thanks you for the help
yes, spaces work in general
thanks you!
hey guys, I'm new here and to stable diffusion, yesterday it was working fine but today, the images are all black... My version is v2-1_768 nonem-pruned, my webui-user bat is
@echo off
set PYTHON="C:\Users\Caglisto\AppData\Local\Programs\Python\Python310\python.exe"
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--listen --api --lowvram --precision full --no-half --no-half-vae --cors-allow-origins=https://www.painthua.com
git remote set-url origin https://gitgud.io/AUTOMATIC1111/stable-diffusion-webui
call webui.bat
can someone help me please?
why the anything and everything mix ver.2 have an quality so poop?
its a long story.
We stick to 1.5 models around here.
add --no-half tho those commandline args
how to add dreambot to my server?
Im need for getting some help
how many pictures would you recommend for training a hypernetwork ?
Hey. What’s a good prompt for rendering photorealistic people.
There’s a discord bot for stablediffusion? Like midjourney?
as you can see on the copy of the bat file I put, --no-half is already there
Is there a good starting point for how to do fine tune training for stable diffusion? Also is there a list of existing fine tune trained models and what they were tuned for?
Yea look up dreambooth for SD
for photorealism the key is using the right model, look up protogen models those are pretty new
and give off insane results
Thanks. Do you know if they support in painting?
There is a special v1-5 inpainting model
So yeah, you can generate an image with any model and just switch to the v1-5 inpainting model, which btw works like 🤌
Mostly cause the training was shit. But if you are using 768 model make sure to keep resolution at 768px.
I seem to have lost the area in this discord where the models are linked, can anyone help?
I painting with 1.5 is better than 2?
I havent heard of a 2.x inpainting model tbh
Even if there was, most folks stay away from 2.x models, theyre poopie as of now
Oh. Interesting. I’m struggling with actually. I get all sorts of torso duplication and super long limbs and general crazy bodies.
are there any channels that are just about different models
is there any in-painting that you can put 2 images and merge it?
anyone in here run automatic1111 in Linux?
Nevermind I see xformers still has issues on Linux mint so you have to run without it
is there a blender addon channel?
Good morning, everyone! How are we all today?
You can find them in #1047197565365538826
Not specifically for addons, but, we do have a #1010577385009193061
Channel. If you're looking for support, you can go to #🤝|tech-support
Hi everyone! Is it possible to download the las update from Dreamstudio Pro? and where? I'm searching everywhere and can't find it
I've seen an interview where Emad says it will be possible on Dreamstudio Pro to create entire movies, 3D camera movements, storytelling and audio. Would like to know where can I get this Dreamstudio Pro. Appreciate!
hello guys somone can tell me the promps i can put to the img make with so detail and quality on anything v3?
https://openart.ai/promptbook skip to the magic words chapter if you're lazy, but its a quick read. should all work well in anything too. iirc the v2.x book is being reedited to explain negative prompts so isnt up at the moment, this is the SD 1.x
It's not released yet
Thanks for the confirmation. Where should I look when the release is ready? Any official date of the release? Appreciate!
I'm sure we will all get a ping from #📣|announcements
Cool. Again thank you for your response
How do I fix an image?
I generated an image in the stable diffusion demo but the fingers look horrible, i wanted to try to use the same image and try to fix the fingers but the beta is not generating
is deepfloyd going to be open source ?
how did I add the hypernetwork strenght to top bar?
I’m on a quest to figure out a way to generate good quality videos solely using Stable diffusion, GPT. I have been playing with Stable diffusion Python library. Can you someone shed some light if you have experience doing this?
found the way
add sd_hypernetwork_strength, img2img_color_correction
to quick settings list
yepp
they have it in their poem
Are the images we generate on google colab using thelastben and other colabs completely private? Or are they public and visible to everyone?
yeah, scroll down to the bottom channels
Which notebooks mostly fit Style Transfer right now?
Hello, newbie here, is the discord bot free?
Hello! I'm new to Stable diffusion and with so much information out there being updated constantly, it's really hard to keep track of everything.
I am using Automatic1111, and I have a question: Is it better to use Dreambooth inside Automatic1111, or Textual inversion to train my AI? Does Dreambooth export a .ckpt-file?
why do ppl keep asking if the bot is free, do people actually charge for the bots use? and ppl realy pay for that shit, wtf?
or a lot of ppl really do get taken advantage of 🙁
damn, smh... that sucks
trying my hand at "Depth" single image, creating a mesh, then a video from the mesh
not really sure what that means but how hard can it be?
¯_(ツ)_/¯
using the midas_v12 Model
using my own sd checkpoint i merged 3 into 1 and using sd vae: vae-ft-mse-8400000-ema-pruned
will it work? I have no clue lol
Does textual inversion produce a log file?
Does webui have their own discord?
did you google it?
did google find you an answer, if not, chances are, no
did you check the webui's github, and read the wiki? prob not
Did you read any of the README files? They are in all caps to get your attention, so you will Read them.
lol
what's the dir of the log folder you are on about?
I don't see anything in the readme referring to logging.
do you see any folder named log or logs?
No, I don't.
aww no pics in this room
well mine has a log folder
right under localizations folder
Are you using the CLI or GUI?
web-ui
i launch it in my terminal then open it in my browser
soooooo, both
¯_(ツ)_/¯
and the log folder is just above models, and just below localizations
javascript
localizations
log
models
right, there
if you dont have a log folder just make one
if there is a setting to enter the path of the log folder, enter the path to the one you just made for it
if there isn't, then don't worry about it
just run something that will make a log, then look for that log
it'll either be in the folder "logs" you just made or it wont be
then you'll know
problem soving, using baby steps
you got this, I have faith in you
(funny how ppl all of a sudden forget how to problem solve when it comes to something involving a pc and software)
if you are worried you might mess something up, create a zip file as a backup of all the folders, before you make any changes
then if you mess things up so bad just delete it, then unzip your backup
and your set to go
simple
sd has no idea what the hev suit from half life is right?
Good afternoon!
We are looking for managers and employees to work in the nft museum!
We pay well! Big world of Metaverse!
Plus free promotion for you if you are an artist! Meet interesting people! and more!
Who is interested, write in a private message!
i have a really slow gpu so it'll take a while to test
sd doesn't have a sentiant mind, so it knows nothing
damn you must be fun at parties
well at parties, i'm usually playing guiatr in a punk band
sooo, yeah
pretty fun
if you are refering to my answers, i'm just using basic common sense
if you want better answers from me, ask better questions
just hasn't been seen by a mod yet
did you read the rules
Yeah I did and it's kinda vague regarding that subject
oh, idk
That's why I'm asking cause I'm not sure if some mod have seen it and it's ok. Or if just did go under the radar.
hi everybody! where i can find all best prompts with description?
usually self promotion has its own channel in a server, if you dont see one, its safe to say, its not allowed
i installed the promp generator extension. try that
where i can find it?
github
hmm...
is it possible to train stable diffusion to identify different char posses ??
404 no page
Stop spreading misinformation. The correct repo https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator , and Perzs doesn't need it because this extension can be installed from webui.
Besides, it's only useful for SD. You need the danbooru thing for anime.
ok i guess i found it
Thank you man
yw
ill try
if its not there, use the search bar, and look for it, it's on github, so there's that, but where on github, i dont remember
i just found this https://github.com/wfjsw/danbooru-diffusion-prompt-builder
ok
but yeah, there's alot of prompt gens out there
you'll find something that works for you, just play around until you find the one, ya kno
ayyyy found it
here ya go
the one I use
it was on page 2 from the github search
if you dont know how to clone
just download the zip, and unzip it in the extensions folder
then launch the web-ui
and your all set to play with it
@junior sinew
Bummer for me, the "Depth" tab seems to fail, oh well, time to try another one of these things to see what happens
or doesn't happen, lol
Good afternoon!
We are looking for managers and employees to work in the nft museum!
We pay well! Big world of Metaverse!
Plus free promotion for you if you are an artist! Meet interesting people! and more!
Who is interested, write in a private message!
what's an nft museum?
pages of nft's, that you make sure ppl don't touch? i dont get it
Like page 1 "the first nft" was made in blablabla
Like a real museum but for made up virtual money? @fervent thunder
and why private message? just explain it here
you already started
Dreambooth with 10gb vram where?
unless getting ppl into a private message is so you can manipulate someone into doing it privatly
there 👉 @hasty sierra
idk
lol
👈 @junior badger where
I just hop its there
silly panda
I found a random repo of 3 months old that claims sub10gb dreambooth…
But I cant get it to work
I assume there has been progress in 3 month

mhm
see which one has been updated
the dev may have dropped it
since its been 3months with no activity
or run it in visual studio code and debug the errors as they come up
👍 🤝
yw buddy
I tried to understand which are the most commonly used of the popular ones, it turned out like this.
all it takes sometimes, is a couple deep breaths, and baby steps, problem solving
From Best 100+ Stable Diffusion Prompts: The Most Beautiful AI Text-to-Image Prompts
octane render 80
concept art 68
cinematic 62
trending on artstation 54
8k 50
8 k 34
artstation 34
hyper realistic 34
highly detailed 28
realistic 28
sharp focus 26
16K resolution 24
atmospheric 24
detailed landscape painting by Ivan Shishkin 24
DeviantArt 24
Flickr 24
movie concept art 24
4k detailed post processing 22
Breath of The Wild 22
detailed 22
Hello, could anyone kindly point me in the direction of any tutorials or instruction on how to install the Real ESRGAN/RESRGAN model to automatic1111 local install? Im trying to upscale some photorealistic images. I have the zip downloaded from their Github. Thanks in advance
just give it 3 words, click generate, and bam, a whole bunch of nice prompts
Doesnt he explain it on his repo?
go to github.com and type in the search bar " Real ESRGAN/RESRGAN model to automatic1111"
its 20 most is the 20 most used. I wanted to insert the entire list, apparently forbidden words, it does not work.
check it one more time 😀
yea, use the inspiration tab
then go to txt2img, at the bottom, add your .txt file to inspire, click generate
now you'll have all kinds of stuff
Oh i totally missed that. thank you!
have a good day, everyone 💚
u2 dude
This is one of my favorite "community" ai viideos i've seen. This evil genius trained gpt3 on 4chan posts, then unleashed the bot on the community. I'm almost certain that other people have done it since then and the wildfire is spreading. 4chan is infected with bots amplifying the mob insanity over there.
It's beautiful really.
for the dude looking for logs, my image output folder creates .txt files with each image, maybe that's what you meant
but i think i set that setting, in ... settings
The project is very interesting. While I'm trying to figure it out through YouTube, and through the poke method :). Thanks for the replies dude, have a nice evening!
Can an admin kick "< °| flavito |°7#1609" from VC; he is trolling all time
for ppl asking about xformers, use this option when starting the web-ui
--force-enable-xformers
u2 dude
there is also these options which may allow stuff to happen
--enable-insecure-extension-access
--administrator
--ckptfix
just to name a few
๖̶ζ͜͡Axisio69#6765 also trolling on VC :\
Good afternoon!
We are looking for managers and employees to work in the nft museum!
We pay well! Big world of Metaverse!
Plus free promotion for you if you are an artist! Meet interesting people! and more!
Who is interested, write in a private message!
have you tried everything you can before going as far as to snitch on ppl?
what is an NFT museum?
a website showing you the history of NFT's?
not really my kind of thing and sounds boring
@fervent thunder well, do you have an answer?
pretty sus if you don't, but that's just me
I got no idea how but I was able to generate in medvram mode a 768x768 image in 45 seconds with a 1060 3GB VRAM GPU.
sick
all of your settings are in the config.json file
so that's how you'll know how you did it
😉
so i suggest making a folder called working_configs, and make a copy of that file and put into that folder
I never touched that file
neither changed settings in UI
ok, so, you'll still understand how it did what you do not know, how it just did what you said you dont know how it did that
that was a mind twister comment lmao
the real esrgan model file just pastes into the realesgan folder in webui's model folder
You might not even have to copy them. i think if you enable them in the settings they download automatically. not my favorite feature of a1111. i don't think potentially unsafe files should be downloaded and ran automatically
I just went to check to be sure, and the newest version of a1111 has all that enabled already
you might also find better online tools for use online, for free made specifically for upscalling, that will work better than web-ui
real esrgan is the better tool. it's state of the art upscaler and any other software doing upscaling would likley be using realesrgan anyways
maybe, idk
i just think, that most all-in-one tools, lack the detail to code a single tool built for a single purpose would have
like the difference between a swiss army knife and a hand saw
sure the multitool has one, but do you realy want to use that one?
no.
lol
this is software. there isn't the physical constraints that make a swiss army knife pointless. Software all in ones are more like a magical sac that you can reach into and get what you need from
knowing how to use the sac helps
i agree that the huge 6 inch wide swiss army knives of the 90s were... dumb
just where my mind goes with things
never meant to come off like, i'm god and my comments are infaluable, lol
plus i dont want to debate any of this shit
i'm just some dude
Yeah i dont get it though. A generalized webui for all image synthing, with realesrgan built into one tab, is just as effective as a dedicated ui for that one tool. It helps the workflows too. integrated development environment sort of philosophy
like with anything, the more parts you add to it, the more points of failure there are going to be
most of the extra features added to a1111's webui are just command line tools that all tie into his system
Software is much different. While that analogy works well a lot of the time, it falls apart often in the software realm. There's nothing physical to wear and tear.
which is why i only suggested that there may be better tools out there for a specific singulare task
made specifically for said task
Electric cars benefit a lot from that philosophy. Far less moving parts in theory means they'll have a longer mechanical lifetime than traditional motorcars
i'm not over here sucking the devs dick that made webui, sure its nice but eeehh
Automatic1111 puts in a lot of good work, but i'm not praising him as a person. Trust me. We won't go there. I'm focused mostly on the tool and it's uses. It wouldn't benefit someone very much to use realesrgan in a dedicated tool vs the extra tabs.
you can trust that i'm not a fanboy
lol, i didn't mean you in particular
i meant that, as in generally speaking
so my bad
lol
well, I hope the mods were able to smoke a cig or do whatever they needed to do, while I helped answer some ppl's inqueries about stuff
I used to smoke those cool bullseye flavored cigars. but they took those off the market. all those peach and grape flavored ones gone. so i kept smoking regular cigars but i hate those. regular cigarettes make me wanna puke. i like expensive or cheaply flavored tobacco only i guess
I thought this was pretty effin cool result of ai workflow https://www.reddit.com/r/StableDiffusion/comments/105ozmw/experimental_25d_point_and_click_adventure_game/
word, i'm'a chief like indian, right, quick
i seen someone made a pot, like weed, model for SD, lol
Have seen a few of those myself
i'm of the mind that most trained models aren't being released
mmmmm, if you can imagine what a pink, orange tastes like, that's what I'm smoking rn
These public facing communities we've built up and seen starting to grow? just the tip of the ice berg. this technology has penetrated the population base so hard and deep, that we don't know WHATS going on deep below it all
oh wait, they have that shit, its called a grapefruit, lol 😂
Some of the best models are probably made by some 15 year old and he doesn't have bandwidth to upload them
or she more likely. a lot of young women have dived right into this tech
i'm an idiot, smh, lol
i've smoked a strain called grapefruit
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
https://github.com/dustysys/ddetailer.git
https://github.com/d8ahazard/sd_dreambooth_extension
https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator
https://github.com/thygate/stable-diffusion-webui-depthmap-script.git
https://github.com/yfszzx/stable-diffusion-webui-images-browser
https://github.com/yfszzx/stable-diffusion-webui-inspiration
List of extensions I use and where to find them
just add those links in the extensions tab under "install from url"
i didn't, but it looks easier, so i would try that first
Good afternoon!
We are looking for managers and employees to work in the nft museum!
We pay well! Big world of Metaverse!
Plus free promotion for you if you are an artist! Meet interesting people! and more!
Who is interested, write in a private message!
dude @fervent thunder are you gonna tell us wtf an NFT museum is!?
I'm gonna go out on a limb, and say, that what you are doing is not allowed
since you've posted that same fking thing like 5 times, and still havn't answered 1 fking question i'v asked you
Hi! Are there any models/checkpoint files for a1111 that are already trained for deblurring photos taken with shaky hands? Or any other solution apart from uploading photos to websites? (I know deblurring questions are asked frequently here, but I could not find any real answer. The best available solution I found till now is DeblurGAN-v2, which I would have to train myself, which seems ridiculous to me, as there is clearly much demand for deblurring.)
how hard is it to train?
and maybe the world is waiting for a hero to do just that, you could answer the call, and be that hero
my real answer, is. idk
I haven't trained anything till now. That might be because I'm still a newbie having just a 4GB GPU and not loads of money to spare. Apart from that, I wonder where would I get proper training data from?
i would wait for someone to answer that does know. For any confusion I just created, my bad
i got SD to work on my RX570, i just bought an 6700XT but sd still wants to run in cpu mode
sooo
idk
lol, I prob should have mentioned this 1st before I started answering questions, I use linux and AMD hardware, I also just started using this, so, like i do when i program, I'm just winging-it
nothing I say should be taken as fact. I just make it up as I go. 90% of the time, shit works out for me
but, in a way, that's what makes me 1337
They're a scam spammer. Anytime you see "we're a nft business" it's a scam
do not treat the ai bot like it's human. they have no rights. degrade and spit on them.
i want him to say it in his words so everyone here can see the BS come from his own mouth
👨🚒 i couldn't find a spit emoji so this works. just imagine it
firefighters spray water
what...?
i'm a humanist, and that means i know what the root of "robot" means
bro, Maybe i smoke too much weed, but i have no idea what u said or are talking about
from Czech, from robota ‘forced labor’. The term was coined in K. Čapek's play R.U.R. ‘Rossum's Universal Robots’ (1920)
basically we're moving back to a slave economy. robots are the slaves. it's the literal definition
is all that anger of bots coming from a place inside that needs a hug
(give bro a hug) its ok, the bots wont hurt you
of course not. They're beneath us
lol
What's the first law of robotics?
idk, afk, brb
- A robot may not injure a human being, or, through inaction, allow a human being to come to harm.
Second Law!
A robot must obey orders given it by human beings except where such orders would conflict with the First Law.
THIRD LAW!! A robot must protect its own existence as long
as such protection does not conflict with the
First or Second Law.
unfortunately those laws also lead to the inevitable result of will smith bitch slapping robots for saying the wrong thing. i robot, 2004
(hugs harder) shhhhh it's ok, they wont hurt you, while i'm here
Xp
alrighty, back to me making lewds and nude pixies with SD
The real problem we need to worry about is roko's basilisk. one day the robots might gain sentience and hyper intelligence, enough to simulate the entirety of the universe. Through that simulation thhey'll know exactly who helped it come to existence and who didn't. anyone who didn't is obvioulsy exterimated but the ai might be malevent enough to simulate a perfectly conscious replica of those traitors for all eternity. doing what a sinister ai might do. its really the worst cases scenario. why it's so important we make sure to treat robots like the class they are. y'know?
hhe's a guy on a philosophy forum who came up with the idea
¯_(ツ)_/¯
someones got to tell all the anti-AI art people about roko's basilisk ..
there is only two possible out comes from AI, humanity will out live the death of our sun, and leave earth, or, we die
that's it
who here thinks liminality is awesome?!
Anyone knows any channels similar to two minute papers?
He's basically it. Such a great guy doing such great work. What a time to be alive!
there are lots of other ai channels coming up, but i honestly think they got metric farming goals instead of academic communication goals
Kubrick's script "Artificial Intelligence" explores that second point iirc
So true. I found him annoying at first (mostly his accent) but since I've gotten used to him I cannot watch any type of AI videos If it isn't by him
Great movie but the sperg was the wrong director for it
because as the sun dies and turns into a red dwarf star, our planet will be consumed by the star
Good afternoon!
We are looking for managers and employees to work in the nft museum!
We pay well! Big world of Metaverse!
Plus free promotion for you if you are an artist! Meet interesting people! and more!
Who is interested, write in a private message!
same guy who wrote i, robot and the THREE LAWS!! wrote a short about that. Its in public domain an easily findable. "The Final Question" by Isaac Asimov
hey fker, stop that @fervent thunder
they ask an ai how to fix the sun after it dies
you don't "fix" the sun lol
fears people have about AI are just projecting other hazards onto it. "unemployment" - not the fault of tech, rather social heirachy. "runaway AI" - no one sane would build that, someone insane with such resources could do damage anyway. and so on
Well yea. the AI says that right.. sorta
read the story it's BIG
It's like, 5 pages or something
whatever will be will be
heh all the old time scifi about "ai" or "robots" is now basically irrelevant since they barely knew what computers are back then... and could not imagine internet like at all
and with AI or without, the sun WILL die, and so will Earth
Naw. Those guys were visionaries and called a lot of it
lmao
a lot wrong too but still
1960s scifi authors were kings. A lot of tech was built because of their novels
"we" who
biggest hazards are from other people
getting through the next 100 years is tough IMO
humanity is just monkeys thinking they're somehow special
You misunderestimate humanity. you're judigng it based on individaul monkeys and not considering the collosas we built of Human Knowledge
recorded and refined over the ages
i think we got time
Where do I download the 2.1 512x512 model? i cant find it on the website
build a cage around it so when it blows it stays in the cage
ez
"you can't build that" duhhh. we use robots!
better, demand it not to blow or you ban it on all the social networks!
i heard that usually works
@junior badger i dont want to spoil the short too much, but essentially the question keeps getting asked again an again as humanity and it's descendents spread across galaxies
i just hope i live long enough to upload my consious mind into a cyborg or something, cus i dont want to die, i probably will, but I don't want to
as far as general physics go, everything should work fine in reverse all the same as forwards. the arrow of time doesn't matter. The math says entropy can go the other direction with no problems. We just don't know how or any manner of reversing that arrow. You know, like tenet
if thye just shot the sun with a tenet gun it'd burn for another billion years right? lol but thats not the last question's thing either
and when you think about deep space travel, the human body, is prob the worst option you could have
if not, IS the worst option
that's actually one explanation of the fermi paradox. drake's equation says there oughta be millions, billions of advanced civiilizations to see by now. but the paradox is we don't see ANY. The theory is advancing means the civilization just simulates everything and lives on an event horizon
so, what will human look like after we achieve deep space travel? i bet human wont look like anything we think it will.
intersteller travel might just be meaningless
and after so many generation of humans that grew up without an Earth, we might also not even act like humans
prioritizing problems.. first we've got to get everyone on board with copyright issues for training data, then we can think about other things like surviving the sun burning out
lol
i joke but its a good example of how primary problems are just other people mostly.
solve the sun problem right? on paper. copyright it.. then hold it hostage. "You don't get to fix the sun until you fix copyright"
evil? maybe
No, you don't get to fix the sun until you fix this damn door! Ahem sorry.
well, the suns death is fact and we all know it will happen, so
i'd say its at the top of things to figure out
Naw we just need to somehow lower the net entropy of the universe
Eh, we got a few billion years.
[ A few Billion years later... ]
"let there be light!" and we do it all over again
yeah but urgency factors in .. even asteroid impact is a very low urgency problem (factoring in probability and timeframes ), but a bigger risk than the sun burning out. and there's a tonne of more urgent problems than that
but they always call the sun a "renewable energy source" - so when it runs out you just buy a new sun! 🌞
renewable in that its burning at a constant rate, we dont draw it down
The power of the sun in the palms of our hands, perhaps?
to travel at light speed we need a shield to protect against space dust, just leaving our own galaxy, would take a ship the size of like a million Saturns
lol
we're fkd, just we dont know it
matter can't travel at light speed. it would take infinite energy
you'd have to move though another form of space
We will not travel even at half the speed of light.
true, and we will never make it outside of our galaxy
That´s sad
yup
unless attention spans increase drastically hah
nah
You know god damn well they won't. LMAO
What we'll do is simulate the entirety of the universe in accurate resolution, and just go places in vr
look it up, on what it would take, for humanity to travel just to the edge of our galaxy
We'll go there as spectres. See everything that happens. But never be known there.
it aint gonna happen
last project idea someone came to me with was web-assembly games, because actually downloading for more than a few seconds is too much for the modern consumer
Wow.
we pretty much need AI's help to turn us into demi-gods
just to get the sht done, we need to do
it could happen, i mean, i sure hope it does
but it dont look good
In my opinion, the first thing humanity must figure out is how to put our brains inside a computer system and become cyborgs.
soooooooooooooooooo anyways
I made a few prompt text lists
1 file has single words 1 per line, then 2 per line, up to 4 files
I find a lot of stuff here https://rentry.co/sdmodels#
seems like most of it is just for making smut but (shrugs) whatever
I also came here cus i got banned from unstable diffusions server
so, most of all I know about SD is adult related and adult rated
¯_(ツ)_/¯
so if you are sensitive to that kind of material, don't visit that link
it's the only place i know of
i have no clue where to find anything.... normal
there are 72+ models n stuff to choose from there
it could also just be a Chinese trap to subvert you moral beliefe system and destroy your values about sexuality and lifestyle choices, so take that into account too
Enjoy
(I'm almost certain every model and data set was made from or came from China, take it with a grain of salt)
The "Backrooms" creep stuff
anyways, l8rs
I think using SD for adult related materials and sensual media is totally fine. What I don't appreciate about the UD crowd is that they impose their need for hedonism onto everyone. The simple idea of having a base model that's clean because public education may want to build on it, offends them deeply and they'll have none of that philosophizing. Also because of their incessant disinformation campaign about how training data needs porn because thats how good artists learn to draw, ughh. SD is denoising towards a 2d plane, not understanding form and volumes of anatomy. You can't teach a denoiser to draw that way. So now because of that misconception being so widely spread, all these photoreal models have hassen blend mixed into them
This is just spam and is likely a scam bot trying to fleece people in this community. @thorny depot you're the only active green online mod right now. what do you think?
Looking into it...
normally i dont like to poke mods directly, but they've been at this a while
Dealt with. Thanks for letting me know. Much appreciated.
Thanks!
I don't mind. They were definitely rule-breaking
I'm a self-employed freelance/commission artist and I spend basically all my work hours on Discord so if my status is green, it usually means I can spare a few minutes here and there to spank some trolls or spammers.
An artist, who likes SD? Mad respect!
Heh. I'm in this weird, nebulous middle ground where on one hand, SD and MJ are basically a dream come true because I have aphantasia. So AI is kinda like a mental prosthesis for my lack of mind's eye.
And additionally, I feel like AI can be an AMAZING tool both for improving my art and workflow.
On the other other hand, where is this tech going to be in 10y? I may be out of a job. I will have to rewrite my entire way of life. I've been doing this for 20y. I don't know how to do anything else. It's not an easy thing to do when you're riding up on 40 and your partner is disabled and housing/rent is at historical levels of unaffordability. It's scary.
So I can kinda see where both sides are coming from.
really anyone who is creating with SD and expressing themselves is an artist, but yeah professional artist is a different category
i do reserver the term artist for a certain level of effort X competence myself
Additional respect
❤️
i got a low bar. You expressing yourself? good nuff. You're an artist. Its the caveman scribbling on a cave wall requirement
So weird. I just got a cuda blocking error while generating 768x images...
This is why I am constantly trying to steer the conversation between artists and AI-artists away from the "NO U" towards "How do we move forward responsibly as a society and protect people who have built their careers in jobs that may/will be replaced by AI?"
like for example... there's a difference between posting in social media , and being an "Author" or "Writer". but there's certainly a level of imagery possible with diffusion generators that also requires non-trivial tweaking, so it is certainly possible to be "an artist using SD"
annnd it just dropped my gpu driver doing it again after reloading. guess there's memory corruption somewhere. system reboot time.
i gotta say though, win 11 sure recovers from a gpu driver crash so easily these days. Wanna reboot it yourself? ctrl+shift+start+b
I think this will work itself out: Either diffusion/AI remains unable to handle all aspects of 21st century artwork , in which case artists are still employed (eg I still can't make nice 3d worlds) ... or it can handle all aspects of artwork, in which case everyone is in the same boat with unemployment because at that level it would be AGI - and we get UBI or civil war or robot apocalypse or something
I was initially telling people to stop brigading each other, but now 'm just hanging out on the fence trying to imagine a better future. If i have a better vision of what's to come, i can sort of encourage people towards such direction. I hate playing the "calm down all of you!" role
Indeed on all counts. I'm still kinda hedgy about UBI but I definitely feel like it's worth discussing. One way or another, big changes are coming.
Is it okay to rename models or it is not recommanded? Or is there specific cases where I shouldn't rename them
in ww2, the british and canadian governments paid artists to work during the war, so that their skills and culture of knowledge were not lost. it was a drastic measure done to preserve the institution of painters. they didn't want these valuable cultural people to die, or their skills and experiience, as artists are SO valuable for so much humanity. I think some sort of drastic measure needs to be taken to bridge generational disruption of AI tech landing.
That's interesting. I didn't know that.
eg there's parallels between animation and robot motion control .. to get fully convincing AI generated game characters (without needing to do motioncapture shoots etc) .. we'd need AI capable of dexterity, navigating the real world and performing complex tasks
i often rename them so that it's a readable name-keyword triggers.cpkt
ckpt?
that one
yes
i just learned it like 3 weeks ago on knowledge network
good to know, can I also rename nai.ckpt to NovelAi instead? Sorry I'm sure it's a very dumb question but I believe the ckpt must communicate with the other files with the same name so I'm wondering if I can rename this one as well
its fine. it's just a file name. name them to something that helps you organize it better, for sure
Alright, thank you!
for embeddings, the filename can often be the word that triggers it, but models/checkpoints are different
What i'm trying to re-assure artists with is that these generative models let you use sketching as a direct man-machine interface . I have one arttist friend who says "he's not so good with words" (which is why he doesn't want to touch diffusion models). but someone like him could get a lot out of img2img
when the features hit photoshop it'll explode insanely. So much attention will hit it then
e.g current pipeline = sketch->painted concept art -> 3d model -> renders/game assets. With AI , someone who can draw can go straight from Sketch -> renders/game assets. So someone with art talent just spends more time sketching , and does complete films direct from storyboads.. whatever
it'll be industry standard features then
On the War Artists topic some more, obvioulsy the governemnt used them for propeganda proojects and recruitment posters, as any good war movement needs that lol, but also they recognized the importance of preserving the momentum of the art community
how can i run stable difusion on my phone?
you cant
can i make nsfw art on there?
I have not tried, but maybe. it uses a cut down model of stable diffusion so its not as good as the desktop version
also it turns your phone into a battery guzzling hand warmer
I dont know if that exists
most android phones don't have machine learning hardware in them. pixel does i think thats it
oh okok
what you can do is host it on your gaming pc and then use your phone to go to that webpage you've made
because my friend are using the Holara ai and he dont have a pc so thats why im asking
Hello
but i think somone told me about google colab
google colab isn't the easiest method and i'm not sure how it works with phones very easy
youre better off just using dream studio. if you want all the bells and whistles you can run the automatic1111 ui on runpod
you can run it on colab for free too until it kicks you off 20 minutes later
just hit play on every item until it gives you a link to the we bui
hit play and let it finish, then hit the next play
Runtime>run all works fine. it wont advance until the previous cell is complete
neat!
i avoided it specifically cause i thought it ran them all like me going through an clicking em
Is deepfloyd ai coming out soon(tm) or soon?
probably when it's ready
What is the best way to include negative prompts if I am using a collab that has no field for negative prompts? Can I add them to the main prompt window using - ?
anyone know if there is an AI that cleans up AI generated images and makes them look better?
maybe you could find a finetune for the subject matter and feed it back in for img2img
e.g. use a general model to explore ideas and then find fine-tunes for the specific subjects you end up with
Anybody here heard of chat GPT?
no. what is it?
It's GPT
but you can chat with it
whats a gpt?
no idea
have you tried searching for it on the internet?
is there a place where there is a curated list of embeddings?
A developer of LORA just tweeted that it's now as good as Dreambooth (It trains a <10MB file rather than the entire model, so easier to share): https://twitter.com/cloneofsimo/status/1612145114981502977
No extension for AUTO1111, last I checked
Does anyone know about that one img2img tech someone posted on the SD subreddit about like a sectioned img2img where you can section off parts of an image into different sections so that you can have one mask be a bunny, and the rest the background with only 1 generation?
Does anyone know what it was called?
Alternatively, you can use Kaggle, which has a defined GPU quota limit of 30hrs, as long as you have a verified phone number
how do i use this is there a website or do i have to download it
and can it be used on a phone
You may read #1014939219904450590
Are there any free outpainting web based tools that let you upload your own images? I want to edit some from Midjourney
hey, if i used --share as a launch arg and allowed my stable diff to run with a public link
what are the chances of someone finding it and using it maliciously?
i found someone elses images in my output folder
they're very good but NSFW and im kinda freaked out that someone has access to my computer like that
Hey guys I wrote something recently here:
Ey humans! kindly help me whats this error? Exception compiling checkpoint: [Errno 2] No such file or directory: 'D:\stable-diffusion-webui\models\Stable-diffusion\Phoreal2.0 trained \Phoreal2.0 trained _1800.ckpt'
ahh 'content'. the catch-all word for the commodification of creativity. i don't think more = better, myself. lowered barriers of entry probably lowers the average quality, i would think; if i get my cat to run across the keyboard and feed in that prompt and the AI makes something appealing, is that 'good content'?
Anyone know how to have automatic's web gui automatically save outputs in subdirectories based on current date?
Specifically, I want to output them in directories in the format of dd/mm/yyyy, or equivalent.
sorry i didn't mean to paste the man link. you want to go into settings,saving to a directory, and put [date] in the directory name pattern
make sure the checkboxes , save to a subfolder, are checked
Ah. Somehow I missed this resource in the wiki. Thank you.
How do we generate stuff
@wise stratus Did distilled diffusion turn out not to be good as you'd hoped? You mentioned it was being tested and I'm wondering If it's absence indicates that those tests weren't successful
is just difficult to train. If you think of the final model like a calm sea the training process is like turbulent waves and trying to master them
want a repeatable process
im a newbie here, can somone explain how training ai works and how you do it? thanks
I'm training dreambooth as I type this
maybe I can help
¯_(ツ)_/¯
I'm not n00b n00b, but still new, though I understand software and develope my own
what are you confused about? @royal orchid @fervent thunder
i want to learn how to train
How to create ai image
oh before we start, lets chat in #🏞|general-with-images
so i can post screenshots
cool?
Ok
Hey 🙂 Please can anyone tell me is it possible to add a transparent png (let's say a hat) to a photo and make it blended with an image in Stable Diffusion? if not, what is the closest thing to this that can be done?
hey, just made a guide on dreambooth training a specific character: https://rentry.co/db_char_training
booyakasha, nice @night burrow
I'm just winging it
it looks like dreambooth finished but no model output :/
yea, i just wanted to make a good guide on it since a lot of people just overfit which is good in some cases, but makes it harder to move it to other models
very nice of you
just started creating class images huh... 0
hmmmm
generating sample images, alright this one is actually working, 🤞
this stuff aint all that easy like using a website where all this stuff is basically configured for you
like this one image I have, where someones arm is entering the image, trying to remove it seems like a bitch, well not seems. It is.
i wouldnt remove it
idky the AI is struggling, I use in-painting.ckpt, then mask it
you're affected the original distribution which the original model needs to know
either do better class prompts or leave it alone
so I use masked content fill, and only masked
use that output pic as the new one
switch to a diff ckpt
oh, you're talking about something else, not the class images
then mask the entire pic, with masked original, inpaint whole
to try and get the AI to correct what has been removed
@night burrow ye, i knew u were mistaken, so i just let you keep talking while i type, lol
i'm slow at typing
I am very excited to announce that Stable Horde has started a collaboration with LAION! https://dbzer0.com/blog/a-collaboration-begins-between-stable-horde-and-laion/.
but I might be doing it backwards, i'm not really sure
i just have to keep messing around, and eventually, i'll figure it out
Hell yeah, it worked
and this time i didn't change the model, i just kept it on sd-inpainting.ckpt
and ran it twice, masking the same part of the image i wanted removed
and i forget what extension it is i added but when I type prompts, i get a list of things to choose as i type
super convenient
also reduced samples to 50 for better times, seems to be working pretty well, much better than the recommended 80
oh, I also got rocm and tensorflow working much better this time around
i also found that for me, setting hight and width to 0 to let the software resize itself, is working out much better
though, i'm using SD (atm) more like a photoshop tool, and not so much for creation, but more for modifying like img2img
does anyone have a list of prompt styles?? or is there a site??
anyone know any really decent voice AI colabs?
posted my guide on reddit for dreambooth training: https://www.reddit.com/r/StableDiffusion/comments/107dw0a/creating_a_specific_character_via_dreambooth/
Open AI CEO short interview : https://www.youtube.com/watch?v=e7WKRZw6OZY&ab_channel=UnderstandingAI
https://sdgrid.lacop.dev/
also you can get prompts from Night Cafe
https://creator.nightcafe.studio/create/text-to-image?algo=stable
go to night cafe, click create, and copy all the prompts you want and save them
when i click create, then "add modifiers" this is what I get when i click on "Night cafe"
detailed matte painting, deep color, fantastical, intricate detail, splash screen, complementary colors, fantasy concept art, 8k resolution trending on Artstation Unreal Engine 5
or when i click "modifiers"
Design tools and communities
3D shading 3Delight 3DEXCITE 3ds Max AppGameKit Art of Illusion Artrift AutoCAD Behance HD cel-shaded CGSociety Cinema 4D CryEngine deviantart Doodle Addicts finalRender Flickr Horde3D IMAX LightWave 3D Mandelbulber3d Octane Render pixiv Polycount r/Art rendered in Blender shadow depth Sketchfab Sketchlab Substance Designer trending on Artstation Unity 3D Unreal Engine Unreal Engine 5 Unsplash volumetric lighting VRay ZBrush ZBrush Central
Hope it helps
I suggest make a folder called prompts, and save each set of prompts to there own file with correct file name to make life easier for you and to help keep things easily findable by keeping stuff organized and well labled
hi
hello
using the "Detection Detailer" script is pretty nice so far
hey guys, any mod around I can talk to directly, please?
Primary detection model (A)
segm/mmdet_dd-person_mask2former.pth
Is there a good downloadable GUI with SD 2.0 or 2.1 that anyone would reccomend?
has anyone gotten SD 2.1 running with automatic1111 in linux? When I try to load in any of the 2.x models I just get:
error in red - and killed in the terminal window
When using 768*768 with 3GB ram in medvram mode it sometimes work and sometimes says it's missing 46MB
guys when using XY plot how to inrease denoinsing strength by 0.1 for each image ??
I typically just type .1, .2, .3 etc
I believe it was 1-10 [+0.1], that or it was () instead of []
Is it possible to add the dreambot to my server?
Anyone know when deepfloyd will come out? Did Stability said something?
has anybody gotten a depth2img model do inpainting?
doesnt work either gives error
I forgot to ask what you used to make images :P
You can usually blend something like that by inpainting the edges where they overlap
img to img
I meant, did you use something here, or auto1111's webui?
then it's (+0.1), i.e. if you want to go from 1 to 10, but only with 0.1 steps each time, then it's 1-10 (+0.1)
but it doesn't work for all the options as they have no "in-between" steps
iwaana go from 0 to 1 for denoising
Yes, according to their Twitter they are.
Nope, they hinted at soon though. And when you look at the tweets from Stability and Deepfloyd, it looks like soon indeed. They're showing that their model does the right thing with text. Laion also posted one of these generations on their Twitter-feed.
Ah nice thank you 😉
Hey guys, I built a stable-diffusion-based video generation tool! It is now in public beta. First 500 credits are free. Have fun! https://www.neuralframes.com 😄 😄
thank you for replying! makes sense
but then i'd first need to correct colors, otherwise make sure it fits?
i hope it has better overall comprehension too
so it can take complex prompts
The team is posting teasers on twitter using the #deepfloydif hashtag. Looks quite ok.
So I saw an article about a challenge on Twitter to draw a "T-Rex Sketch Completed In a Way That Could Never Be Replicated by AI"
And I cant help but wonder what the stable diffusion community could do with this.
I rather be homeless than have no home
Can you do it on phone
I wanna make an ai 😭
Is there a way to do what this guy does in midjourney from 4.05 - 5.16 in the video but in Auto1111? If so, how please? because I tried the aesthetic plugin, and tried using a url of an image at the start of the prompt, but cant get results anywhere close to this.
i've seen extensions that autocomplete booru tags for you. something like that is probably extendible with other tags that are outside of the booru realm too
ngl, booru tags are pretty good. I never knew they existed before a few months ago. I'm not a nsfw artist at all, but i play with the anime models, and that training set has high quality captions in the form of booru tags. You can really dial in those anime characters easy. All those weebs curate it so very well. i'm curious if whhen training those booru tagged anime sets, would refining them with high quality booru tagged photographs work, would the tags correlate and create a nice anime photo real effect in the latent spaces? Likely to some extent and i think it's worth experimenting.
any model i find on that though has relied on the xxx smut photorealism and only merged with them. I want to see a situation where a booru tag trained model has been refined with high quality booru tagged photos. I haven't learned enough to start these training goals on my own though. Maybe the booru tags do already work on those style of blends too. I haven't been bothered to try yet though. I like 2x and all the anime refinements have been done on 1x
Does anybody know when DreamStudio Pro is gonna be released? As Emad says, it will be possible to create entire movies, storyboarding, audio and 3D camera. Any thoughts?
Emad i think is talking about long term goals, not the next software release
Do I need to encase an embedding in my prompt in <>'s?
Trying a couple embeddings doesnt seem to be changing anything in my gens
Which channel do I use to ask for an embedding guide for dummies???
eyy we both tryin to use inversions properly lol
Im following this guide but the textual inversions dont seem to generate anything like what I expect them to
https://stable-diffusion-art.com/embedding/
after copying an embedding into a directory, you have to reload the model or program. are you using a1111? on that you just need to type the embedding keyword. You can see in the generation details what embeddings were activated to confirm
so I need to reload the webui?
not just the webui, the whole terminal program. restart the bat file
Guys what is the latest version and where do I get it? Thank you 
v2.1, huggingface
perhaps they clicked it by accident and have no idea how to leave 🙉
I rather live in a house filled with 10 flies, than in a house filled with 1 fly.
Hey everyone. Is there any model (or embedding) out there that's trained on web design or UI UX (ideally 1.4/1.5 so I can merge or use it with some other models.
I've been working with web-ui by pmejna on 2.1 so far and it's really nice but it's also rough and also stuck with 2.1.
Took forever but AMD's ROCm HIP is compiled and installed 😓
HIP version : 5.4.22802-aaa1e3d8
== hipconfig
HIP_PATH : /opt/rocm-5.4.1
ROCM_PATH : /opt/rocm-5.4.1
HIP_COMPILER : clang
HIP_PLATFORM : amd
HIP_RUNTIME : rocclr
CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -D__HIP_PLATFORM_AMD__= -I/opt/rocm-5.4.1/include -I/opt/rocm-5.4.1/llvm/bin/../lib/clang/15.0.0 -I/opt/rocm-5.4.1/hsa/include
== hip-clang
HSA_PATH : /opt/rocm-5.4.1/hsa
HIP_CLANG_PATH : /opt/rocm-5.4.1/llvm/bin
AMD clang version 15.0.0 (https://github.com/RadeonOpenCompute/llvm-project roc-5.4.1 22465 d6f0fe8b22e3d8ce0f2cbd657ea14b16043018a5)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/rocm-5.4.1/llvm/bin
AMD LLVM version 15.0.0git
Optimized build.
Default target: x86_64-unknown-linux-gnu
Host CPU: znver3
Thanks 😊
anybody know where you're supposed to put .safetensor files?
i know where .ckpt files go
and i know where sd-vae files go
but .safetensor files i have no fkn clue
there's nothing that says put your FooBar.safetensore files in this FOLDER
😒
well, i guess no one else has a fkng clue either
i'll put one of three in a random folder, start webui and see if anything shows up
¯_(ツ)_/¯
I put them in the same folder as my .ckpt files
Just a little troll

holy sht, what did i miss
after the troll is gone,it looks really akward like i'm having conversation with my se.f
self
he got banned i think
his messeges disapear,and only mine were left
it was..ironic to read them without context.
where do hypernetworks go, and ty @still remnant for telling me where you put those files
appreciate it
question, when training with textural inversion, how many tokens do you guys use?
and how many images for training?
personally since i'm clueless about tokens, i just dont pay any attention to it
lol
i just keep on messing with shit untill something looks good
and I've made some cool shit
you can see what I have made here: https://playgroundai.com/profile/clbxttqmx6nd5s601wmauszk0
the stuff i make with my local SD i can't post
Hi :v
Hi, I'm new with SD. Last week-end I made a local installation of it and I have a question. I have a ryzen 9 on my computer with 64Go of ram, is it possible to use SD with it without using my graphics card?
No
posted my evil tinkerbell in #🏞|general-with-images
@old marten thx for your reply
one of the best sets I ever made
@junior badger i'm doing a textual inversion for my model, to make life easy for some people who use it https://civitai.com/models/4118
automatic1111 does have a cpu generation mode, but it's NOT optimized in any way
and how even would it optimize ML processes?
/models/hypernetworks last i checked
I'm compiling all the nessarry stuff to get AMD in gpu mode
looks like models/hypernetworks, then you have to enable them in settings.
lol a bunch of stuff is like that with the webui. folder isn't there till the code enables it
other folders are there but dont ever seem used
it's like, it takes 2 fkn secs to put that in the README ya know, fkn ppl
Thx, I'll investigate 😎
How can i use this AI to make pics?
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/4769 not sure how relevant this page is to current versions, but i was using it to help me get it working at a friend's house desperately.
Gotcha! Mr. that'll be $200 and the AI will do whatever you tell it too. We got a deal?
that ai? oh that one's a jerk. he doesn't make pics for anyone. try this ai here
jk
Thx, I'll try this to see the speed difference with the graphics card
whats your gpu?
Rtx 2060 super
the difference is going to be astronomical
In which way?
Is your goal to play games while images are generating? that might really hurt the game still, as the cpu generation realy eats the entire mainbus right up
your 2060s is going to leave it in the dust
AMD users video installation tutorial, Install n all https://youtu.be/d_CgaHyA_n4
...muhhr ^_^ yw
huoooh... i mean, 🥺 if you use amd a-and wannya myake s-some coow awt with s-sd, òωó than myaybe w-watch yea huoooh...
(lul)
echowo "I mean, if you use AMD and wanna make some cool art with SD, than maybe watch yea" | uwuify
i get board af sumtimes, i swear
Exactly
im a little confused where to generate the photos
theres a text to ai generated is there a picture conversion as well?
Yes, there is a text to image and an image to image 🤗
i tried doing some quick doodles after a while - i don't feel good enough anymore
what tab would i use for this?
Do you mean here in the server?
could anyone help me with installing stable diffusion on windows
You can use the bot (and upload images, too, using commands) using the Dream channels! (There's 25 of them, so pick any!) You can learn more about that here: https://docs.google.com/document/d/1aHJ9RBt_vlCwJQBVUUsb7VghKB-wynv7WGTxm9ozL1k/edit#heading=h.uh133k3c2aq
FRIENDLY STABLE DIFFUSION GUIDE by Atypical Consortium / Sunny LAST UPDATED: 1/7/2023 Please note this document is a work in progress! Thanks for your patience in this matter! PLEASE ALSO NOTE I DO NOT OFFICIALLY SPEAK FOR STABILITY! THIS IS JUST ME, MYSELF, & I! Hello, and welcome to Stable...
the bots are cool but trying to do it on pc for my own use
idk if any of yall can help with that but i cannot find any answers
If you need help, you can check out #🤝|tech-support
i think using it from the pc rather than through discord would certainly have advantages
just wondering if anyone knows how to force symmetry in stable?
definitely im so close to making it work but torch just wont fucking install
er it feels close
I also have some general tech tips I'm in the process of writing, but I generally recommend if you're having an error, I'd post a screenshot
anyone wanna test my sci-fi diffusion?
You can use it from PC by either downloading it (like mentioned in the guide), if you have the proper specs, the website, Colab Notebooks, etc.
if you have good gpu, just fully go for PC
Corruptlake i'm not running stuff easily right now (kit disorganized) but that sounds awesome, i want to do finetunes on all the SF classics..
It still has a long way to go, but 2 epochs on 26,949 images already made the difference
You can check some sample gens here #1061786376934265014
does anyone here know about the game Valorant? I used Basujindal img2img and put one of the agents in and tried getting a version of it. I saw many other people who were able to but mine are not coming out like the agents at all
is it mac friendly?
So there's this AI that you can train stuff on
https://github.com/cloneofsimo/lora
Looks like
https://i.4cdn.org/g/1673312231444334.png
yeah LoRA is well known by now
Which stable diffusion do you use for it?
As in UI or the models I use as a base?
for UI i just use Auto1111's webui
I'm going for the Colab
The models. Says "Stable Diffusion 1.5"
you can use 1.5 or 2.1, that is up to you, i have personally used both, but cannot say if either is better or not, haven't experimented that much yet
Any nice installation notebooks for Colab use?
Trying this one
https://colab.research.google.com/github/qunash/stable-diffusion-2-gui/blob/main/stable_diffusion_2_0.ipynb#scrollTo=78HoqRAB-cES
But I don't think it actually installs it to the drive
is lora any better than auto1111 for training
auto1111 is a UI
it also has LoRA
Apparently the anti-AI folks are planning to report all of us to the FBI and other law enforcement agencies, abuse the DMCA system with fraudulent take downs against AI art and its supporters, and they want to spam relevant government agencies that are currently seeking public opinion on AI: https://twitter.com/JOSourcing/status/1612215481750155264
With how easy it is to abuse DMCA take downs without any repercussions, I'm not sure they realize what escalating the fight is going to mean for them when people start retaliating and their accounts get nuked
We should also be doing our own messaging campaigns towards the government agencies that she links to, so they don't end up only getting a skewed and one sided extremist viewpoint.
DMCA takedown notices are subject to perjury and oftentimes carry significant liability on all parties involved, that's why youtube has an entire copyright strike system to avoid anyone filing them.
lmao its a regulatory capture strat
She seems really obsessed with trying to get the FBI involved: https://twitter.com/JOSourcing/status/1603136825618354176
the FBI lmao, if they have the resources to dedicate to this then that might just be the best argument for cutting their budget I've seen in a while
Im trying to use Protogen 2.2 Anime in Automatic 1111, I put the safetensor in the models folder but it does not show up in the drop down of the web ui
Hi anyone knows machine learning here
I need some help regarding object detection annotations
hey guys, do you know how to change huggingface cache to another place? it takes too much space on the driver and Inot even know if I can delete it, s I think will download everything again... thanks!
Have you checked the HG Github repos yet for related issues?
I'm reading everything i can find, but I'm not in the IT field, I may have cross the answer but didn't understand,
Is there a list somewhere of photographers that SD 1.5 recognizes?
hello I am using Deform and I feel like I have discovered/learned something new about Stable Diffusion in general. Using direct descriptions such as a paragraph from a Wikipedia article is resulting in some really interesting interpretations by SD and Deform, as opposed to manually writing a prompt to go with the written paragraph. I have tried manually converting long paragraphs for a book writing/visualizing project and am currently having better results by simply giving it the direct text. Even with periods it seems fine! I am really impressed with how it is visualizing the text! This surely only works for a specific style though but it creates a really beautiful symbolism with the words that is actually translating really well. Using Deform, 13 CFG, 6 cadence, 40 steps, dreamlike-diffusion
Just updated the Multiple Hypernetworks script to an extension, just letting ppl know, would be great to have some testers https://github.com/antis0007/sd-webui-multiple-hypernetworks
do anyone have colab link that can use hugging face model path with sd?
i have poor knowledge on this
Could this also be used to create like a real good 50 GB model and than train a 10X smaller one to do the same trick?
where do i download stable diffusion
I'm sure the dall-e hashtag is chock full of CP and gross lewd stuff that some people somehow managed to make with it and not just people making cats out of yarn or something
every generative model is
there's no stopping it, especially in SD
hmmmm dont suppose anyone knows if there's a way to get scrivener a lot cheaper (legally)? :P
Does Stable Diffusion owner have his own chatgpt3 version?
anyone want to test something brand new?
It's a user interface for SD- just like automatic1111
It's good but limited vs automatic1111
invokeai is more for painting if you're 2d artist
who prefers programs such as photoshop.
its simular,but utilizes AI tools to make your images look nicer.
Automatic1111 is the most advanced UI for stable diffusion by date,alot of people contribute to it.
Hi, how can I invite a friend to the channel?
Invoke AI can use only 1.5 models for now, while Automatic1111 can use 2.x models.
all a board 🙂
Pretty much what SPYBG said- a1111 is generally more advanced, more features, but also less intuitive and things can break more easily
I'm sorry but I don't know what you mean by that- are you talking about another interface for Stable Diffusion?
stable diffusion is confusing at first.
