#💬|general-chat
1 messages · Page 18 of 1
i mean, i know my CPU is slow but i really don't wanna pay for these online processing stuff
Yeah that will work, I have a browser widget for git.
...but I have no idea where I got it.
@rich sand yes i know, but sometimes it cost less money .. if you wait one week than your laptop finish the models and imagine you doing a mistake 🤣
anyway do what you want
You can always just copy the text into a file with the name of the model.
holdon I'll do a quick test.
im absolutely fascinated by what can be done, ive been like a kid in a sweet shop the past 2 days, just cant stop playing around
well that seems very bad, but i don't think it's that easy to make a mistake, the UI is very simple and easy to use
have you tried ChatGPT? it's really cool also
yes briefly. saw a video earlier about how to get more out of it, and even use that to help in generating prompt ideas.
Just feels like this is only the beginning and the possibilities are going to be endless
Some decades ago, if u said to a scientist that we could have a simple interface computer that could do billion of calculations per second they would call you crazy
today we can generate an unique customized image that has never seen before
things are scaling up fast lol
http://users.ece.cmu.edu/~gamvrosi/thelastq.html relevant short story
this white theme make my eyeballs suffer
but interesting story also
he's a sort of influential guy that asimov
does feel like the start of a matrix type scenario, where if you can think it, u can create it. Like in VR, you could create any object and have it there in front of you
scribblenauts did it first lol
more like the world described in ready player one i think. where massive scale content is crowd sourced
the book rather than the movie described it better. the sequel not so much
Daemon and Freedom™️ touch on it too
I think stable-diffusion should be re-written on an low-level programming language
Python is really slow when doing complicated math
wouldn't help , the heavy lift is on the GPU already
python is just talking to the drivers
thats where the heavy lifting is
There's people that use CPU also
even there the back end of the tensor frameworks is in C++
pytorch is the library that would bottlneck things if you're concerned about that
Well, it would at least help to read the giant-sized models
having said all that I would actually like the pipelines in a low level language for more convenience launching it from custom tools (eg i want to feed rendered images from my engine into img2img) but thats still all possible through other means... it just so happens that organizing all the data and pipelines for ML has been easier for that community in python
honestly I'm a low level language snob and i've actually been surprised how far you can get with numpy and so on
it is what it is.. the convenience of python for organizing workflows has won in that domain
python is easy to iterate on. good for rapid development
low level code when things move so fast, the timing for that optimization just isnt right yet
It's probably written mainly in a low level language also
definitely
i'm sure stability has a lot more in the labs then just what we see
rust is my favourite language these days.. but i must admit the pytorch bindings in it look horrible :/
Well, not all low-level languages need to be that hard, there's some getting easier to use, like Rust for example
but implementing a Rust native ML library and replicating a diffusion model could be nice, but you'd really want to replicate StableDiffusion exactly so that you can just load the same models
Rust is primed to dominate all fields, but a big part of it is there's no culture of development. You realease code in rust and few people use it.
I'm a rust fan and.. its got its own foibles
maybe we can have that in the future
Rust right now is like HDTV when tv's were HD Ready and not real hd
it's obviously the right move but there's just not enough tool infrastructure yet
it will start to take over C++ in the future probably, it have all the functions C++ have, it just needs more community (and a smaller output executable lol)
I've been using rust on and off since 2014 - i'm actually pleasantly surprised that it's got a lot further with acceptance than I thought it would
it's been able to do everything important since 2014 .. I doubt it can ever replace C++, far too much momentum.. but coexisting for new projects is fine for me.
c++ doesn't have perpetual motion. it's very much winding down
If people keep making projects in Rust, there will be more code snippets and technology to people use in future projects, that all depends of how people will use it
it would be interesting to ask around in the community and see if you could get collaborators for such a project - set out with the explicit goal of replicating StableDiffussion - i'm sure there'd be some interest . Just dont expect it to actually speed up the process. Rust is nice from a correctness perspective aswell as speed. Its interfaces are more solid.
heh maybe ChatGPT will help people rewrite their code in rust ..
The memory safety features of rust are insane. it's absolutely going to convert everything. Anything remaining on old models will become legacy software
It's like when fuel injection engines were invented. Who uses carbs anymore?
Well it's a very big thing, but i'd love to see such project
i'd never prototype a ML model in Rust
Sure, that's partially because I don't know rust, but also because I don't want to waste time fighting with a low-level language when I'll spend most of my time calling some ML library anyway
a lot of it is dependent on projects like pytorch. that's what you'd want to replicate if i'm not mistaken
ChatGPT sometimes causes a lot of errors, even in assembly almost every time it never gives an compileable code
it's the same reason I don't write my webapps in C
yes exactly .. its a massive task
rusts type-system will be advantageous for AI generated code, i.e. catch more of those errors, and a higher chance that code that compiles int he first place is not misleading the AI when trained on
exactly
anyway I would definitely have liked the ability to run SD from rust directly..but there's far easier ways to acheive what I was after
Strict typing for ML?
(i jst want to render things from my game engine and feed them into 'img2img' , similarly i wanted to try alternating diffusion passes with projecting results back onto 3d meshes .. all that would be a PITA in python. but some kind of rust / python interop is far easier than re-implemnting pytorch in rust lmao)
wrappers are a thing
metacall
yeah those are the bindings iv;'e seen. they probably work fine. i was just commenting that sadly bindings can look ugly because an API tends to be designed around the features of a particular language. Rust has its own tools, and doesn't have things like default parameters.. hence bindings end up just looking ugly , sadly. still easier than rewriting pytorch i know
Honestly, C/C++ and now Rust aren't popular in the ML space because they're pains in the ass.
As it stands, most ML stuff tends to be integrated with some kind of network service or just done for research
yes you're right - one solution I did consider was making a server in python and just throwing jobs at it from rust
I'd rather a subset of Python ("Python for ML") that can be compiled to a binary
Well for ml, sop is to run it on the gpu so whatever language you're using is essentially a cuda wrapper
just built-in pytorch and numpy
aka the speed of python doesn't matter that much. throw in quick dev time and great libraries and anything else isn't really worth it for researching models
you don't need most of the language anyway
when people can just download this and run it, like it's discord or winzip, it'll get nuts
winzip
damn am I back in the prehistoric age
i conceed python is indeed very good at "setting up workflows".. just throwing data around
its a good "utility language" as i'd call it
I grew up in the great before-fore, when monitors had three colors, and there was no internet, and If you wanted to draw a picture you needed a pencil.
three colors
two?
No, my first personal computer had cga.
We had two color palletes Cyan/magenta/white or Swamp green, Turd brown, and bright red... but you could only display one pallet at a time.
I thought CGA was 4 colors (technically black is one)
it's complicated, you can think of balck as the absence of signal/color or as a 4thcolor
most of the programs I saw signalled it as off.
i remember those days. what ugly colors
the best 8bit machines had nicer graphics than CGA (c64)
PC sucked at graphics for a long while, in my opinion
commodore and amiga machines used their own graphic standards. cga was from ibm pc
yeah 16bit days I had an Amiga, was very smug until Doom came out..
amigas kicked ass and had hardware palette cycling and shit
heh doom came out "WHAT NOW?!"
my first was commodore. i think i was 4 or 5 years old and knew how to type LOAD GAME or whatever the command would be
hello
Do you think it will be possible to run stable diffusion properly on amd cards in the future? I'm stuck between 3060 for $250 or 6700xt for $300 and want to use stable diffusion.
its possible now with ROCm on linux
Only if AMD gets their stuff together when it comes to ML
strangely Stable Diffusion has spiked my retro nostalgia - the prospect that retro-games can be upscaled & re-imagined. I would like to make something in a middle resolution that could be downscaled to real retro hardware, or upscaled & detailed further with a diffusion model.
first time i saw that was someone used an old anime upscaler to redo all of the backdrops in final fantasy 7. i was thinking "thats smart af"
SD can add detail instead of just upscale though. but then you run into the potential issue of too detailed textures on low quality shapes, can look noisy
right I imagine it'll take a lot of tweaking. Personally i've been drawing some "retro style" things (not quite pixel art but not contemporary game art quality either) and then throwing them into img2img with a prompt randomizer and I find the results interesting. i'm sure with some work on the prompts (and a finetuned model ?) you could take almost any retrogame and give it a new lease of life
I dunno, Nvidia is so far ahead of AMD on Machine learning, that they may never close the gap.
Rust is shit and C/C++ is not a PITA just Python was created to be a research tool for rapid development not the whole enchilada as it is currently being used. Same with 3d printing which is a rapid prototype not meant for anything else.
I think partly, It's just not a priority for them.
Since the power difference between the 6700xt and the 3060 is not small, it is difficult for me to choose, what would you buy?
lmao. rust is divisive , i'll give you that.
I write C/C++. It is a PITA for certain things.
I mean, I'd look for a used 3080
So do I, but I stand by what I said.
but if you can't find a good used deal the 3060
I used C++ most of my career. I classify rust as the best language, however its not the magic bullet its proponents think, you do pay with dev time for the safety. But you need that if you want perfromance and internet-facing
rust is disruptive. people have to relearn everything. this angers them.
rust is too explicit for me
ı am already getting used cards :d ı don't think ı can find any 3080 in turkey
i'd be pleased with C with a stricter type system and a built-in slice type
oof yeah. That part of the world is still basically in cheap shortage mode atm
segmentation fault...
the build system...
I still love C, but there are a lot of pain points
IF you want to do ML stuff, then I can't recommend AMD right now. I wish I could...but I can't.
maybe zig or jai will catch some people resisting rust. i also think herb-sutters "cppfront" is an interesting idea. But I've put the time into rust now - and the underlying language design is nice IMO. I like how it organizes programs, tagged-union pattern matching is awesome, its great for concurrency
I'd probably have liked Zig, however I can't afford another language switch really.. its rust or go back to C++ for me.
yea I'll probably go with the 3060 it hurts but whatever thanks for making me feel more decisive
and don't switch languages. just use whatever's easiest/best for whatever task you want.
Im learning C#. wish me luck
not for stable diffusion. im learning as hobby
I figured, but I just had to say it anyway
(never touched c# but everyone i know who uses it likes it. I am a "no-GC" snob however lol. C++/Rust and dabble with python as a utillty language and for the ML frameworks)
Unless you need the bother and performance that comes with manual memory management, I suggest just accepting GC
maybe pytorch bindings look less horrible in thigns like C#
Trying to do high level stuff like pytorch in low level languages will always be a horrible experience
my main interest is game engines. I see Rust as viable C++ replacement . I know that for most programmign work GC is the right solution.
for game engines, I suggest reference counting
in c++ and rust you can indeed use refcounted smartpointers (mixed with the other mechanisms)
@kind flint Just shell out for a new 3060. Best value you're going to find right now for a decent GPU for SD.
yea i think i will
Avoid the 40 series like the plague.
Anything in the 4000 series is going to be better than 3000 series for gaming and CUDAs and probably memory.
that's not really true.
The pricepoints relative to the performance are comically bad.
What is the prompt for aspect ratio? 16:9 and the like pease.
Oh, yeah. Of course they price thing out of the common price-rance with new stuff
in the UK the electricity savings will be worth it if you want to run it alot (to be fair most people wont)
even for new product the 40 series is baaaaaaaaaaaaaaaaaaad.
I mean if you are determined to buy a 40 series, save up for a 4090
16gb in the 4080 = better for finetuning i'd assume (or is 12gb enough?)
vram is king
@empty terrace I haven't really looked up the specs, I just assumed they've only got the 4090 going atm
Definitely VRAM is what you want, but CUDA cores help too
if you are just looking at it for ML applications, there are 3090's with 24gb of vram
essential for finetuniung, otherwise 8 is enough
It's ram heavy
Anything where you are training a new thing (finetuning,embeddings, inversions,new models) needs lots of vram
if you just want to generate images using existing models - 8gb is enough. but its possibel to re-train the models to customize them to be bettrer for certain themes, or teach them new objects - if you have 16-24gb(? min is?)
But, doesn't mean an old card with lots of ram will be as good.
cheapest way to get bulk vram is to buy refurb NVidia tesla Mseries cards.
you can get a 24 gb card for 400USD that way
but it's not good for anything else
I heard it renders quite slowly, despite that
just machine learning or big math science
yeah
it's a dedicated training card at that point
and you need to figure out cooling, because it's built for server airflow
anything 30 or 40 series with 8+gb of vram is good for generation
If you can afford a 4070 ti, get it. I don't see why not
the 4080 and 4090 are both better deals.... still not good deals, but at least less actively insulting than the 4070
It has 7,680 Cuda cores on it. Looks sweet
AMDs capability layers aren't cutting it and I'm sad
i would have been happy with 4070ti (perf/watt matters to me) . for light use used 3000 is probably better I guess.
I'm not in Europe, but I expect the power agenda will come here too
I think GN did a pretty good overview https://www.youtube.com/watch?v=N-FMPbm5CNM
They don't talk stable diffusion
Gamers Nexus is pretty good
It's probably because they are brand new, and almost no one is buying them.
It's just how it works -- Brand-new=Expensive
There's a difference between 'expensive' and 'wtf nvidia?'
Yeah, I'm not a huge fan of the company. They're like Intel
But Stable Diffusion iterations per second is the new benchmarking standard
unless you get at least 1 SDITs, the GPU is no good
is there a revised chart of that with the latest releases
@empty terrace, You must hate me for what I said earlier
But, you do need to broaden your horizons
I'm not looking to make enemies
lol no. I'm too old to waste energy on hate, and my Horizons are always broadening.
lol, good. Same, I'm getting too old for petty hate
We all have bigger fish to fry
I hope Gamers Nexus's never stops growing
hair*
is there a subnautica TI or DB or HN?
I don't think so, but you should check civit and hugging face. IF it exists it's probably on one or both.
Hello everyone
Hello!
whats the deal with civit btw, like who runs that?
I have no idea, but I'm glad they are there, there needs to be a wild west for machine learning models.
The smut models aren't my bag, but I think they have a right to exist.
It's also functionally a mirror for a lot of the stuff on hugging face.
regarding copyright: Would there be any problems publishing a list of timestamps and text descriptions of the images of a film - without publishing the images (.. why? - to take stills from the film and use the text to finetrain a model)
what exactly is the meaning when someone talks about "several generations" in SD ?
should be fine. indexing a film isn't a problem. if someone owns that film and takes stills from it with that key, so long as they don't distribute those stills i see no issue under current law
ianal but i've been experienced with IP law, as any creative should
should be fine as long as you're not profiting from it, i saw someone fed the entire spiderverse movie
Creatives that doesn't know how IP works is big Ree
I can't imagine that any of them could have any kind of copyright claim.
if you're creating a marketable product with ai generation and calling it "art from bladerunner" then yeah they could potentially have a claim. even if it is called "swordrunner" and looks entirely like bladerunner, a copyright claim coudl be made. Transformative is a big part of it. Intent is a big part of it. there's all sorts of caveats and is why copyright is usually a case by case basis. Indexs to a dvd though? no question. no problem.
Yeah, but people aren't doing that. It's mostly inspiration from film and other things. There's nothing they can do otherwise.
people are doing that. you can't sell fan art technically. people do.
Who are these people? And I'm sure they're taken down swiftly.
like a full 90% of the doujin market is based around making lewd stories of copyrighted characters. definitely less common in the west, but happens at comic cons as well
you can take inspiration from stuff yes. but if you're publishing it for profit, with the intent of it looking like a copyrighted work, a court might find you in infringement. there are lots of ways to protect against that. some people think the "everyone else is doing it" defense will work. it won't. one day fan art comission artists will have lawyers coming at them, as soon as how much money is made gets noticed
Hi! what is the best way to train a self model for free?
I mean all Anime/Manga looks the same, anyways. What difference does it make?
civit sent a trolling email to samdoesarts
this is how I know you're not cultured
lmao i was gonna comment but kinda said to myself not worth the effort
Cultured? lol
I've appreciated some manga artists, but it all looks the same now
Also, why why did Civit send a trolling email to samdoesart?
i'm not touching anti-AI youtube
don't then, this ain't an airport
All these artists took their inspiration from someone else. Look at Blizzard, their whole gamedev has been stealing other ideas and making it their own and have made billions.
inspiration is fine
Inspiration can't be copyrighted
i kinda just don't understand why people defend AI so much overall though specially on those practices as you mentioned
if anything none of you will find jobs thanks to AI alone though
Good
its mostly corps that will probably pay 1 guy to write the prompts for sketchy ads
The internet and tech changes constantly
I've lost my job to the third world many times
people said the same thing when computers were introduced into the workplace. jobs just change
Nice pad he has going.
"man of culture" is a 4chan meme
it means you're someone who enjoys the anime boobies
like 70% of memes are 4chan memes
lol
the other 30% are a mixture of reddit, twitter, and 9gag
i dont give 4chan that much credit. most of their memes are something awful memes
4chan used to be the furnace for a lot of internet culture, but hasn't been in over a decade
But, I'm happy to see this guy lose his grift
most of 4chan is idiots
although it is the source of the most popular stable diffusion webui
corporations are going to leverage ai to flood markets with content and devalue them, so that only corporate branded content can be trusted. brandpower! that's my guess anyways
they'll likely fund huge ai mills
BRANDPOWER™️ commercials?
anyway, I don't care, because I won't need corporate content then
I'll make my own AI content
infinite AI-generated anime episodes
yeah just like i don't have a cable subscription. but a lot of people still do. a whole generation will have to die off before centralized content goes away
inb4 someone says "interacting with people online will be difficult because you won't know who's real or an AI"
- I can interact with people physically, in person
Cats out of the bag.
it'll be easy. "Is you or is you isn't an ai imposter??"
No turning back
same way you catch chat bots now a days. Throw it a curveball question
only gullible ass people will fall for the fake ai humans, but.. we know how many fo those there are. lots
That's another thing -- How much of social media is real?
50% of humans
as far as I'm concerned, it's all fake
people literally don't exist until they connect with me over an encrypted tor chat server
social media is a fad 🧓
Anyone have a preference for stable diffusion for generating coherent text?
sorry, you'll have to wait for deepfloyd to get that
i generally roll the dice and if i see any amount of text i'm like "ooo "
"it made text that time soo neat"
I've successfully trained a model that slathers fake text everywhere.
It is currently of questionable utility, because I included too many 1800's medical textbooks, now it just generates pure nightmare fuel.
Like it's vivisecting HR Gigers worst nightmares and taking very meticulous notes
that sounds fun lol.
I've on rare occasion get it to generate coherent text with large amounts of guidance & effort. Prompt editing for like 10-15 minutes with small tweaks just to get the tiniest changes. Eventually I can get what I want, but man is it tedious 
Deepfloyd? I saw that in the #📣|announcements just a minute ago, but I can't find information about it anywhere. Even on their huggingface, it appears to be completely empty. Have something better I could research, perhaps...?
I have some outputs in failed diffusions if you want to see it but don't say I didn't warn you...it's unsettling.
let's see them lol
it's so fresh it's only been teased
Reminds me of attempting to make blueprints of humans lol
I'm thrilled with how the text is turning out, but it slaps gruesome imaginary organic spare parts on every output in graphic detail. and no negative prompt can correct it.
I'm going to spend some time this weekend adjusting my dataset.
then retrain it
What GPU is better for render, RTX 3060 12gb or RTX 3060 8gb TI
does anyone have the server banner picture ?
VRAM is king, and the 3060 8 gb is kinda weird in terms of memory bandwidth
especially if you want to do any training.
has anyone had a look at Karlo?
i dont will traning is only for render
you can run pretty much anything on 8gb of vram, but if you want to do any training, 8gb is limiting.
Embeddings/inversions/etc are all training tasks
theres optimization guides and git repositories
so for render images on stabble diffusion 3060 8 GB TI > 3060 12 GB?
put it this way, if it were vram vs speed, vram always. you can do larger generations or bigger batches. better for training. ML's domain is certainly vram capacity for the time being. i'd rather have slower (but not too slow) higher capacity vram than faster 8gb. simply put, get the 12gb, or 16 or 24 even better
I'm using a 3060 with 12GB right now to generate 2048x1472 output and it's currently using ~10GB of VRAM according to the InvokeAI console debug messages. So for me, at 3060ti with only 8GB is not going to cut it. 
Where are you getting that from? I'm pretty sure it's the other way around
There is no such thing as 'enough' vram.
I've got a refurbed 24 gb server card just for training, and I can still hit CUDA OOM errors.
Anyone notice that their outputs are suddenly way worse lately regardless of what model they are using?
restart and try the same seed again
define "way worse"
for me, sometimes i get memory corruption and it looks like images are half generated with bad cfg. so i just reboot
does not generate the same images off the same seeds as before an update, and it is results generally do not end up as expected for the models that I typically use.
how can i use a1111 to create multiple images at once is there anyway
Adjust batch size slider bar
also, have enough vram
if you don't have enough vram, you can do number of batches and it'll do 4 one after another, instead of all at once
worked awsome
guys is it possible to make a ai based off of a picture?
yes 🙂 img2img
how does it work?
assuming by a ai you mean an ai generated image
yeah
how do i use it?
if you type img2img into any search engine it should bring you up a good tutorial with images and examples, much easier than explaining it here
anyone knows if theres a way to get text from the prompt actually written in the result?
How can I use the "more variations" function when I run automatic1111 locally? I've been using seeds to get images similar to one image I like, but it doesn't make images that are hardly similar
that's only possible if you learn what it should keep as a reference i believe, seeds always give new variations etc.
put the image in img2img with the same prompt and seed, with a denoise about 0.5 or 0.6
use same seed as original image and choose low variation strength like 0.05 or 0.1
If you are running automatic's webgui there are settings for embedding generation settings in a file saved with the image, as well is in the metadata for the image. Is this what you had in mind?

wb 

Hello i was suggested this server from unstable diffusion, but that was probably a joke.
i highly doubt what I create is allowed here
in the auto1111 webUI there's the option for "warmup steps"
they mean literally steps, not epochs, right?
e.g. I'm training 100 images at 100 epochs. 100 warmup steps means it'll warmup each image only 1 step
would anyone be willing to point me to a community that's more adult in nature. That would be greatly helpfull for me, and ty.
unstable diffusion
for what?
you're too nsfw for unstable diffusion? 
yes, and I don't bite my tongue
you making gay stuff?
I would ban you for that
i'm used to it 😒
my personal best is 48hrs in a community
ppl can't handle me
idk y
but whatever
any suggestions
I already know, i wont be welcomed here, which is fine
i just don't know where to go
although I guess if the dataset is more or less a single concept, the point of the warmup steps is to point the weights in the right direction before taking large steps, so it makes more sense to think in terms of warmup steps than epochs?
😔 maybe I am too much for this world to handle. Maybe it'll be better in the next life. Sorry to waste your time.
if it is alright, i'll stay to myself and just lurk for inspiration from time to time
I'm using GTX 1070 with 8GB and the only model that actually works is 512-base-ema. Tried to use 768-v-ema and 512-depth-ema but with no success...
are there any news on getting xformers working with amd? since 2.1 more or less requires the use of xformers
do you use full precision?
when i use full precision i just easily run out of vram
and it's very slow too
but i cannot share what I have created or coded here.
there's a new optimization in automatic1111, maybe that makes it a bit better with no_half
i see no diff in speed from using SD on my old RX570 to my new 6700XT
My post in unstable SD server b4 i just got banned:
After seeing what my RX570 can do running SD compaired to my new 6700XT. I can conclude: I see no difference, in speed or time, quality, ect... I have had the time to learn SD and add extensions, weights, hypernetworks and even created 1 of my own ckpt's. I'v also added styles and more stuff I can't remember at the moment. The webui is neat
and I do like it. So don't get me wrong.
completely unrelated, but is anyone getting gpu coil whine through their speakers when generating stuff with stable diffusion?
I have a question. I have been training model checkpoints from huggingface onto my own face, so for example the mo-di (modern disney) model, but further trained on my pictures. This has some good results, but it also means having to retrain for each style etc. I was wondering, say I merge a SD model that was only trained on my face with such a checkpoint, would that work? So say I have my model, with my face as instance "skwaks", and merge it with mo-di, which has "modern disney" as instance name, can I than generate "modern disney skwaks"?
personal thought "I'm surprised Disney isn't trying to sue anyone"
my experience with amd and stable diffusion is also good with the exception of some optimizers like xformers not being supported
i have no idea what the situation is on windows though but people report that it works
all i had to do was pip install xformers, and they work
xformers say they don't support amd
i get a lot of errors
try a diff python version
https://github.com/facebookresearch/xformers/issues/485 indicates to me that it's definitely not supported
or use a venv
look you can show me all the articles you want, it doesn't change the fact they work for me
and the developers of xformers say you'd have to rewrite a lot of internal code for it to work which they don't seem to want to do
correct, that's your job
they dont have to do anything for anyone
nor do u n i
do for yourself
so it's true that xformers don't work? i'm confused lol
they work for me
you said it works fine but now you're saying it's our job to fix it
i dont ask anyone to fix things for me, nor do i wait for an upstream fix, i code and edit on my own
so how did you fix xformers apart from pip install xformers?
i think you're not actually using xformers then
i mean you can install it, but it won't enable if it knows it can't run under some conditions
what's your startup log? it should tell you if it's being used or not
i'll look
log/images/log.csv this log, correct?
it's the only log i have, so
and it has no useful info
just what images i have created
and the prompts i used
terminal output when you launch
u said log
yeah sorry i meant the terminal output
but sure, i can start it up
1sec
command i use to launch is:
python3.8 launch.py --precision full --no-half --skip-torch-cuda-test
give me a min, to let it start up pls
py3.8 seems to give me the best results, so if anyone was gonna ask
you're not using xformers though, there's a flag called --xformers
Python 3.8.16 (default, Dec 29 2022, 02:26:33)
[GCC 12.2.0]
Commit hash: 310b71f669e4f2cea11b023c47f7ffedd82ab464
Installing requirements for Web UI
Installing imageio-ffmpeg requirement for depthmap script
Installing pyqt5 requirement for depthmap script
Installing Requirment of Prompt-Maker
#######################################################################################################
Initializing Dreambooth
If submitting an issue on github, please provide the below text for debugging purposes:
Python revision: 3.8.16 (default, Dec 29 2022, 02:26:33)
[GCC 12.2.0]
Dreambooth revision: 50a9c18f29b841ee919e84a3e0cf28517abec726
SD-WebUI revision: 310b71f669e4f2cea11b023c47f7ffedd82ab464
Checking Dreambooth requirements...
[+] bitsandbytes version 0.35.0 installed.
[+] diffusers version 0.10.2 installed.
[+] transformers version 4.25.1 installed.
[+] xformers version 0.0.13 installed.
[+] torch version 1.13.1 installed.
[+] torchvision version 0.14.1 installed.
#######################################################################################################
Launching Web UI with arguments: --precision full --no-half
i kno what it is
you can have it installed but it won't be used unless you add --xformers i think
i will try
at least according to the code if shared.cmd_opts.xformers or shared.cmd_opts.force_enable_xformers:
shutting it down and restarting
when i try with xformers I just get OSError: libc10_cuda.so: cannot open shared object file: No such file or directory
Launching Web UI with arguments: --precision full --no-half --xformers
Warning: caught exception 'No CUDA GPUs are available', memory monitor disabled
2023-01-07 02:31:02.121430: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
nothing changes, but maybe this warning helps you
it kinda looks like you're running stable diffusion on your cpu
did you setup rocm?
i did but when i installed anaconda, it Fkd up python systemwide
i hate python and all its variants
i use amd's aocl and aocc stuff
but i was using that stuff before i ever installed SD
i use distrobox to run stable diffusion to avoid the mess
also because i have no idea how to get stable diffusion working on nixos lol
i have, aocc, aocl-aocc, aocl-gcc, amdgpu, amdapp, amd-securng, and amd-rng installed
b4 i ever started using SD
i'd recommend checking it out if you often run into issues messing up your environment due to trail and error https://github.com/89luca89/distrobox
i also use Arco OS
btw
distrobox?
like gnome box's?
no ty
I use qemu, docker, libvirtd, libsecomp for containerization and virtual stuff
it's like a convenience wrapper for docker or podman
sometimes i'll use proot to install a sub distro to a folder even
mount it, then loginto it from a new terminal, sharing all my system's resources running a distro without ever having to init
yeah, it just does it for you conveniently through a cli
proot can do some cool stuff for certain situations
just set the proot distro to use a diff tty
then you can have gui on like tty4 if you want
or use spice or vnc, ect ect...
well, at least i'm getting along with someone, just by talking tech, so that's nice
too bad i can't share my art in a server for sharing art
😔
if you got banned from unstable diffusion for sharing your art it's probably best to keep it to yourself lol
im banned from there for speaking
not my art
ppl there really liked what i was able to do
my problem, is I dont bend my knee for anyone
installing stable diffusion on my pc is a nightmare
something with torch
wont work
and i dont bite my tongue
if someone makes me feel a certain way or asks me, i'm more than willing to express myself
but, it sure makes my life lonely
do you often end up in arguments?
not that i start, i just finish them
i also have really bad PTSD
to where i'm not allowed to work
you mean people often start arguing with you?
yup
and because of my ptsd
i only have two modes
fight
or run
😔 i hate it, and worst part is, it's not my fault
someone or something did this to me
and i had no controll over it
and what it did to me
yeah it doesn't sound nice to be in constant fight or flight mode
afk, brb
what's the error?
linux and programing are therapy for me, it keeps my mind occupied. and yes it sucks, bad. life becomes even more lonely when you live on edge, my family has to know on doors before entering a room im in just so i dont jump from getting scared
and you would think it wouldn't spill over into my virtual life, but it does, and maybe even more
since we dont see body lang we only see text, ya kno
yeah
i don't know what to say other than it sounds like you need to see a therapist, or if you can't maybe healthygamergg on youtube is a good channel
and i usually dont have this opertunity to let someone kno, so i'm seen purly as some aggro, or scared person
depending on the situation, ofc
no, some who needs a therapist wouldn't have the insight i have
i'm fully aware of my situation
and have had all the therapy one could get
i'm just looking for a place i can share my art, and wont get mad at me, if I speak my truth when asked
from what I gather unstable diffusion was the most hardcore art server
and i was too hardcore for them
so, i'm fkd
well as far as I understand you're telling me you have some deep insecurity problem causing you to often be in fight or flight mode
no
i'm secure with who i am
ppl just cant handle what they put out and it gets back to them
ppl come at me crooked and have no idea, what box they opened
and it gets me into a situation where i get banned
i dont go looking for trouble, but when it finds me, its just no good for anyone
eariler when we were talking about xformers it felt like we could easily start arguing
and i can't find a community, that can handle that kind of raw energy, compiled with art
i think i'm good at not biting, avoiding or just playing dumb to not start arguing
ye, i felt that too
tell us more about your personality
not much more to tell
just looking for a place to share art and where ppl don't punish others for being themselves
its something like torchvision couldnt be installed
specially when its artists
so either you have to change the way you behave to avoid starting arguments with people or you have to find some sort of utopia of people who it's difficult to start arguments with lol
amd or nvidia?
nvidia
ah, i don't have nvidia so i'm not sure if i can help
so what's the error?
and yes, i kno u r in unstable diff server @unkempt hatch
u just tried to bait me, good try tho
This was a while ago so ill come back after trying it again
and i have to deal with ppl like that
they'll follow me
just to continue the bs i have to deal with
i think they get off on it
but idk
too bad idk how to test this xformers thing for you or I would
Hi everyone, Stable Diffusion disrupts the masked area when I use inpainting. What am I supposed to do in order the keep the masked area as it is?
well, i'm going to continue my search for an Anarcho like society of AI artists, though I already have a good suspicion it does not exist
instead of following me around, in the shadows, you could just come with me on this journey @unkempt hatch
or not, its whatever, there will always be more like you, waiting for me, anywhere I go
i'll see you all around, if not in this life, the next one
✌️
you have inpaint masked or inpaint unmasked selected?
I've masked it in a program which I coded.
Watch is colored black and rest of it colored white
Black areas should remain same according to documentation.
not really, more i wanted the model write my text from a prompt into the img.. and it kinda does but also doesn't many times.. but i guess everyone has that same problem haha.
I have a question. I have been training model checkpoints from huggingface onto my own face, so for example the mo-di (modern disney) model, but further trained on my pictures. This has some good results, but it also means having to retrain for each style etc. I was wondering, say I merge a SD model that was only trained on my face with such a checkpoint, would that work? So say I have my model, with my face as instance "skwaks", and merge it with mo-di, which has "modern disney" as instance name, can I than generate "modern disney skwaks"?
Good morning, everyone!
How are we all today?
You mean Stable Diffusion?
You can use the bot for free in #1047760914008522782
Through 25
You can also download it locally
You can learn more about how to use the bot, etc, here: https://docs.google.com/document/d/1aHJ9RBt_vlCwJQBVUUsb7VghKB-wynv7WGTxm9ozL1k/edit?usp=drivesdk
FRIENDLY STABLE DIFFUSION GUIDE by Atypical Consortium / Sunny LAST UPDATED: 1/6/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...
hey guys funny question
if i use 1.5 model that is 512x512 trained (the original model) to train 768x768 images, will it work correctly?
I'm curious has anybody tried
There are several model checkpoints for 1.5 trained on 768x768 images, so I guess it's doable
isnt it possible anymore to inpaint in dreamstudios?
Try scrolling down? A lot of new updates came out.
once you generate your image, you need to go to editing
Just downloaded 2.1 ckpt and safetensor. My automatic1111 webui gives me an error whenever I switch to them. Help please?
do you have the yaml file in the same directory?
should be a yaml in the repo you got the 2.1 ckpt, save it in same directory with the checkpoint's filename but .yaml
Thanks!
np
I have an old photo that I wish to restore. Should I use stable diffusion’s of upscalers or should I use one of those AI photo restoration websites out there?
hey people, i used to be able to go above 1600x1024 on my old ass gpu, but after the latest auto1111 update i can't even render 1536x1024
wtf is going on with memory requirements there 🙄
I would like to generate an image that shows a cat with an eagle beak in the style of dali.
For txt2img I use the prompt "cat,eagle beak,in the style of dali,dali", but it just doesn't do that.
I have already tried "cat,eagle beak, in the style of dali,dali,beak,eagle".
Does anybody see what I'm doing wrong?
There's no yaml file in the same directory
where are you getting 2.1? huggingface?
Yup
768 version?
https://github.com/Stability-AI/stablediffusion/tree/main/configs/stable-diffusion the inference-v for 768 the inference without a v for 512. rename as model name but .yaml should work
hey is there any difference really between inferring using fp16 and bf16
specifically on a 3060 Ti
no option for inpainting.
I would check #1025467151206854736
as it does work (and is access through the image itself)
Nope. so what i did was click on the file, but it only showed me code so i copy the code and made a text file and then saved it as .yaml
I'm not a programmer btw. How do normal people access 2.1?
do you have automatic1111 installed?
can I use hugging face link to automatic1111 colab version?
can anyone help me, I've installed on my desktop python, stable diffusion and a model as well, but when I try to open "webui-user" it doesn't do anything
Hello everyone
run it from a console, see what it says
Hi, is there a way to run model 2.x on GTX 1070 with 8GB?
2.0 works on 4 gb
👋
Do you run webui.sh script with some arguments?
Thanks, I will give it a try
you might also need --no-half, especially for 2.1
How are you
Well enough! And you?
I'm fine thank you!! Wanna be friends??
How many images is recommended for training a person with textual inversion embedding method?
Any actual machine learners in here?
Does anyone have any advice on how to get deeper, richer blacks in my images? Everything I do looks washed out like this: https://i.ibb.co/fQkgDVh/Untitled.png
I've tried: dark shadows, increased black level, strong blacks, strong contrast, etc... but nothing changes it.
It's aprocess of training models off each other. It produces a new model that is roughly the same size as each of the original ones, but with a blend of each model's knowledge. It's basically model breeding
if its the same base model finetuned, i think its possible to literally just blend the weights to produce a mix, but let me double check that. I speculated that it would be possible to do a 'mixture of experts' approach by producing weighting factors for a bunch of finetunes (dynamic blend) .. feedback in the developers section seems to confirm that this isn't a dumb idea.. but I haven't even delved into basic finetunes myself yet.
what i put this one ? Anything-V3.0.vae.pt and somone tell me that correct the colors is that right?
there are tons of popular blends that are a huge success. Where people blend many models, and then other people blend those ones into many more. There's a huge wave of model blending these days because of a couple youtube videos that got popular
https://www.youtube.com/watch?v=43t4r9KpCQk AI Tools for film makers
I find that most of them are 1.5 models with hardcore pornography models blended into it, for some kind of misunderstood approach of getting better anatomy knowledge into the model. As if the AI is learning form and natural drawing, instead of denoising towards a 2d plane showing hardcore smut
I like the idea of model breeding, but the gene pool right now is, well, there's gotta be a word here that doesn't sound mean. ... but yeah its one of those words
I hate youtube videoos that are an ad for the first 2min. I use adblockers and pay for youtube premium so i don't have to see any ads. There's gotta be a better resource than that
(what I have in mind is coming up with say a set of say 8 contrasting finetunes from which you'd be able to mix more variety. Those could be stored in RAM and mixed on demand (eg if you have 64gb RAM + 8gb GPU ). a second much smaller net would take the text prompt and figure out the model-blending weights)
that's not how merging works. Models need to be stored in vram to be used too. It's a training process so to create a merge, it has to think for quite some time about it.
Your process might be better suited for embeds. they're amazing in 2.x models. you can use many at one time and blend on the fly, and they're less than 1mb each
Textual Inversion make better experts imo
failing that maybe it would be possible to store a common base model and swap out some critical layers. anyway that idea came from a claim that it was just possible to 'add, subtract etc' which I haven't had verified, i read it in passing. (maybe someone was infact confusing embeds with finetunes in that claim)
to be clear in my idea the blend would be uploaded to VRAM once done to actually generate an image. (but if blending is non trivial.. ok)
a lot of people use fine tuning as a generic term for all model refining, i've found
i use sponsorblock so i dont even have the "word from our sponsor" bits in vids.
but yeah embeddings are amazing
once i organize my kit lol i'll try it. "finetune amodel on star wars imagery .. finetune a model on The Expanse imagery.. blend them.. and ask it what a fighter, a cruiser, a spacestation, or a futuristic soldier looks like.."
few other good science fiction domains that are not so cliche, startrek styles, are starship troopers (sequels even), foundation (appletv), dark matter and firefly
maybe a little event horizon
maybe you'd have to constrain the finetuning process to keep the models compatible enough for blending (i've heard that it loses some of its base information as you narrow it, and you can combat that by keeping some generic images in the finetune training set)
AI/SD Links/latest news https://start.me/p/xb4Npa/ai
automatic1111 finally added licenses
give proper links
nice. mit license is a good choice
now we'll see if all the people who pull from his repo will correspond to it
i think he picked mit for the webui architecture specifically and added licenses for all the other projects he pulls
sry new, and there are so many chat rooms I dont know if im right here or not...
If I want to train a Hypernetwork (only got 8gb vram so cant use embeddings)
How many Images should I use? and can I use multiple things.
For example have multiple types of clothings or such.
I'd love to support creators, but ad revenue isn't huge unless you're a big channel.
Buying merch or sending someone 2 bucks is obviously way more fun.
You should be able to train embeds on 8gb of vram. Be sure to utilize --xformers, and the nvidia studio drivers for better memory management.
okay ty
With embeddings I train specific prompts right?
so I could split the different things and make different embeddings for each?
Embeds are trained on images. I could train an embedding called 'sky' with the initialization text 'sky_style', and train it on images of a tree. When I then use the word sky_style in my prompting, it will influence the output in the direction of the trees the embed was trained on.
sky_style might have had a different influence in the model before the embed. The init text of the embed will replace the original model's understanding of said text when used in the prompt.
am I limited to 1 prompt?
For example if I would want to train on Castle and Mystical Forest
and a picture has both in it
Do I just use it in both embeddings that I will create, or should an embedding only include exactly what's needed
worth noting that --xformers requires cuda/nvidia
I would train an embed on castles, and one on mythical forests. Then use both embeds in the prompt.
Although, both of those are very well known by many models. So embeds shouldn't be necessary, unless you have very specific styles in mind.
some overlap of training images in focused embeds wouldn't be such a bad thing. if one image has a castle in a mythical forest, use it in both sets
since this is all so new, its worth it just for the learning experience
I used to know how to use it, and now... hehahahahaha
Anyone using automatic1111 on Linux as I tried to run it but it said some error about bash/r?
'CUDA out of memory', anyone help on how i can help with this issue? running an RTX 3080, SD 2.1
i got 3060 use --no half in 2.0
not in 1.5 tho
ive generally been okl the past few days, but i suppose ive been trying higher res images, and its struggling
currently got it set to --no-half
somone can get me the links for novel ai model and zeipher f111? or the berryMix?
hey need a bit of help I dont know if this is the right place to ask, Also if you could reply to me via DM, Thanks. I've been looking to attempt to download Stable Diffusion, I followed the Youtube guide BUT right at the end I got Error code:9009 in phython when attempting to open Webui.user (in the youtube video this was webui.bat?) I read on Reddit that by Editing webui.user and typing the loction of phthon beside 'set python =' this would fix the problem, but instead of error 9009 I got a different error that says 'stderr: Error: could not find a version that satisfies the requirement torch ==1.12.1+cus113 (from versions: none) Error: no matching distribution found for torch==1.12.1+cu113
thank you
make sure python in environmental variables
can you help me do that lmao
what is the point of doing a model merge with 0,0 strength ?
https://huggingface.co/models is the main model site
@ocean mango all youve done is confuse me
do a windows search for environmental variables
see if python is there under system variables
its not
so you have to add it
ok let me try that the enitre python folder or just the .exe ?
C:\Users\xxx\AppData\Local\Programs\Python\Python310
I sdded it to both system varbiles and also user variables
error 9009 ( deleted the floder path in the webui.user)
also its python 3.11
Does anyone know how to fix it, the berrymix model is putting two women on top of each other and I put them in the prompt 1girl
Follow the below steps to fix your problem:
- Locate the checkbox labeled with "Hires. fix"
- Check that checkbox
- Retry.
Please leave a 👍 if this information was helpful. ||AutoHelp v1.6.2a||
How do i upscale an image (making it bigger, without making it blurry?)
Is there anyway to do that in the Web UI?
Damn alright fair enough
https://start.me/p/xb4Npa/ai my link page
I wish there was a tool to do it in stable diffusion itself but thats fine
there is a script if you use 1111
this is a pretty good discussion https://www.reddit.com/r/The10thDentist/comments/105s6iy/ai_is_not_ruining_your_art_career_youre_just_not/
get sponsor block for skiping adverts within a video
in the extras tab, my favourites are foolhardyremacri which has to be downloaded separately or LDSR
or in img2img you can use the SD upscale script
prompt "detailed, intricate etc" cfg:max denoising:0.1 steps:100-150
Just use img2img and the upscaler.
The interface in automatic1111 is pretty good, Invoke is a little obtuse about it.
hmm dobt see it
you can get topaz free https://filecr.com/?s=topaz
that site is amazing dont know they do it
can i use the basujindal fork with SD 2.1? im trying to reduce VRAM usage, and struggling to find an answer
still duplicate
what resolution?
512x512
Newbie question but is Thera a large language model being worked on as part of the stability projects, if so where is it being coordinated and what is it called?
i post on #🏞|general-with-images
Also a newbie questions. Is it possible to set up textural inversions as a Style setting in Automatic1111? What is the best use case for using styles?
@thorny depot
On it...
oh that's how its done ...
how whats done?
summoning a mod :0
i see 😅
Membranous wings unfurl through billowing fumes of ashen smoke and mist. I AM BECOME MOD, DESTROYER OF WORLDS.
No bells, tomes and candles required
In all seriousness, feel free to ping me if you see nonsense like that. Happy to help.
thanks
For anyone unsure if SD works with AMD, it does. I'v gotten SD to work with my old RX570 GFX card and my new 6700XT GFX card. From my experience, I see no real gain in time or quality.
So for all the talk about SD only good for NVidia GFX cards. I call it out as BS.
It may work "better" with NVidia. But it is not limited to just NVidia.
@junior badger anything in particular you had to do or an up-to-date guide you followed?
When it comes to code, I just wing it, though I should mention I'v been a purely Linux only user for over 6 years. and am confident in my "wing it" abilities
Ok so this was on linux not windows
what kind of speeds do you get with the 6700XT?
slow ¯_(ツ)_/¯
ish
idk what are good or bad speeds
I'm new to this.
and I also havn't seen any charts or tables with data to show what are acceptable completion times
I guess we'll have to wait for Linus-Tech_tips to do that, lol
you can try and submitting your speeds to https://docs.getgrist.com/3mjouqRSdkBY/sdperformance/p/2
yup thats the big difference with nvidia
I understand, but for the sake of this convo, I'm a linux pure-ist
on a 3060, 20 steps DPM++ takes about 10 seconds
yup. I try to use them all for the sake of support
I should also mention i'm a fully (paid dues) FSF member since 2017
Free Software Foundation
my local LUG has been canceled since covid hit 😦
dang
srry to hear that
but regardless of my SD times moving from an RX570 to a 6700XT has been amazing
do you do any gaming on that machine?
specially for my Steam library 🙃
World of Tanks is like a 1000x's better
(exaggeration, but you get it)
its funny, I upgraded to a 1060 6GB, was playing games a little bit before that, but then after I found SD haven't really played at all
rather watch videos and read tutorials,l ol
this is the game now
mhm 🙃
if you click my pfp and follow the ART link you can see what I'v made by using SD sites (before I locally hosted SD)
I'm in the process of building my own personal gallery website to showcase my art.
nice. evil snow white is trippy 🙂
Thnx 😁
I have to pick up a tripod so I can take some decent video for img2img conversion
this was the inspiration for that series I made https://youtu.be/StZcUAPRRac
(I have no idea what they are saying, I don't speak german, lol)
I just like the visual aspect and the thought of Snow White being bad
I read the english lyrics of one of their songs the other day, very poetic
She's my new Wiafu now lol
I wish playground would do prompt blending properly
playgroundai?
I just solved there pedo problem a few days ago
they were, oblivious too, (sus)
yea, I get totally different results in automatic than I do on their site
if you searched the word "topless" it was quit evident they were neglagent unknowingly or willingly, allowing img2img of young girls.
I don't think I need to go into more detail
and I called it out on there discord
can i add dreambot to a private channel on discord ?
hopefully they made some adjustments
I remember when I first heard about the site, yea it should be a lot better now, I'd see prompts that were obviously people trying to generate CP
mhm
can i add dreambot to a private channel on discord ?
can you? ¯_(ツ)_/¯
have you tried?
I would first try, then if you fail, then ask.
see what I mean?
can i add dreambot to a private channel on discord ?
yes
I mean i forgot how to, been a while since I picked up a bot
I don't see why ppl reward an answer to someone that just repaets a question by being rude.
not sd
but that's just me.
to shut him up?
dude your tatts are bk
it doesn't matter, and not really my place to continue my personal thoughts on the matter.
you look like a down syndrome with or without them
I'm not trying to stir up the pot
ok enought help back to generating animations
see what I mean, How he instantly went to using name calling ect...
that's what I was trying to avoid
Low IQ, moral standards, and ethics.
can you? ¯_(ツ)_/¯ i mean @ocean mango
have you tried? i mean @ocean mango
I would first try, then if you fail, then ask. I mean @ocean mango
see what I mean? I mean @ocean mango
I do hope he gets the bot working though, I'm not holding his low IQ against him.
stable horde works for me when I'm not at the desktop ^_^
@junior badger check out dreambot 1
>'')>|===NICE==>
Anyone know of a Google Colab that can be used for "Deepfakes". I hate using the term because it sounds nefarious, but I just am looking for a Colab that can train on a face and then overlay that on a video. If anyone knows a legitimately good/dependable one hit me up and ill buy you a coffee or beer via BTC (100% serious).
Also, sorry if this isn't allowed to be asked in here. I just joined.
@nimble barn no ty, i'm not going to engage w/ you, and enable your name calling
what even is this?
@vale spindle you'd just have to do an img2img of the frames of the video you want to alter. that, or using the ebsynth program
holy shit...
never. thought. of that....
or heard anyone talk about that?
is that a thing terbo? ive also never done a deepfake but i have been messing with SD for the past 2 weeks
enigmatic_e on youtube has some videos that cover similar techniques
Is that a thing terbo? Do people do it that way? Or is that something you thought of ont he spot
ahhhh
shit eh. thanks man.
DM me dude, just so i have you in my inbox, i like to have people like yourself as contacts to pick your brain, and ill make it worth your while by sending you some coin every now and then
no pressure though just throwing that out there
i never had capable enough hardware for a deepfake until a couple years ago, and i just never got into it. This image generation running locally really caught my attention though
same, it wasn't cool enough sounding to invest in a video card at the time
i wish i knew about things like colab/runpod years ago
but mind you, maybe nothing was usable for colab/runpod back then
well there is an ethical reason to not endulge into deepfakes vs image generation
for sure
@junior badger I think Sassy Justice resolved all of the ethical issues 😄
i'm unaware of what you mean.
the south park creators created a show that is purely deep fake. it's hilarious.
I saw somewhere recently they just got funded for more episodes
I havn't watch TV in 15+ years
me either 🙂 its on youtube
and it's called "sassy justice"?
TBH they spent a lot of cash on it. then covid hit and they stopped. But I bet using SD it would be a whole lot easier.
Disney is investing into it too. The name deepfake comes out of the goon porn addict community, the same driving force behind unstable diffusion. they compiled together a bunch of tool sets and hacked together most of their own, for the specific purpose of putting people into pornography. What a bunch of horny geniuses.
It's unfortunate though because the tech will never not have that legacy now. That's where it was born and raised.
yeah, I was just banned from there discord server
they're a touchy bunch
they all liked my art, even made it on there Starboard
Is stable Diffusion down currently?
But i also don't bite my tongue and let ppl know how I feel about whatever I'm brought into
and I don't bend my knee to anyone, ever
I keep it 100
is hirexfix broken, or is it changed and I'm using it wrong? appears to just be doubling my image size, and taking forever as a result
a1111's ui? it doesn't auto calculate things anymore and there's no indication that it doesn't. you have to calculate the final size and multiplier yourself
it'll scale what you generate by the multiplier everytime. so the initial w&h won't be your final product. if you want 1000x1000 you have to manually put 500x500 and a mutliplier of 2
from my experience in programming, everything is a suggestion, and the best way to get any software to work the way you want it to, is to edit the source to fit your own needs and wants
(how very linux of me to say this, lol)
hmm ok thanks, I'll do some experimenting
@junior badger some of us don't have the source, maaaan 😦
😉 That's the best way, and the best part is, it's just software if you bork it, delete it, and reinstall it
you mean, you didn't install it from github?
where you can read all of the source code
why?
oooohh windows... right
yuck
a1111's ui is all open
is surrounded by raspberry pi's
dude i got a dell
90's joke, noice
it's actually a franken dell. i loved the alienware case so i rebuilt a pc inside it. not a dell component left
I'm on a dell too, it takes like 5 minutes to boot up, I never reboot
that's the one! kid was so rich by the end of that commercial campaign
ohhhh he got caught with pot and fired!
i forgot that part
OT sorry... back to gens
also, the BS of the 90's
what is the best Sampling method to use for anime on berry mix?
Guys does it cost something to use #1047760914008522782
If so where can i check how much i can create?
nah the bot is free. you can find the stuff that is makes for you my searching the server for your name and looking at the mentions
but it also displays it right there in the channel too
Great thank you!
@forest apex I seen your #1010580607274844320 art if you're into that I have a treat for you. Fan made, 41 mins long, Superb editing. Star Trek on Acid https://www.youtube.com/watch?v=BZlRt05RY9Y Enjoy
The editing is so well done, this 41 mins must have taken months
4 billion doses, that should get us through the night
lol
it's a 🍿 movie, I swear it's that good, And I don't even like Star Trek. But I'll watch this.
the 60's cartoons were pretty good
anyone know how to get auto1111 to save images with the full txt of the prompt and not truncated?
@steep mortar the prompt is saved inside of the PNG
I know, but I also want it to be the file name
as well as all of the generating info. as far as the filename, no idea,
you can also save a text file besides the PNG containing that info.
Just edit the filename ...
click to highlight file, press F2 to rename it.
add all the info you want to the filename.
Am I missing something?
I have over 100 files to change
highlight them all and mass edit filenames
oh, I should mention I use Linux, and that's a thing we can do easily
idk what OS you use, but I'm guessing Windows, and for that, idk.
windows
now's a good time to get yourself in the habit of editing things as they happen so you wont end up in this predicament in the future
its wierd that auto1111 just truncates file names to 128 chars
then don't rely on it and do it yourself.
@steep mortar inside of the modules\images.py it is a hard limit. You could probably change it.
hmmm
But for those 100 files, a python script could do it
what is windows limit for filenames?
256, but I guess you can make it longer. sounds like a headache, lol
awesome, found it thnx
team work makes the dream work
thnx guys
yw, hi fives @forest apex
well. I've run into that problem too, I'll look at seeing how it can be extended or maybe have the 128 character limited accessible through settings
lol, you guys name files that long?!? I mean, it is your file, but jesus.
What I do is make a Folder with the subject name and inside make a README.md file with my notes for everything inside the folder
it's a good practice to get yourself in the habit of doing.
Well. If I was generating for a particular reason, I wouldn't have a problem with that, but when testing, it might be easier
specially if you plan on sharing the folder, it helps the next person by having 1 file that they should read with the info they should know.
and by making the file named Read Me, in all caps, should make it obv that maybe they should read that file
lol, but you'd be surprised how many ppl wont read it 😂
unless it jumps out at them huh
like go into your SD folders
you'll notice in the folders you'll find README files
😉
you should read them
(that's why they are there, lol)
surprising how many people are clueless sometimes
or clued in to something totally else
yeah, then when they ask the developer and wonder why they never get an answer
because they already gave you the answers, in those very files
Best extensions for a1111?
all of them, if you're not asking about anything specific
Image Browser, Deforum, Dreambooth, SD Latent Mirroring
to add some: Dynamic Prompts, Unprompting, Embedding Inspector
sorry, I can't answer without you giving context.
i could tell you all the wrong ones depending on what it is you want.
@robust coral what is Unprompting?
img2txt?
that's CLIP
I'v never even tried img2txt
what's that about anyway? Does it try to explain the image
I guess it makes a prompt used to recreate the input image.
it does a fairly mediocre analysis of the image and gives you a prompt
its not horrible
oh, I use the prompt generator extension
you give it like 3 words and it'll make you a bunch of different prompts
Do safetensor files work the same as ckpt files?
there are a lot of extensions on github too. not all of them are in the extensions tab, and there are also the custom scripts that weren't made into extensions, from the automatic1111 wiki
hypernetworks?
Heyy guys🙏🏻😹
@swift snow they are non-pickle files that often load faster, but you can't train off of them or merge them in the same way as ckpt files
yea, i also dont know which web ui i'm using vs yours
Thank you 🙏
Saved me a google search 😂
gotta think about the lurkers too
https://i.imgur.com/YTKird2.png my webui
one of my favorite automatic1111 scripts was the Animator script. I don't think it has been updated in a while, it ran into some problems but it was like a seed stepping, pre-deforum script
https://github.com/Animator-Anon/Animator last updated Nov 28 😭