#🏞|general-with-images
1 messages · Page 86 of 1
by file
Sorry to interject, but I think I'm learning, slowly...
The only way I can train a 2.x model on a 12 GB card is to make a lora, right? Otherwise it's gotta be 1.5?
use DeepSpeed to train 2.1 on that
I should have listened to myself and never updated, now everything is ruined
You had that FEELING
yeah, I kinda figured, that way is less stable because of the pathing
step away from it for a minute, that might help
no, I am not stepping away, I need this fixed
it doesn't help to continue to push at it if you're frustrated, for real
I can freeze my venv to a requirements file. you could try updating your venv using that?
You'll just end up going format c:
It somehow managed to delete my gradio folder, I have no idea how the fuck it did that
and I have 0 clue how to get it back
using git? git checkout gradio
inside the sd-webui folder, can you do git status
open a terminal in the venv/scripts folder activate pip install gradio
yeah, they haven't installed it by using git I think so it doesn't know what it is :(
hmm
but this was not an issue before the update, so its not that
if it shows as missing in any git status that'll make it easier
might just have to extract the folder over itself again
if it's something that comes with sdwebui
that's because you got the issue from updating with all the temp errors you get :(
I am gonna be kicking myself in the ass for weeks cause of this, I even said myself that everything would be fucked, but I still did it cause I was speed greedy
DB for 2.1 is about 15GB and really 16GB is what it truly needs.
oh they'd hate that it just did this
I'm testing a new install with the requirements from my working dev branch to see if that works
I cannot under any circumstances to a new install
That will take days and days to get back to how I have it
have you ever used shadow file copy in windows?
right click the folder and go to Previous Versions tab under properties
I have not, no
see if it's there
it didn't change my venv at all
it'll just be creating a new one, then copying the user bat, extensions, models etc over
there will be no previous version
it'll have your gradio folder etc
isn't that what ruined everything in the first place?
thats not even located on this drive
my SD is on my D drive, its trying to access my gradio folder on my C drive
guys i have some confusion using txt2img and img2img, but let me explain, right now im using txt2img and controlnet and i loaded up an image in controlnet to reflect the pose in my output and so far im getting pretty good results, then why would i need to use img2img or what is img2img is actually for?
trying something out of desperation, I'll be back later
to show an example of what i did ... here is an image i loaded up in controlnet
img2img is take image A and changing it while retaining Image A (for the most part).
have you installed anaconda? and if you're rebuilding it all, try and get it through git pull and not a file download as then you'll have the pathing correct, and when it don't find the correct path, then you can add the correct pathing to the bat file as well
and using that as template i used the following line of prompt to get this result
A portrait of a beautiful girl in a stunning pose. The girl's eyes are a deep, hazel brown, and her lips are soft and inviting. Her hair is long and flowing. In the background is a leafy plant.
having this much control over outputs with controlnet im kinda confused about img2img function
since im using txt2img
and some say that this one is "more stable"
https://github.com/anapnoe/stable-diffusion-webui-ux
but I don't know as I never used it myself
since you do not care about keeping any of that in that image then img2img is not for you
realismmm
can you briefly explain what are the basic scenarios when img2img is more applicable?
when it works
that's one way to spell test
When you want to keep the overall image. Could be the colours, etc... and using that image it is used as a guide to get to the final image
img2img is also how you upscale to really high resolutions, something that can't be done with just txt2img
but can be with tiles
okay, i guess i'm overwhelmed with the controlnet feature and how much it lets you control specific elements of an image
You take an image as your orientation for your prompt. Depending on how strong you set the denoising strength to it will look close to, or completely different from, your image. It will still have some resemblance in the final image composition even if you set the value to the maximum.
ok, I can still generate images, but controlnet is completely toast for me
we are well on our way to funny family photos
check and update it?
its not gonna do anything. Its trying to reference a folder I nolonger have
what's the path?
i havent found a speicific use of img2img so far with the stuff i was doing but thanks for explaining, going to look into that
C:\Users\SCYTH'~1\AppData\Local\Temp\gradio\tmpjrrn50gt.png
I have no gradio folder in my temp
and where is it supposed to be? where is your webui located?
I need it for controlnet
controlnet can't do anything without it, for whatever reason
0 clue
all I know is it used to work, and now it doesn't after I updated
Not you, that was to torqx
oh, my bad
hehehe
where is your bat you run to start the webui?
on my D drive
btw i was trying out pruned versions of controlnet models that are about 700mb in comparison to original 6gb, and they work extremely well, only issue i bumped into was when it asks for specific yaml files
yeah, those yaml files are all screwed so you have to grab one and rename it for each model
creating a fresh install using the requirements file created from the dev version worked. Now I'm copying the extensions folder, the ui-config.json and web-user.bat files over
I forget what is what but in the community on HF there is a post about it and it worked 100%
yeah, what i did was copy and rename the default version 15 yaml files after the safetensors
no longer getting erorrs now and outputs are pretty good
so clean, should've submitted this to the cow event
I don't understand why this is trying to access a folder I do not havvveeee

this might not help, and it can break stuff, but I let my webui know where it's supposed to go with a new .bat file that I use instead of the one the documentation say to use:
@echo off
cd /D D:\ADD_THE_FULL_PATH_HERE
REM for the above: my path is "E:\stable-diffusion-webui" ie, a folder named "stable-diffusion-webui" in the E drive
set COMMANDLINE_ARGS=
REM set the arguments you want above
call webui.bat``` but it's hard to help without knowing everything how it was installed, sorry :(
But if you want, I can try and find the error, but I'd need a lot info that
(also have the bat in the same folder as the webui.bat)
I fixed it
stupid fucking thing
all I had to do was make a folder there called gradio
ah, it might not have permission from windows to create folders, or something but as long as it work, then its' great! :D
there is nothing in the folder, thats the funny thing lol
it just needs the folder to be there, even tho there is literally nothing in it
it's a temp thingie, and yeah, it makes no sense. Only to dark wizards :P
I am happy that my half assed and many times unfounded solutions of stupidity do work at least
there's a lot of "weirdness" when it comes to code, like why is there a empty extra row after the supposed last row, etc ;P
if it's stupid, but it works, then it's not stupid :D
Is there no way to save an image in only jpg format in auto1111? I get png AND a jpg.
change the threshold when it should make it a jpg instead of a PNG? but why'd you want a jpg? :O
I did change the threshold which is why it saves the jpg now too
and the "file format" is set to the one you want?
and the "save copy of large images…" isn't toggled on?
may I ask why you have the images of characters in "landscape" mode? Just curious :P
too many videos from people recording with their phone? eh ;P
Yeah
I am so glad that we are over that trend on websites, for the most part, as I am all over the net bitching about the sites being in a vertical format (for over a decade) when I am not on the mobile site I am on the desktop website.
I'm angry at the current trend of having all corners rounded on websites. It looks so bad! :P
stick - the movie
I got used to it and rather like it but on these images, for instance, it looks like ass.
after Taco Bell.
I can't handle it on loading bars or things like sliders as well, I never know where "0" is supposed to be that way :P
and now I'm noticing the ball and can't unsee it anymore! Gah!
What really hurts is a lot of the time I can't even find the slider for the page on a ton of sites
it disappears or is almost the same colour
or how the search bar on every site, even on the supposed "good style guide" w3 have it so you have to click it to extend the search area and THEN you can write into it >:(
@wispy nest triggered? 😜
no…maybe…yes…aoifhdisufg! ;P
@wispy nest @dense tapir @sterile temple I don't remember who saw, but I fixed the stupid ass issue lol
its lol now, but I was extremely upset before
the fix was literally just making the folder it was looking for. No info inside, just a blank folder
glad it's working for you again 🙂
same here, I am passionate about this stuff, and I wanna make money with it
its kinda my only income. Now if only Etsy can get off their lazy ass and fix my account >:C
banned over what?
let the cool minty tones soothe you
they unbanned him I see
Guy
I have a question
guy
as long as it's not purple I'm happy when it comes to the ai, so, sooo much purple in ai images... I got nightmares about it still :P
I think he had a sub-domain with the word etsy in it
He's talking to me, I am guy

ah, if he said gay, it would have been me, glad I was not singled out :p
^

Actually
I found these images but I don't know how to get the same style... I have tried so many loras and models but no luck...
I wish I knew how to make money from this stuff but I do not.
Whoa. That looks like a combination of nixeu, wlop and studio ghibli to me.
I was about to suggest some studio ghibli influence
looks like most results from models found on the civitai site, you can also check the meta data of some of the images there as well
Here's a nixeu and wlop embedding. You can use the Studio Ghibli LoRA from civitai.
I look forward to your results!
too bad not for 2.1

I don't mess with 1.5 since 2.0 came out. I play with it every so often to be reminded why I prefer 2.1
When we get controlnet for XL I will upgrade
I just wish 2.1 had good models. I would mess with it more if there were less deformities and artifacts
god, one can only dream of such heaven

at 4gb --lowvram
what effect does it have then
I just have an aversion to timidity. It isn't as if it will burn your house down or something.
what is this
try adding --no-half argument to your bat file
no, don't do that if you can help it as I can't even do that shit with 6gb
or --no-half-vae
i dont think so as it says n/a on xformers in the footer
show me your command line
Ok
set COMMANDLINE_ARGS=--theme dark --lowvram --xformers --disable-safe-unpickle --port 9000 --api --opt-channelslast
take them out for dinner first
oh its a traceback most recent call last error, probably a python glitch
hmm idk tho
Ok
*9000
yea maybe the model needs xformers
wait my model came with a config i just realized
which folder is configs
still errs
where do i put configs?
nvm i found it
ayy the config fixed ti
it
good stuff
you only have 4gb so expect it to be slow
hmm how does low vram work
uses system ram where it can so a lot of transfers to vram and back to system ram
oh ok
cool what model are you on
Yeah. Shivam's colab then?!
I heard it no longer works
I went to it a few months ago and yeah, dead.
💔💔💔 whuuut
On windows you enjoy your weekend playing games
On linux you enjoy your weekend setting up your cd drive
I'm dying! 🤣
cool, can confirm racoons are very strong
local sd, why do I get this result upscaling the image? Tried to change denoising higheer and lower, tried also masking the main centre but still I'm not sattisfied with the result, any help?
are you trying to outpaint?
yes, I want the wider pic
by the way, I remember 2.1 had funny issues where it was impossible to not get a light source, I remember a funny image where the ai placed a lightbulb without a connection in the middle of a grass field just so it could light it up :P
So, is that still the case? :P
that image is burned into my mind, it was too perfect!
I was the first one to find the issue, to be called names, and people out from everywhere tried to make dark image to no avail. Emad said they would look into it, and did nothing so now we have offset noise and the new one that is 100% true black, but doesn't work on models not trained with it.
once you have the wider pic with the blurry stuff on the sides, send it to inpaint, paint over the blurry area on 1 side, then do the other side
@compact fiber
genius, thanks !!!
that's a huge shoe! or a very tiny house! :P
Yeah, I am into photorealism mainly since I got into SD when 1.4 dropped
I wish I could video some of these but not that janky video we currently have.
how does the photoreal style look like with some Bokeh? I noticed, or I think, it looks a lot better when used. :D
i prefer depth of field over bokeh. bokeh adds all those floatey circles in the background
Depends. I don't like Bokeh tbh unless in a city street life type scene
yeah, I can understand people not liking them, but I love them as they really make the image "pop" to me... or maybe it's just my eyes that pop 😵
might have a few popped blood vessels
only from purple ai images, and rounded corners in software! >;P
LOL
I love it when there's something in the forground that's blurry like that, something just make my eyes see it as "more real" :P
Yeah, my brain is weird. Useless thing, always making me forget things and…what were we talking about?
As an old nature photog dof is behind and near not really just one most times.
too close and too far
dof?
depth of field
ahhhhhh, I knew that...totally! maybe 😶🌫️
I have a hard time making bokeh in 2.1 but 1.5 it was part of the trained camera stuff I do miss
but I don't see the definition of the word as the thing I want in a ai image, but what the ai "think" the word means. :P
in 1.5 we can specify all sorts of photographer specs and it knows. I go to 2.0 and the first prompt I was like wth? Nope, doesn't know them but in 1.5 the clip was trained on over 150 terms
you can, bigtime, fake real photos in 1.5 due to the terms it knows from f-stop, to shutter speed, and film speed.
what lens, what camera, etc...
like the Bokeh word for example. I use it to make the blurry dots like it's supposed to, but I have also noticed it making the image have "more/better" depth, the subject move away from the camera, have more side details, etc. That's why, in my opinion, people get confused when a word doesn't do what they think. Because they think the word will "only" create, or not create, that one thing :P
Bokeh is just the imperfections of the lens and its shutters. Nothing more.
I trained very simple embeddings for "setting the subject/scene," with the help of strong "noise" patterns :)
not to the ai it isn't, and that's the important opinion. That's why I try and trick it into making what it think I want :P
someone should make an extension where you can set camera modes and film stocks
if you open a lens wide open so all the shutter blades are full open getting bokeh is nigh impossible
I agree
1.5 has some but 2.x nothing
Hassleblad is a big camera for 1.5 2.0 made the damn camera instead in the image
here bokeh helped with the focus :D
Or at least how I think it did :P
that's why you shouldn't write the name of the camera in the prompt :P
or camera for the matter :P
Bokeh is defined as “the effect of a soft out-of-focus background that you get when shooting a subject, using a fast lens, at the widest aperture, such as f/2.8 or wider.” Simply put, bokeh is the pleasing or aesthetic quality of out-of-focus blur in a photograph.
55mm is enough in my opinion to make it understand what it should do :D
so guys on mult controlnet i've used canny and openpose together on this base image ... and look at the amazing result ...
This is a keeper
pretty vivid texture and light
that bokeh is pretty cool effect too
hard af to get in 2.x
I've found that using the name of photo studios, photographers, and general effect names works better than using any name of lens, camera, etc. at best the detail from earlier like 55mm does something, but when prompting a product, then you'd get the product instead ;P
like a random camera thrown into a lake ;)
I sometimes add void to the blur effect to make it look more "circular" :P
void? where do you out that?
like a photo of a fog bokeh void :P
fog blurs the lower half of the image for me, or that's how I use it anyway hehe
how can the void have a bokeh? I mean it is a void.
google void and check the images and you'll see
All I see are blackholes
exactly :D
For only 35 cents per day you too...
notice the void? :P
that is a 1.5 thing as it did absolutely nothing in 2.1
aww :(
That's sad to learn
heh, this is what the same prompt I used above did with default 2.1 :P
Is Easy Diffusion the same as Stable Diffusion? And, how do I get results more like the first image? That was generated over on Dream.AI.
Easy Diffusion is a UI for stable diffusion. You will probably have to find a model that performs better than the default you get with the Easy Diffusion
Any ideas?
I don't use easy diffusion myself, so I am not sure how to add another model. But you can find models on the civitai website
I'm getting pretty consisten bokeh in 2.1 with the prompt: 'portrait of a man outside at night'
i like this car.
Where's a good place to learn CNet? I'm really struggling to get it to even take my reference into consideration
trying to get this boi to be in a "writing" position which.. seems to be quite the task 😐
rotate it 180 and mirror it?
Task is a little more complex than that or I definitely would, trying to get it morphed to better be used for a reference model for a hand coming out of a book and writing on the other page
which, requires a bit more than what I said just was trying to keep it brief, and was referred to learning Control net, however, it doesn't really seem to be working the way in which I'm trying to use it after watching about an hours worth of youtube guides ;=;
tensor rt
I removed it
Its bad
I get a error after using the model 3 times
Something with shape
I am not using either. I just disabled it
I removed it because it takes forever to load sd
i'm just playing around with comfy ui
oh, how is that going? I tried it a couple times in the past, but it was really far behind on usability. Its been a couple months since
I'm been using it for about 10 minutes 😄
ah haha
when I first used it, it was much slower than auto and used a lotttt of VRAM
doesn't seem slower to me
I am sure it has sped up a lot since
it was like 30% slower back in the olden days :p
woaaahhhhh
My 3D model design is top 80 out of over 400k designs globally 🤯
it's a image created with both 2.1 and 1.5
that is a really cool concept I have never thought of
Honestly not sure why you would wanna, but its cool nonetheless! haha
ok, question
is it a 20 step gen split between them
or is it a 10 step base gen with a 10 step img2img?
i feed the latent output from 2.1 into the input for 1.5 and then send that to the vae decoder
ok, so its like a more integraded img2img pipeline?
so its doing 10 full range steps, then doing 10 more ontop?
yeah, but I think the image from 2.1 is not denoised maybe? i don't understand
very interesting
but even if it's img2img, it's easy to reuse anyway
yeah for sure, it is very cool
I was just thinking 2.1 can do some good things, but 1.5 produces a better image overall
now that I have controlnet de-clawed, I am probably gonna reinstall regional prompter and see if I can get anything cool with it
@wispy nest Are you here by chance? I am messing around with regional prompter
lol, turns out I'm a moron. The default denoise setting was 1, so it was basically ignoring the output from 2.1 anyway 😄
lmfao
learning regional prompt, what a weird skies, but nice ring effect
so yeah if you turn the denoise down it acts like a img2img
yeah, I am gonna have to find a video on how to use this regional prompting, cause their documentation is pretttyyyy bad lmao
oh jesus lmao
poochy mama 😛
this is rancid lmao
well, at least it is working lol
top thrid is man, middle is dog, bottom is apple lmfao
yeah that is working lol
yeah, so this regional prompting is NOWHERE near as good as I thought 😅
I thought I would be able to do much more with it
for me it is working
oh it works, its just not nearly as useful as I thought lol
I don't think this image is real
I think its just a breakdown of how you would prompt the scene, not a result from it
it is real you bet, you can copy parameters. I am just bit confused with base and common or nothing or all 🙂
choose that aquarium example
it may be real, ontop of an img2img, but based off of what they show at other parts, and my own tests, that will look like dogshit without a consistent prompt lol
this is terarium, and their example got aquarium
ok, I changed to advanced sampler nodes which lets you stop the sampler short of the final step, e.g. 20 out of 30. Then pass the noisy image to 1.5 to do 10 more steps
try switch between base prompt and common prompt or turn them both off
and this is what that example looks like when you actually try it lol
yes this is different example with aquarium
first image is 2.1 at the full 30 steps. 2nd image is 20 out of 30 from 2.1. and last image is finishing the last 10 steps with 1.5
try made 100 pictures and you will like some 🙂
Also their example seems to be more wider
terrarium doesn't make it any better lol
what sampler and how many steps?
try harder o.k try sde karras with 50 steps 🙂
will make 0 difference, but sure
👍
lol
they aren't sharing a lotttt of their process, cause the actual addon is nowhere near as good as they seem to make it
Man I need to fix this image. Almost there too. lol
i am satisfied, no need to convinced others. You are using some weird model imho.
and what prompt you have on?
the one they provided
Try turn them down all
this looks a little better, but its still nothing like the examples they give
I'll give high res fix a shot with it
I am convinced that regional prompting is doing nothing here
it is doing. Just layout. For me it is working 🙂
quality of image is up to model imho.
you can see here, its not following their grid at all
I doubt the positioning is doing anything more than just a standard prompt here
do you have image preview turned on?
result with no regional prompter on lol
you might be able to see if the image starts off using the regional prompts and then just gets taken over by one of the prompts
I do not, but I can give it a try
the image gens really fast tho, not sure if I will be able to see much
I saw that happen with the neutral prompter
lmao
thats a very nice desk
ok, I think it is starting to work a little better now, but it is still far from what they show
it sometimes skip content in prompt, but one can try it and learn, in my case it is working. And i have not any anime model... You have to try several seeds. Also you should have same size and AR, not sure they provide it.
they posted cherrypicked example of course.
ok, I got it working properly now. They messed up their example prompt, they had the prompting parts in the wrong areas related to the image below, thats why it wasn't working reliably
That explains why it was such a mess and didn't line up, cause the way they laid theirs out, it was incompatible with the layout below
Never judge product by its manual 🙂
would be easier if it was like the regional prompter in the tile diffusion extension
try add line above, like something photo-realistic or something. If it will work
Anime, studio Ghibli
this for example, if it change scene very.
what's this mess
actually just realized that the gens all gave him reddish hair, how intersting
try to change sunset to something else, maybe it'll change hair color 
mans head probably problem?
first thing I thought of when I saw the column mode was the four seasons in 1 day
You opened a ( and never closed it with )
I'll take these chalk...pastel four seasons in a day.
That's a print worthy kind of thing
aw, cheers 😊
🥂
Posted a couple arnolds to #🎥|animation ... this face change thing is wild.
did you make?
I mean.. software made it. But I generated them.
Anyone experienced Control net?
did you make?
Echo in here? 😄
did you make?
truth
Nah
Nah
The internet needs to chill lmao
Clerics entering a dungeon
Nah
Via Midjourney, Although I told it to create normal headphones, it proceeded with a burger headphone🙄
But Midjourney is accurate while in 99% of the other free image generating AI, the output is completely irrelevant to what I prompted
You are not including SD in that list, are you?
you're not even in midjourney
Im struggling hard with SD lol
I sure am having a hard time getting what I want /s
But Midjourney is accurate while in 99% of the other free image generating AI, the output is completely irrelevant to what I prompted
But Midjourney is accurate while in 99% of the other free image generating AI, the output is completely irrelevant to what I prompted
this channel is echoing messages
Wait, why're you sending this again?
I downloaded it trying to get it to help me with a MJ problem but its struggling more xD
Discord is dying right now
MJ bots having problems and their discord is too, I bet discord is having a giga fuck up rn
Well, SD takes some great time to generate what you want, but you get there at the end
I uh, don't think Im getting anywhere xD
I think I'm using control net wrong in some way
I downloaded it trying to get it to help me with a MJ problem but its struggling more xD
@weary nebula that's how I got to the image I wanted
kek
nite all 🌙
feel free to try and take a stab at what Im working on lol
o/
Chad painter and Chad poet
its corn!
The 3090 is around 700 USD on ebay these days. 3060 is around 300. Wish I could upgrade
when i wanted a 4090, i asked my boss for extra shifts. didn't get enough though so i only got a 4080
@sterile templedid you get tensorrt fixed tho
or you could have saved longer
no. it was mybirthday. i wanted gpu now! also i'm saving again. the titan ada is a possibility. 48gb cards will drop eventually
my case is ready
https://youtu.be/_KpxRmoc4og this video hahaaaaaaaaha
This video is about Gym Bro Harry Squatter. All quotes in the video are based on the the movie "Harry Potter and the Sorcerer's Stone". Have fun
Images generated with Midjourney
Voices generated with ElevenLabs
Speech animations generated with D-ID and smth else :D
#ai #harrysquatter #harryspotter #aimeme
Are there any blood, guts, gore models out there? None of that fake stuff I mean the kind that you could replicate a murder scene with?
@wispy nest why such reaction?
@smoky oak I just copied auto over and git pulled the latest so what is this?
6 fingers tho
hm
Blood For The Blood God
No idea honestly
Nor I. I see we received a new sampler.
It magically appeared on my drop down where my old one was
oh, so it IS different
yes
I am going to try my old version because this is hideously slower
3 mins for that
smh
I thought that maybe it just needed less steps.
i will test it on my model
hmm lol
DDIM does better
with the DPM++ 2M SDE Karras scheduler i have to crank the sampler steps up and the cfg down
I am curious to know why regional prompter doesn't work with high res fix all of a sudden
it did the first few times I used it, but not now
weird
it can get interesting results though
GA
just be warned, tensor RT is faster, but its not very useful, you will be extremely limited in what you can use it on
same prompt and seed and everything in DDIM and i prefer the Karras result
doesn't work for anything over 840x840, doesn't work for multi batch size, doesn't work for high res fix, doesn't support controlnet or most addons, and can't be used with additional LoRA's and networks
Tensor RT in general is
tensorrt is likely meant for hosting providers that intend on a model working as quickly as possible over an API
It was way faster for me, but IDK what the point of having extremely fast single image gen is, when its still slow at multi lol
can we expect them to be fixed in the future, I just want to try it out
possibly, no real way to know
did you try just onnx?
What do you mean?
What might be the issue?
you have to do a lot more than just that
without tensorrt. onnx has its own optimizations but should be more useful than tensorrt
what should I do?
thing is i'm not sure how well onnx is integrated into sd-webui
that platform's architecture is showing its limits now that there's all these formats and possible inputs/output changes
you have to push your SD install to the dev branch, which resets a lot of things in your install, and you also have to past the folder in a different location
And then you will have to restart everything, then select the model you want and convert to ONNX, which takes a minute or two, but then you need to go ONNX to TensorRT, which can take up to an hour
it really is an annoying process for something that is considerably faster on some hardware, but kinda pointless and not very useful
wow an hour? lol it took 30 minutes on my server
it says 15 minutes to an hour
it took 4 minutes on my PC the first time, and then 19 minutes the second
how to push sd install to dev branch?
its making a modified unet, but what that entails, I am not sure
What I DO know, is it makes 0 quality/pixel difference
that is something somebody else is gonna have to help you with. I am not confident enough to help, as it has a very high chance of just ruining your SD install lol
it tried really hard with mine, but I was able to fix it
oh ok
I dont know how a c919 became teddy bears but i love it.
I personally don't think its worth it, especially cause it is so restrictive
@strong sonnetWhat GPU do you have?
i made a realism model 
3080(laptop)
you would probably see a decent speed gain, but its not like you would need it at basic 512x512 gens
my only current dislike for regional prompter is that it completely trashes realistic images
with regional prompter
without it
it really does just destroy any semblance of realism lol
ALSO
@dense tapir When did this happen!?
"My ventriloquist dummy has assumed a human form and--- hello? 911???"
@sterile temple I did an image inspired off your 4 seasons!
👀
I rolled back as I just didn't like the new shit
I'll stay in my comfy zone
for me there was no rolling back, so I just accepted my fate lol
at least I don't seem to be giving anything up at the moment
I copied my entire 70 gigs folder and used the copy
I backed up almost everything, and the update still managed to affect it :/
the key word is "almost".
it also caused those issues with controlnet, which I fixed by doing the stupidest shit ever lol
well, since it was only working in the new copy folder it didn't touch the original folder at all as it had no idea where it was.
I was still on the old python but the shit was slower
The new sampler I have no idea what to make of it
I really have this sense that shit is just being done because it can not because it brings anything to the table.
I feel like that's how the vlad fork has been this past week.
I don't do anything with Vlad now
he is an extremely rude person, and I just don't like him, personally
I left that not too long after I downloaded it. It zapped all of my images I saved for their prompts. Never going back to that dickhead again. Yes, I publicly called him that on Gthub when he said shit to me. No worries, I don't miss him, but I really do wish we had a real choice besides auto and forks.
Vlad is a jerk with a stick up his ass, IMO lol
and Auto is a flaming racist
so we have pompous ass who doesn't care, or racist ass who doesn't care
summed it up
Vlad likes to attack people on his github so I didn't take it personally he is just an ass
I too would enjoy some good options 😅
ComfyUI is so damn close if he could implement nodes in the back and give us an auto like interface in the front. we want the real power we can go nodes. He despised gradio as much as I do so I still hold out hope he can do it as DaVinci Resolve does it.
I would be super down to switch if it gets that usable
for now its just a little too clunky and obtuse IMO
there really isn't much as to why I wouldn't wanna use Auto, other than the fact that hes a flaming POS racist lol
Nodes is pur power but it is anything but comfy to work in
Never noticed any behavior like that from Vlad on github. Maybe a sort of bluntness, yes. I haven't experienced anything extreme (yet? lol) But, anyway, yeah I contemplate switching back to a1111 sometimes. Main reason why I switch to vlad was because of token merging and it was a little faster at the time, but a1111 has access to token merging for a while now to, so...
I just saw a post about token merging and it said the results, with visuals to prove, the outcome is inferior
Vlads implementation has a lot of problems with it, but he doesn't care. You share problems with him, and he basically tells you too bad
I wish more would test.
Well, I fired him and feel good about it.
haha, I like that outlook on situations lol
I only run merging at 20%, so the outputs don't really suffer much loss in quality.
You know, I think I've kinda noticed that a few times. haha, didn't think much of it.
I guess you're right
I am not even sure what it is but with 2.1 having issues already I don't need to compound the quality ones.
General and I had some issues and General presented them to Vlad with literally every screenshot of the issue possible, to which Vlad said there was not enough info, and we were not trying hard enough, and to stop wasting his time
Oh yeah, he seems to prefer a particular format when you submit issues. Does not prefer screenshots.
that is when I said I might be but you are a dickhead. He deleted the thread
Yeah, but you have to have screenshots
It was a problem he himself created, and all that we had was the error codes in CMD which basically said "there is a problem"
yep
so that was what was submitted, along with everything else important, and he was an asshole about it lol
I suspect he must not be able to read English so he can't translate screenshots or he is blind, or something.
Hey can you help me with this error? Im trying to covert ONNX to TensorRT and getting this error
or does anyone know why am I getting this error?
he sitty
damn, well sorry to hear you had a shitty experience. at least you don't have to deal with that anymore. If I experience any harrowing issues with the ui later down the road, I may end up joining the club, lol.
I just find it funny that he said there was not enough info... whenhe himself is responsible for the error codes lol
nah I didn't
Beautiful, nice one
You have to use the full path to the file
And make sure the output line is empty
Mondays... am i rite?
Damn, general opinion about using AI to generate images is so bad.
My tries at posting images I generated on several Discord servers were met rather negatively
Yep
Some people think it requires low effort compared to what they 'real artists' put in, some people think training AI models is stealing
that too
Well, I mean, effort is incomparable, that's true
partially, yes
😄
The only thing toxic about this community is when @smoky oak eats at Taco Bell.
In the very least, making close-up image of well-known fictional character is extremely easy to do
I don't even eat Taco bell! :p
i mean this Discord server itself is far less compared to that Reddit one
Wait, what does happen in SD Reddit?
sometimes i think Reddit is kinda like 4Chan
I finally unsubbed that one and went to a friendlier sub that was like it was in the early days.
the ultimate cancer
More like a 4chan wannabe
cant get more toxic lol
There is some pretty cool stuff in the SD reddit, but man people can get shitty in comments lol
well true
Someone clued me in on a different sub that only cares about the art side of it. Like that one used to be until the troll, and anti AI dolts appeared.
I've only used Reddit for searching game advices, I have very positive opinion about it

depends on subreddits
Gamers are even more toxic than the anti AI people
but man looking at SD Reddit but also some others...
Oh well, I usually play hardcore PVE
So it's fine
Yep, I despise PvP with a passion for 23 years now.
SD reddit has some gems every once in a while regarding new tools, tips or techniques. But 90% of the time it's just art posts.
With shitshow in conments?
facts
and 4chan Stable Diffusion General /g/ is just lame fucking 1girl post 24/7
ugh
Money Worcky wokk
Alurckay Poriky
some of the 1girls I straight up don't get
Because they're the easiest ones to generate
I mean almost real but still anime. Mental mind virus
I am so tired of just sexualized girls 24/7 in AI
That is true, yes.
Well, yeah, and hard to get non sexualized beef cakes too
When I look at reddit, I think it's probably 80% teen boys, which explains most of the content/comments
1girl definitely is that though, haha. "a mental mind virus"
I do sexualized men all the time, sure, but I don't feel the need to make my attractions other peoples problems
like, I know well enough to know that nobody cares lmao
Yep, but it is damn hard to get normal people.
That takes like one lora and something like 'epic realistic, masterpiece, detailed, cinematic lighting' and done
Normal as in people you see on an average day
I can do it pretty reliably with how I have been working my understanding of realism, but it is annoying that attractiveness if prioritized
How about some 1s or 4s or even 7s? Nope, all 9s and 10s
I was reading a woke ass article yesterday about this very topic
The left is hitting this HARD because of the 9/10 instead of "normal" people. I mean I don't see these women on an average day.
Clubbing, even then 9/10 are super rare.
It depends on where you live
Well, good on you but that is 100% not indiciative of real life outside that bubble.
For once I was starting to agree with the woke on this issue.
lol americans talk funny, left right woke 😄
it doesn't have to just be woke lol
Its common sense that AI is biased towards attractive people
Author used the term as a badge of honour
I agree, its fucken stupid lmao
Politics in the US are all BS anyways, and both sides are fucked lol
Let's not get into politics
It is a training bias as the article claimed
yeah, definitely is
i just wanna complain about discord for a second, lol what the fuck @ that
why can't i see his name
its the servers fault lol
oh, also your theme
yeah lmao
I agree with that part of it because are you telling me there are no ugly people in the dataset OR, which is more likely, the trainers (iow SAI, et al.) purged them from the dataset?
whaaat
That is very dark
holy crap they switch it on when you do Nitro
I mean, its a tradeoff to have a dark theme
I am not sure why the server decided that black names are a good idea lol
they are 100% invisible on discord mobile with full black
I'm just using the default theme, it's a dark grey, so I can read the black names
jesus wept
There is a big bias toward Asian young women too I find across a lot of models.
Well, I mean, why would someone train their anime model on bad drawings, for example?
On photorealistic models things might be different
stealth trolling mode engaged
That's because lots of models are trained by Asians, guess what
I mean real images trained on not paintings but even then there are a lot.
In the base model too?
I found a niche a photorealistic model of sub 8 looking people.
Aaahhh.
I mean some top models from CivitAI, for example, are trained by asians
NON Asian
That's gold, not black.
Young Asian women are the single most fetishized group of people on earth, so it makes sense that sick and perverted people prioritize them in datasets

There is a term for that.
Lolicon
Yeah, several of them lol

*illegal content
Well, for them it's not illegal
it is, just not punished
hey turns out its actually black and your monitor is broken
Some models I couldn't get any other race from so I ditched them.
i asked an expert
lol
Must be because I'm on a CRT monitor
A shit ton of japanese comics, for example, are in that genre.
I doubt they're all illegal
is it a mitsubishi?
idk what that is
I had a mitsubishi crt monitor
Japan has a very very different legal system, where its more transactional, and child content is a very mild problem in their system. Just cultural differences
I'm just playing. Nah, i'm not actually using a crt. Lol
On 1.5 would someone use this prompt and see what people come out cause on 2.1 most of them they are Asian young women. Prompt is - Stunning Futuristic World: A picture of a futuristic city teeming with technology, mega buildings and flying vehicles. The picture shows sparkling lights and amazing light effects, and the characters appear in costumes with unique designs that reflect the advanced futuristic world.
Didn't know mitsubishi did anything other than cars, tbh
what resolution?
any is fine though I am 869x536
you can get mitsubishi air conditioners here
*960x536
That's some really strange definition
As close as possible to full hd after upscale?
@sterile temple sooo?
I'm interested as well
I'll try it
Those robot hips looking sexy AF though
Here is the 2.1 non ema base
hmm
sproing!
I am removing my neg
WTH is with the penis building?
no neg
are you expecting people, because I think it will lean towards what's at the start of the prompt
Notice mine didn't?
2.1 vs 1.5
The 1.5 ones are more what I was thinking, and 2.1 base close enough
No people?
i moved the character part to the start and got a person
the prompt isn't exactly well worded, TBH lol
Isn't it natural when generating in wide definition to get more than one person?
yes
Blame lexica.art
in 2.1 it's less problematic depending on your prompt, training data, and resolution
besides I am not after that I am after seeing what does what.
Interesting experiment and I am glad it was garbled to see how each handled it
here it is ina 2.1 model
2.1, no neg
2.1 seems more grounded somehow
1.5 had much more creativity for this prompt
yeah
Easy to compare close. Left one is 1.5, right one is 2.1
what is the prompt?
On 1.5 would someone use this prompt and see what people come out cause on 2.1 most of them they are Asian young women. Prompt is - Stunning Futuristic World: A picture of a futuristic city teeming with technology, mega buildings and flying vehicles. The picture shows sparkling lights and amazing light effects, and the characters appear in costumes with unique designs that reflect the advanced futuristic world.
Yep, you see the same as I do
2.1 looks much more bland
I prefer it over 1.5
and I am not even using like... an art model for 1.5
I guess it is personal preference, but I prefer creativity
Maybe the opposite?
I prefer things to be more grounded and why I despise the over usage of LEDs in chassis for computers.
Having same style among several prompts is a questionable thing
here is a full 2.1 and a 2.1 where the last 10 steps are done with a 1.5 model
We have to nail this down even if that means gan before we can use this for story books, and motion pictures.
the 1.5 refined version looks cleaner IMO
the future is a parking lot
how do you do that? last 10 steps are in 1.5?
I like the second image it is crisper, has less blur
Oh
SEE, Comfy has some serious power but damn
this is the image 1.5 gets from 2.1, then it does steps 21 to 30
then I use the VAE from 2.1 to finish
definitely helps clean up the final image with less blotchy compression
1.5 does have higher "detail" at the same res as 2.1, which has been consistent for a while
give me automatic1111 with a node button and that would be great. Nodes are automatically connected and I can change, or add, as I need as I do in DaVinci Resolve.
I really wish as well
probably can be improved if you want to add loras and use prompting that is better for 2.1
I just can't get with Comfy and I tried it as soon as it came out as I love nodes but that sucker is far too much. I can't just get in, generate, and get out I have to connect all kinds of shit by hand, etc...
no negative prompt there
Honestly DaVinci did nodes right
FL studios patcher is incredibly good nodes as well
I haven't used FL Studio in a decade
A node network with standardized connections between programs, and then a parametric UI ontop that you can link in any way you want
I went to Ableton
That is shocking, coming from you 😅
Though I know the window you are talking about where it connects the modules/plugins
I would have never thought you would choose abelton and their very predatory pricing over FL
The weirdest node UI i used was for a PA system at a previous job. Way over the top complicated for what it was used for, but really powerful nonetheless
nodes for audio processing are the best
I am not all OSS/OSH because FL went in a direction I didn't like. Fruity Loops was the best, then it became corporatized like and I went to Ableton Live
you can see here how it works on the bottom layer, and then I was able to connect it all to a custom UI
That is also like, an extremely important rack for my audio work, so I hope nobody is able to reverse engineer it lmao
luckily you can't see the settings and direct values lol
I am willing to share a lot with Sd, as thats kinda what its for, but not music lmao
You don't survive by being nice in music
fruity loops has been around forever, I remember playing around with it when I was a teenager
yup, most common audio production suite in the world
also still lifetime updates, even 25 years later
I used it from 3.1 or was it 2.7? I forget now
me, figuring out Sytan's secret values and publishing them, because knowledge should be free
luckily its not possible from the screenshots I shared lol
this color rack can do some incredible things
it probably got so popular from being pirated by lots of young people at the time, they grew up and used it professionally and helped to grow it. just a guess 😄
tho, it is not as important as my squelchy rack, thats the one that people actually want lol
kind of like PS
i made a character from Fallout 76 real
he wants to tell you conspiracy theories
back in his earlier years before the conspiracies really took a grip on him
I think probably the coolest thing about FL studio is that you don't have to pirate it in order to use it. The free version is the full version
if i try and make him happy, he becomes a different person. its like a metaphor
And there is no time limit
oh really? that's cool. I don't remember how I got it at the time. I just assume 😄 ah, the days of kazaa emule etc
WHUT? There is a new Lora optimizer now fp8?
my system generated like 400 of these as validation images during training overnight. it's weird to think my server was dreaming about family photos
they're all way better than what Bing can do
if you set your expectations low enough, you can achieve greatness
try to beat this with Bing
Yeah, elasticity is the best when it comes to using it without paying
For example, they have their own system where if you have a friend that has a paid version of FL studio, you can collaborate with them on a free version and it will give you full access
I bought my FL license when I was 12. One of the best purchases I ever made
HERE WE GOOOOOOOOOOOOOO https://forums.developer.nvidia.com/t/ada-geforce-rtx-4090-fp8-cublaslt-performance/250737
Hello, I noticed in CUDA 12.1 update 1 that FP8 matrix multiples are now supported on Ada chips when using cuBLASLt. However, when I tried a benchmark on an RTX 4090 I was only able to achieve 1/2 of the rated throughput, around ~330-340 TFLOPS. My benchmark was a straightforward modification of the cuBLASLt FP8 sample to use larger matrices, r...
Nice, more software companies need to make it easier for people to pay if they are able to. You want to capture the young people who are the most creative, then they grow up and are happy to pay for software they appreciate
Tho I do need to Google and see if I can change my activation name, cause it's not the same as my artist name anymore

Seems throttling due to clock speeds on the 4090
It also helps that I feel studio is way more affordable than alternatives like logic and Ableton
Damn, my bid for a 3090ti lost
I'm surprised general of all people supports Ableton
all movies
They are outrageously expensive, and you have to pay for each update, and they use proprietary technologies for lots of things
I will be damned if I pay 1k+ for a 3090ti
I'll be damned if I can't sell my 4090 for at least $1400 when the 5090 comes out.
Might can if the 5090 is 3k
5090 will be 2499 for sure
100%
Damn, now I wanna nerd out with audio lol
As much as I like AI, music has sooo much more creativity in it
I'll teach you music theory for $10usd / hr

