from .AITemplate.AITemplate import AITemplateLoader, AITemplateControlNetLoader, AITemplateVAEDecode, AITemplateVAEEncode, VAEEncodeForInpaint
File "D:\Code\Stable-Diffusion\ComfyUI\custom_nodes\AIT\AITemplate\AITemplate.py", line 334, in <module>
from comfy.sd import ControlBase
ImportError: cannot import name 'ControlBase' from 'comfy.sd' (D:\Code\Stable-Diffusion\ComfyUI\comfy\sd.py)
Cannot import D:\Code\Stable-Diffusion\ComfyUI\custom_nodes\AIT module for custom nodes: cannot import name 'ControlBase' from 'comfy.sd' (D:\Code\Stable-Diffusion\ComfyUI\comfy\sd.py)```
#✨|sdxl
1 messages · Page 110 of 1
if you update the node is it fixed?
If you are talking to me, the AIT Node is fully up to date, according to git pull anyway
Apparently IPAdapter is broken too
Input type (torch.FloatTensor) and weight type (torch.HalfTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor```
That's not been updated for 2 days though, so I'm guessing the change you've made has broken how they are doing it
I reverted back to commit 1300a1bb4c87246b846c6209ab65ef0553004290 and I'm not seeing the error with IPAdapter. So I think the changes to the clip vision logic did stop something from working due to changed syntax maybe
Yeah it's almost certainly clip vision, as he's changed a few things with it.
anyone know?
Does hitting 'refresh' not do it? @soft bone ?
Could you remind me how to do this please?
I thought it was git checkout and then the hash, but it complains about that
Hmm, that's what worked for me
I followed it with a git reset --hard
And then redid my symlinks for models
weird
hmm not sure how to do that from api. but seems like it should work. will attempt
Oh, sorry didn't see you were asking about the API
forgot to mention it. still i think that could be the answer
I wonder why the AIT module isn't working as well, I've seen people using it, maybe they've just not updated Comfy
Hang on, I think it wasn't actually updating via the Manager, just done it manually and it's not throwing errors anymore.
With the Comfy revert?
manager is very inconsistent for me
Yeah I'm not sure I trust it now
However AIT seems to push me over the VRAM limit when using it with the IPAdapter 😦
What is AIT again?
AI Template, Optimisation that speeds up interference.
⠀⠀⠀⠀⢀⣤⣴⠶⠶⠷⠶⠶⣦⣤⡀⠀⠀⠀⠀
⠀⠀⢠⡶⠟⠉⠀⠀⠀⠀⠀⠀⠀⠉⠻⢶⡄⠀⠀
⠀⣴⡟⣥⣤⣤⣤⣤⣤⣤⣤⣤⡀⠀⠀⠈⢻⣦⠀
⢰⡟⠀⠻⠿⠿⠟⠁⣼⣿⣿⣿⣷⡀⠀⠀⠀⢻⡆
⣿⠃⠀⠀⠀⠀⠀⣼⣿⡏⠙⣿⣿⣇⠀⠀⠀⠘⣿
⣿⡄⠀⠀⠀⠀⣴⣿⠟⠃⠀⠙⣿⣿⡆⠀⠀⢠⣿
⠹⣧⠀⠀⠀⢸⡟⠁⠀⠀⠀⠀⠘⢿⣷⡀⠀⣼⠏
⠀⠻⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⠃⣴⠟⠀
⠀⠀⠙⢷⣤⣀⠀⠀⠀⠀⠀⠀⠀⣀⣤⡾⠋⠀⠀
⠀⠀⠀⠀⠈⠛⠻⠶⠶⠶⠶⠶⠟⠛⠁⠀⠀⠀⠀
Yeah AI Template increases my VRAM usage by over 1.5GB if used with IPAdapter
@cedar tusk Aphex?
... doesn't really answer the question
Are you saying she looks like the big mouth from Come to Daddy?
ni gga
no
steven seagal x belle delphine photo when

Hey lads, anyone know of a workflow or a way to have a list of prompts to que up and do?
Just want to automate the process.
how do I see all my generations in the bot? I can't find the generation I made like a week ago XD
@glad grove
lmao
sensei finally ascended 🫡
perfect all american family
how do I see all my generations in the bot? I can't find the generation I made like a week ago ?
It's like her mother is taking a photo of her and her dad.
heard she calls steven "daddy"
finally, a break from the cursed shit in this chat
lol i asked it to create a modern kitchen in northpole, it created this
Ha, does what it says on the tin
nailed it haha
now you've got me plugging in game screenshots
100% de_dust
Yup
And I used an image of a castle with Revision
So that's why the background is like that too
Try CS plus something cel-shaded like borderlands or XIII
I wonder how well the style will transfer
there we go, haha
Man I really need more VRAM
yup lol
You using base SDXL or one of the community models?
I'm using NightvisionXL
I've tried dreamshaperXL and juggernautXL but didnt' see too much improvement over base so far
I'm way out of my element here. wallish, what do you know about the input and output of these nodes? all the sudden mine seem to be labeled wrong, output is "detected_map" which doesn't even seem to be anywhere in the project code. I think I'm missing something that should be obvious and have no idea what it is
which nodes?
it's one I'm making. it worked before today. but current version didn't work, and none of the previous versions work now
last night it worked, updated, doesn't work now
I had to roll back my Comfy to a previous commit
it doesn't even run the debugging within the node
just says it's invalid
so can't see what it's actually doing. most perplexing thing is that it's calling the output "detected_map" I cannot figure out where that would have come from
weird question, but are you sure that it's your node that's failing?
like does the console spit out lines from your code?
no
hmmm
Failed to validate prompt for output 3:
- AdaptiveCanny 2:
- Required input is missing: image
Output will be ignored
invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
- Required input is missing: image
I'm just not sure what it's not doing
other nodes work though, so if I swap it out for another node that inputs and outputs images it works fine
Is there a place I can see the node code? at least the header part
one moment. it's a bit butchered since I've been messing with it a lot
you know, I just noticed something I want to check really quick.
well I was like, "what will someone else tell me is wrong" and noticed a missing comma, lol
she lost her shoulder 😔
Hey lads, anyone know of a workflow or a way to have a list of prompts to que up and do?
Just want to automate the process.
you still there?
How do you stop getting multiplle limbs and limbs in places they really shouldn't be?
what resolution you prompting at?
I keep changing to see if it will help - it seems nothing's helping. .
I'm not using ComfyUI
I'm using the webui
Rename your files,.. long names can scupper odds of opening or running files IIRC.
@visual glade Do you have any clue of how I could fix this?
Esp the use of under-scores
remove that file it's complaining about
you're probably using the wrong resolution. if you're using sdxl needs to be 1 megapixel
1024 x 1024,. yeah, it's happening in that res'
@visual gladeIt's doing it now with another image. I think it may do it for all of the other images too actually.
I'l move the images out of the folder to see if that works.
You need to be careful with that Windows has file path size limits, those filenames are way too long
you know, it's doing something funky with my images too. seems like it's listing them as a prompt or something
like the entire list of cached images in load image
That's wicked odd. I never would've thought about that.
['0_Close shot of Steven Seagal eating a raw potato in_esrgan-v1-x2plus.png', 'snoop_dogg_photo_by_estevan_oriol_archive_photos_getty_455616412.jpg', 'Untitled-2 (1).png', 'Untitled-2.png', 'view.png', 'Zdar (1).png', 'Zdar (2).png', 'Zdar (3).png', 'Zdar (4).png', 'Zdar.png']
it was a lot longer than that, but you get the idea
So, no ideas how to stop multiple limbs in stupid places?
well, I don't know what your setup is, so hard to say
I mean software
what you're using
Webui,.. SDXL 1... erm, what else do you need to know? If so, you might need to tell me how to find out
@hardy cipherStay calm. I swear they mean no harm.
and you're sure you're rendering the image in 1 megapixel?
If 1024 x 1024 is indeed 1Mp, yes
well, what model? are you using anything else?
Ok, wait a sec, will find out,.. I've been using various models to try to see which sorts this mess out but so far none seem to
because extra limbs and things happen regardless. but shouldn't be super common unless something funky is going on
Kinda annoying that Checkpoints and Loras show up in the pop-up menu when you only want a checkpoint file,.. makes keepoing track of ONLY the checkpoint files almost impossible.
do you have them in the same folder?
I have saved the latest 4 or 5 Lora fiels into the Lora folder,. but there are Safetensor and checkpoint files showing up in the models folder, but no Lora files,.. DESPITE the fact that there are Lora files in there when I open the list in WebUI
oh yeah, it's a mess. too many things going on
Why are Lora files and Checkpoint files suffixed with .safetensor ? That's kinda stupid.
Surely Lora files should be e.g. .lor or something. Sorry for calling you Shirley. 🙂
well you see, it's all very new stuff. I do believe in time these sorts of protocols will be implemented
I'm stunned they haven't already.
as for the extra limbs, hard to say. I'd say it just happens, but really doesn't all that much with sdxl. as you can see from this image it's not always perfect with everything. but not a bunch of extra limbs there
There are way too many Samplers to know what to do with, the checkpoint files and Lora files need to be easily differentiated and the list of SD Checkpoints must only ever show Checkpoint files.
ATM, it's a royal mess of epic proportions.
well therein lies the other problem. there are lots of different things going on there
It's no wonder it's so complicated.
you are using models based off of stable diffusion xl
but, these loras and things aren't theirs
I THINK so, yes
nor is the ui you are using
and it's all open source stuff, so anyone can make whatever they want really
Oh,. eh? Pff, sorry,. it's v. late here and my brain's shutting down
so you're downloading loras from the wonderful beautiful civitai. and they're named absolutely nonsensically
then you have different extensions expecting your loras and things to be in different locations, because that's just what they want to do I guess
THAT I noticed. Nor are they organised.
Hey lads, anyone know of a node or a workflow that would allow me to generate prompts with string concatination / automate prompting?
there are all sorts of add on nodes that can do that sort of thing. not sure precisely what you're looking for, but look in the manager list and you'll see a few node packs with that stuff
^^^ Clueless.
the more I learn the more clueless I realize I am
I basically want to read from a file something like large {TypeOfAnimal} sitting on a cloud
Read from a file or a list of animals.
That one's if you've learned so much you now know you know you don't know as much as you thought you knew.
but look in the manager list and you'll see a few node packs with that stuff
Could I ask what this is?
Do you have the comfyi UI manager custom node installed?
if so you'll have a side bar that looks like this
AIT the first two and without AIT on the second two (base then refiner) on BS4
yes, exactly
I don't
Ah, well that's what they're referring to
Are you sure? 😄
my bad, bruseph. you need that
yup
Thanks
Comfy really is fun to use. I don't make workflows. I spend hours getting some workflows optomized for my Vram. I also add an upscaler each and every time too.
I love it. 
Get that installed and it makes getting all the other nodes and models 10x easier
and the I'd suggest creating a quick node to string together random items from this list. https://github.com/comfyanonymous/ComfyUI/blob/master/comfy/sd1_tokenizer/vocab.json
it really grinds my gears that this node of mine is no longer working. it was like 95 percent there. but now it's being spat out like trash before it even starts to run, lol
Stupid question but I hate visual scripting / nodes, can I do python for these nodes?
how do you mean?
if you want to create your own https://github.com/comfyanonymous/ComfyUI/blob/master/custom_nodes/example_node.py.example
No, you don't need a gui
You can definitely write a python app that would do it if you know how pytorch works
In terms of what I want it's literally:
for item in OpenFileAndReadLies():
prompt("something {item} on a cloud")
I'd say just find a node that does something similar and modify it to your liking
I mean you could probably write a node that would allow you to execute arbitrary py in it
Okay, can you reccomend a place to search for something like that?
Got the manager working, so I'll just google around. Unless you know of a node that could open a text file, read all lines and just concatinate and prompt each line.
Perfect, this is what I was after Thank you.
yeah, I'm not sure off the top of my head
But if you go into the manager the descriptions are pretty ok
although they're listed in the manager
and you can search, so "text" or "string" to start
yeah.
nightmare fuel
looks like a new season of jersey shore on mtv
Sure does
Ah okay so it does have wildcards, but I would like to read from file, thanks lads. https://github.com/comfyanonymous/ComfyUI/discussions/862
sensei always trying to protect us 🙇♂️
Is there a batch count node for comfy?
I'll take the silence as a no
in what way? seems like it keeps track internally
I need it as I had it in auto as clicking 160 times for 4 images at a time sucks
you mean like batching batches?
batch size is a max of 4 so I need a batch count. Batch count of 20*4 it would loop over those 4 20 times
ahh. it's 4? did not realize that
yep, AIT has a max of 4
oh that. it slowed everything down when I used it. I'm sure I'd be told I set it up incorrectly, but whatever
plus AIT doesn't allow PMS, UniPC or DDIM it errors out but that is another issue
as I showed above 50% increase, where most people are saying the same but you gotta have a newer card for it to do anything.
my point is, even without AIT, I need a batch count so it can loop over long runs
not sure why the ksampler doesn't have that
rather the empty latent image node
same, I asked Comfy why and he said he doesn't want features like A1111 had
for the love of god
got prompt
Failed to validate prompt for output 3:
* AdaptiveCanny 2:
- Required input is missing: images
Output will be ignored
invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
nothing I do changes this, lol
wtf am I doing wrong all the sudden
it worked yesterday, worked 3 days ago. now no version works
idk what to tell you. when I asked that here they said the solution is to have the folder with the outputs in the background for batch count. but no preview of the batch count like A1111 had.
the old version I had 5 days ago that worked then doesn't work now. current version from yesterday that worked then doesn't work now either. nothing in between works
I just want a way to gen as many images I can unattended. The lack of that for such a stupid reason given I dunno what to say.
ask Comfy, there is no node that can do that. it's a limitation of ComfyUI itself.
ComfyUI frontend or the backend?
i think fooocus has that you can try to use it
really seems like it wouldn't be that hard to implement a node like that
yeah. I've noticed a couple things that have been a bit tricky to do
yep
I can't eat this you know? I'm not some animal!
the ComfyUI with the nodes can't. I already specified why.
have you ever tried to set the widget slider to only hit odd numbers?
For this task I would go back to auto to get it done but his has some serious noise issues with XL
looks like hes about to smash my head with that melon
for the AIT does the keep loaded really do anything?
I use the gpu flag so might be why it seems to do nothing
no. it's meant for workflows that only use 1 checkpoint for sampling, with SDXL+refiner it should be off.
I hope this works
it doesn't, it will just loop an X amount of times and will show you in the save image node only the last image
It worked perfectly
Showed me my BS4 then did the next pass
showed it and continues on showing all 4
Might be an AIT thing but as long as it works. I do miss DDIM for this
this is awesome now ima steal it
yes, but what about batch count higher than 1? if you batch count two with batch size 4, does it show you 8 images?
Seagalvinci 🙏
Since I am limited to a BS4 that is what I am using so no idea. It shows the 4 then goes another round. If you check the box it does the batch count and will start all over doing another X batch count forever
this from the Seagalvinci movie where he fights against king arthur
is that even using my lora or no?
yeah, that's what I meant. I just thought it would be nice to not have to go to file explorer to view the entire batch count if you leave it generating unmonitored
you got a lora, bro?
yes, I made it for the memes n here
I did not know
I am having mem issues though but it still works
Error occurred when executing KSampler:
Allocation on device 0 would exceed allowed memory. (out of memory)
Currently allocated : 12.81 GiB
Requested : 40.50 MiB
Device limit : 23.99 GiB
Free (according to CUDA): 0 bytes
PyTorch limit (set by user-supplied memory fraction)
: 17179869184.00 GiB
seems a pytorch issue
pics are fine though
even BS1 I got it so I restarted comfy
I know why I got that because I rolled my drivers back to 531.79 the last one before the mem stuff
the 531.79 drivers are too aggressive with VRAM, I also got that issue, but changing to latest drivers fixed it
So when I am doing anything that involves skin I am getting this scratchy result... Can anyone suggest a way to reduce this effect... Here is a sample of what I am talking about... I think it has to do with the upscalers adding details to make skin look less smooth or perfect... something like that. I will also show some settings I think might be effecting it.
Any suggestions would be appreciated. @indigo carbon @soft zealot @high skiff
also be advised I cannot show the rest of that image
WHich has the OOM issue being a slowdown for ADA cards as it is aggressive going the other way thanks to gamers
As jps said as that is a known issue even Nvidia has acknowledged.
I figure they will get around it via some setting in the control panel, but I hope they figure out how to fix ADA cards being too slow for the power they wield. Even ADA 6000 pro cards are having AI slowness issues.
that's just another case of NVIDIA screwing with us
I am a conspiracy person and after seeing Jensen I wouldn't put it pass him to have it a LHR type deal of some sort to protect his Hopper sales. Might not be it but something is happening as either malevolence or ignorance. They are not ignorant.
gamers none of the slow downs touch only AI stuff
yeah the new nvidia drivers are a bit of a pain but hopefully my bf16 vae commits improve things a bit there
thankfully it's only on windows, linux doesn't have that problem
when peopel say slow downs on newer cards are we talking 3-10 seconds slower per generation or like 10-20- times slower ?
looks like a mix between guy pearce and steven seagal 🤣
Ginger Seagal
sort of got my canny node working. figured out why I'm an idiot and it wasn't working
All about the it/s or s/it. A 4090, doing precisely the same tasks, on the same machine using the same paramters, etc... should be 35-57% faster than a 3090 for the 4090. Well, it is a FAR FAR cry from that. Matter of a fact a lot of cases it is slower. People with ADA cards are more than a bit pissed.
Take for instance Kohya sd-scripts. all equal only I was slower than a T4 using windows. Switched to Ubuntu and about the same speed as a T4. I switch back to pre XL sd-scripts I am 3 times faster, BUT I am always slower than a 3090 being all equal otherwise.
It is a known issue for the AI tasks but at the hardware level all AI tasks should be 57% faster than a 3090.
oh dear, how sad, never mind ;o)
downgrade the drivers 🙂
Done
sother eis no issue then?
Move along
next 🙂
@vital ermineyou got a 4090?
For a month now
never thought you'd actually do it, you talked yourself in and out of it for over half a year lol
nice, welcome to 24GB VRAM gang
I almost didn't as the 7900xtx was about to be pressed to buy and I said no, I saw too much and read too much I grabbed the 4090
I grabbed a used 3090. Much better deal, but I know you are against used components
Only from strangers, yeah
Currently trying to solve some extremely annoying power issues on my GPU. I had it on my others too
a stranger is a friend you havent met yet
1500 miles away they will remain a stranger
when idle not running AI but with AI loaded, my GPU never drops from boost clocks, so it just stays clocked up wasting power and making head for literally no reason
GPU power issues across cards, same motherboard/PSU?
I was in a long distance relationship with a man for 5 years, and he was over 6k miles away, and we are still best friends lmao
different mobo and PSU
everybody I have talked to has said they haven't had this issue
but I always have, and its a problem where I live
On Sept 6, I have to pay for this beast and I am not happy. More than I ever imagined so when it isn't even performing as it should for all ADA users sort of demoralizing. I figure it eventually will though.
MY GOD the heat from it when it trains
I need new case fans for it
Thats why I went with a 3090. Same capability, not much lower perf, less power, less than half the cost
know what my system idles at with this 4090?
I am super happy with my purchase, even if the first one was a scam
whole system?
or just the 4090?
what model 4090?
whole system is 60-92w at idle. The card uses 10w more at idle than my 1060. That floored me
my 3090 only draws like 25 watts, yeah. They are extremely good at being efficient when needed
you can severely power limit them and lose minimal perf too
I run my 3090 at 50% power limit most times, and I get anywhere from 70-90% my perf
I can gen at the same speed as my previous 3080 with half the power on this 3090
ADA cards changed all that, unfortuantely. They didn't like us doing that for some odd reason.
I just need to figure out how to fix this damn power issue
with comfy open, my GPU idles at the same power it takes to run maxed out cyberpunk 2077
Surprising to me coming from Pascal that 3k and 4k cards limit the min fan to 30%. 0 or 30%+
I had that on my 1060
it was a setting
it depends on the card model
my previous 3090 could off all of its fans, my new one can off 2/3 of its fans
one of them is always at 30%
mine is always off but it ramps up then fans come on falls back to 35c from 45c and off
this power waste is horrible. I need it to stop
@high skiff My 1060 had a low power setting too but I never used it while this 4090 only has this. I'd check this.
turn the pc off when not generating, that will save power ;o)
that has been removed for like a year now. It was changed in drivers
and mine is set to normal
My 1060 had 536.xx and was there for it
Yeah, I ran to it to make sure that was not on by default and noticed it was gone. I was just in that setting a week earlier on the same driver too so I suspect gone for later models
I really wish they would allow fans to always be on at 20% as I used that on my 1060.
20% to 100%
most fans can't go below 30% ever
I have never heard of a GPU being able to do below 30%
all of my fans can on my gpu and I had to replace them 3 times thanks to AI stuff
pascal, and I believe turing still have no minimum fan speed
that is enforced
I even had mine spin at 15% but its cooling sucked
Must be card specific
Im on the 537.13 drivers with my 1080ti and I still have that option
I guess so, weird
See, Pascal still has it
Not sure why that is removed for Ampere, and Ada cards.
Dunno about turing
I know this I want to waterblock this investment
about 170 USD plus tax for one block though, sheesh
thats quite cheap IMHO
well sort of cheap
about what I would have expoecetded ball park
The blocks used to be around 95
I only have an AIO but I do want to go open loop
Now open loop/custom loop is really expensive now and even Jayz2cents was shocked
he has been water cooling for decades
thats more the range of prices I was expecting you to come back with
sounds like a waste of money
not for me it isn't as I love quiet
In USA we don't have any stinking GST only a local sales tax
still delta server fans outperform all of those
plus noisier 🙂
did you miss the part about quietness?
Out of curiosity, does sdxl use any meaningful CPU or ram outside the GPU? I've forgotten to actually monitor things.
it can use huge system RAM when loading models
yes right now it eats all the ram
In the USA your shelf prices dont include the tax (whatever you decide to call it) rest of the civilised world its included automatically ;o)
Alrighty ty
Just considering changing my system a bit,and may go for 64 gigs for next build
yay join the club 🙂
I use 5900x, 32 GB currently. Could be nice to swap to a 7800x3d/64gb
that doesn't seem like much of an upgrade on the CPU
I consider all taxes to be theft so I will take not being civilized.
giggle bytes
cx
giggi biggies
Yes and no, it removes some stuttery stuff. As well as lets me upgrade my server from a 4 core to a 12 core xD
ah yeah, if you have another use for the 5900x, that makes sense then
||i'm gonna se if i can run stable lm, bye for now x.x <3||
best of luck
I need to figure out why the hell my GPU is wasting power
it has something to do with AI
cause it does it for ooba, kohya, auto, comfy, and RVC
Wasting power? Using more then expected while doing ai tasks?
no, using a shit ton when doing nothing
literally no model loaded, completely idle, nothing happening, GPU stays pinned at boost clocks, wasting 130 watts of power an hour doing nothing
Odd, which GPU?
it happens on 3 different GPU's
3060ti FE, 3080 MIS gaming Z, and FTW 3 ultra 3090
I have looked all over google, and I can't find any info on why its happening
My psu keeps track of my power usage and reports to me (hooked up to my USB) and it says I have used 2kw in a bit over 800 hours so about 22c of power.
I need to check how much my 4090 draws when I get home, I usually have a1111 and comfy running in the background
god, i would kill for an electric rate that low lmao
maybe my mom and I wouldn't be getting fucked over for electricity
Our rate went up during the 1st pandemic as it was 10c per kwh
still a fraction of ours 
so about 22-23c
jealousy for sure
elec is cheap the rest they really fuck us with
oh, about 8 weeks ago they changed all our strret lights to LED and they suck but on top of them are camera like things
bro your rate is low, and you're saying you're being fucked 😅
yeah, because we even have to pay for street lights
Luckily my power usage is still dumb low
we use about 1300KWH/M in these searing hot months here in this new house
where I moved from that was the city here we all pay. garbage is 40 per month and they strike it goes up another 10
they constantly strike
Summer here and we really don't go over 25c, and winter I have external heating
Lol technically same
yeah, I have my 3090 to do the same, tho, my room will still be hot in the winter
This fucker gets so hot the glass side panel is almost too hot
and our electric rate is fixed year round, so I save nothing in winter
If I do a couple of hours AI art my temp goes up 2 degrees
fixed here as well
Yeah
I need new fans but first comes to pay this off and wait for my 140s to come back in stock as they are out everywhere
these 120s that came with my case I can blow harder than they can.
At least fans can be really cheap with certain brands
45-49 for a box of 3
I have 200mm fans, and they are dope
I need 4 :/.
love my case, no cooling issues here
200mm, yeah
140s will correct this as I look in the front and the 120 can't push the air that is being ejected on the side of my gpu. 140 it will.
and it moves enough air to blow paper off the top
Arctic is like 35 for a pack of 140mm
I got them big ol honkin phans
these stupid ass fans is a max of 1200rpm (never makes it)
Kaku, that is what these are the pressure ones but I want the rgb models as they do 0-1900 and have more cfm/h0 than the non RGB 200-2k rpm version
oh my bad, I lied lmao
I have no idea where I got 2k RPM
they are 900RPM
Yes but that via local council taxes or whatever you call it .
Unless you really do have a streetlight hooked up to your house and you have to pay fo ir on your electricity bill ;o)
costs about 5-6 bucks more but OOS everywhere. I hope they come back in Oct.
Nope, here it is on each utility bill and one company owned by the city. It covers all utilities, waste water, and refuse collection, admin fees min of 40 USD, and street lights.
so you pay for domestic electric to the city ???
No choice of supplier?
No choice it is owned by the city and no net metering allowed if you even had solar.
sucks ;o)
I use 2 200mm Lian li fans front, 3 120mm ml120s top and 1 ml140 back
we have 2 provider choices here, both are expensive out the asssss
Lian Li Lan Cool 215?
The best electric I ever had was a co-op
216 i think it is
our current provider is $0.43/kwh all year
And the alternative is:
Summer: off ($0.36) on ($0.61)
Winter: off ($0.31) on ($0.53)
Ouchy that's expensive
oh no shit, I had no idea they made a 216
our $500 eletric bills agree
I have the 215
love this case
@vital ermine here in the UK for Electric & Gas we have a completly free choice of supplier .
Water & Sewerage is which ever company covers your area
Things like refuse collections, street lighting , policing costs, fire service coverage etc gat paid to your local council based on the value of your home (roughly)
police and fire is from the property taxes
its a handsome little case
I limit effectively out on 0.15 bucks, mostly thanks to government support to power
pft, must be nice 
Currently it's like 0.015 though
My dream is to live out in the wilderness with solar and LEOS for my inet.
@vital ermine Current energy Tariffs for me are
if mom and I can figure out how to get some form of second hand solar system, we can jump to their extreme on off plan, which is:
off ($0.21) on ($0.79)
They made some improvements on the 216, I forgot which
DAMN, that is cheap on gas and hideous on elec
It's such a dumb cheap case for what it is lol
@high skiff Are you on something connected to PG?
I really need to hook my aquarium up to the gas lol
I paid like 95 bucks plus tax
I got mine for $60!
P&G the elec cause they suck ass and over charge and infrastructure is shit
I love this case lmao
That's a killer deal
oh no, we have their way worse older brother, SCE
Oh shit
electric infrastructure nearing 130 years old 
Almost every year they have to file for bankruptcy lmao
just a few years back they got his with a $12B lawsuit that put them under like 3x over
turns out when your power systems are linked to over 1M acres of wild fire that happened in a single fire season, people get mad
There is some good however
They do have a really good rebates for solar energy, and we also have local metering.
And we also have net metering as well, and it has 12 month rollover too which is dope If you have solar
although it should be noted we use more Gas than Electric
How? I thought gas lighting went out with the Victorian era in England?
See, our electric use last month was 1289 KWH
And I think our electric was like 160 KWH
heating
heating? In July too?
Some parts of the world are in their cold months right now lol
Not the UK
well no although it is used for hotwater & cooking
Heating is the big user come the cooler months
Aye
Now the big push, globally, is to remove gas
I like gas it cooks, heats, etc... so damn well
yup for cooking its a million times nicer than electric to use
I converted my oven/stove to gas two years ago. Electric sucks
Gas stoves are actually monumentally less efficient and more dangerous for your health compared to radiation stoves or induction stoves
yeah. Electric has hot spots and loves to burn
thats as may be but as a UI they are much nicer 🙂
Oh, that's first generation electric, that's like 30 plus years old
Ceramic radiation cooktops boil water faster with less energy than gas stoves do now, and induction cooktops are even faster and more efficient
and I use cast iron/carbon steel strictly
Tell that to a chef.
Oven not burners
In that case, it depends on which model you get
If you have a double-decker of an option, a double decker electric oven heats faster than a standard gas oven does
I'm hoping to get my mother and I to switch over to a double decker electric stove. Gas stoves are not good for your health, especially for people with breathing issues
hood vents are installed and used for a reason
I'm referencing like an actual scientific process of comparison, not just some form of anecdotal evidence.
There have been various tests conducted against gas and electric stoves, and on average, electric stoves can boil water considerably faster, while wasting monumentally less energy
Not all locations have hood vents, and they are only effective for back burners. That has also been scientifically tested as well. And additionally to that, gas stoves decrease air quality even when not in use
yes but gas is so much nicer to use ;o)
But why do you feel that way?
If it has to do with thermal inertia, then that's definitely a personal preference
old gas stoves that require a pilot to be lit 24/7 perhaps
oooh that is old
But generally speaking, radiative cooktops do not burn you when you reach over to stir boiling water or dishes, radiative stoves do not introduce any form of toxic emissions into the air, radiative stoves use less energy by comparison to kilowatt output of gas, which can be cheaper in some regions
Mine it clicks
No, this was on modern stoves. Even with the gas lines off, they still leak
I'm not saying gas is bad, I have a gas stove still, but I'm saying that a lot of the reasons that people think electric are bad have actually been disproven
I dont disagree with any of those points but cooking on a gas hob is just more satisfying 🙂
For whatever reason a lot of people say that electric stoves take way longer to heat up water, when by comparison, on a similarly rated burner, they can be up to 45% faster to reach temperature
still prefer normal electric stoves and not induction cooktops because of the EMF radiation they emit,they say the radiation is minimal but i prefer to be safe than sorry
I guess everything has downsides. Electric still requires power to be produced somewhere
The three biggest benefits of radiative electric cooktops is one, extremely easy to clean, two, zero gas emissions or toxic VOCs, and three, no burning yourself when you're cooking by stirring things
well they do if you live ina country that only has 120v by default instead of 240v lol (and yes I'm fully aware of the fact you have split phases and that 240v is availble to you for things such as air conn etc)
How else am I supposed to keep my lower arm hairs shorter if I don't singe them over the flames when cooking?
This was also tested in the United States, on 120 volt electric.
A fully rated electric radiative cooktop needs to be plugged into a 30 amp circuit, as some of them can draw in excess of 8000 Watts when used concurrent
Man use fire
Grunt
u can burn your arm instead by touching the pot on top of the induction cooktop
I never realized before just how severe the CO2 emissions are off of gas stoves, and I will definitely be using our hood vent as much as possible, though they don't really help much
dont induction hobs need specific materials to be used with them?
Can you use cast iron with them?
That's induction, I'm not talking about induction, induction is extremely expensive and very finicky
I'm talking about radiative
Where it's a glowing red wire underneath the ceramic cook surface, which absorbs the heat reflected from the wire into a ceramic surface, then transfers that directly into your cookware
can you sat fre to your alchol based sauces on demand using an ekectric hob?
Induction is better for some things, but it does require specific pans, and you can't use metal utensils around them
god thats ancient shit
oh sorry you dont mean ....lol sorry
Yeah, but it's still considered the most efficient and safe type of stove. They have been updated since then
My grandmother had one in her house for probably two plus decades
we had a nicer glasstop electric stove. Hated it to all hell
In what way?
Heat control
Like these are just statements, that have been scientifically disproven in terms of all of the things that I mentioned
Okay yes, the one real negative of a ceramic cooktop is thermal inertia
drop nything heacy on them and they can shatter
heat control is the main thing when cooking lol
That is something that you have to learn how to use properly, and can be very easy for some people, or very difficult for others
yea those are the best the only reason ppl here dont use them is because electricity is too expensive ( mafia)
heat distribution debates
Yeah, totally valid, an electric cooktop would be outrageously expensive where I live
very hot topic
Though, after seeing the actual numbers as to how severely a gas cooktop can degrade air quality with just one burner, I don't know man lol
I don't remember the exact numbers, so don't quote me, but I think I remember it said something like 400 parts per million of CO2 emitted from a single 2400 BTU burner over the course of 30 minutes in a 600 ft² room or something like that
Which means within 30 minutes, that single burner can bring the air quality in a room above 1,000 PPM, which is considered unsafe
Oh yeah I had forgotten this about induction hobs
And while a hood does help somewhat for the back burners, it's effectively useless for the front burners, which are the burners that most people use, myself included
Yeah, I have absolutely no arguments on the issues of induction cooktop, they are messy
open a window and the back door whilst cooking
I say radiative way over induction
That's not an option for everybody lol
although they are the most efficient so.......................
i need a 4th monitor just for discord
I have an open stove on my island, hood comes down over it from the ceiling.
I have a CO detector installed damn near overhead it, and have never once seen the numbers raise remotely
Yeah, induction is incredibly efficient, then radiative is also decently efficient, then you have gas, which is the least efficient because of the heated gas convection, which causes most of the heat from the flame to curve around the surface of the cookware, and dissipate outwards
or live ina draghty old house that was built in 1824 (ours scleberates irs 200th birthday next year) lol
that's cause you arent huffing the stove gases! cx
but gas is more controllable and so much more satisfying visually
I was referring to the fact that it's way too hot where I live to open a window like that lol
Totally understandable, can't dispute that
My only statements that I'm making are in effort to disprove false statements, and a matter of preference is not a false statement
But when people say that they are slow to heat, that's actually been disproven many times, that equally power rated electric stoves are considerably faster than gas versions
he doesnt like gas stoves either
Lol
I really do wish I lived in a climate where we could just open a window and blow in some air and not have to deal with the toxic emissions from natural gas combustion
however , radiant heaters also take longer to coold down when turned off. Turna flame off and the heat has gone 🙂
Yeah, the heat from the flame is gone, but not the cast iron grates that the pot still touching
The craziest thing that always blows my mind when people bring up that argument is the fact that people forget you can just lift the pot, and which the heat from the electric stove instantly stops lol
Like I said, thermal inertia is a problem for some people, and some people can adapt to it easily
thats manual labour

seagal my beloved 🥹
iu love the little circle in the corner cx
he do be fire tho
even the art in the background is cool
yes he lives in texas
i love Texas. Texas, Cali, and New York = USA
I need to bother my electrical engineer friend to help me source the parts for a reclaimed self-made solar array
I went to new york for a work trip once.
Never again will I visit the city there again.
I'm going to San Francisco in October, both excited and scared for it lol
power inveters/conveters (no idea what it's called) is where my brain starts to go whaa with electrical stuff
He has a killer off grid system right now, and he built it for a couple thousand dollars, so I'm going to ask him if he can give me a little more info about it
xD cx i'd prob be culture shocked too and i live in LA
All we really need is about a 5 kilowatt solar panel array, and we should be pretty comfortable with our electric usage
As for my trip to San Francisco, I'm going on business, so I really have no idea if I'll actually be able to see the city, or what things are going to look like
All I know is that it's a fucking scary city, super super dangerous
lol. that's so crazy
What's crazy?
how ridiculous san francisco became
I grew up in OC, lived in Inland Empire for several years, now live in Utah
It's genuinely scary, like I'm nervous and excited going
not just san francisco its almost everywhere ( except alaska or hawaii)
Hey
Would someone help me out a little bit? SDXL worked perfectly fine, however all of the sudden, it's not even loading up!
Hawaii has severe crime rates too in the populated areas
But San Francisco is on another level
😔
Personally heading to bed, but give people details on what you did.
Updates, restarts, etc. The more details the merrier
new york too,u go to the subway and u either get mugged or theres a guy yelling hes jesus
LA and San Francisco have a similar crime rate, however LA crime is a lot more gang related, whereas San Francisco crime is random victims
Never mind, I just googled it
Thanks 🙂
I have the mountains of cmd lines it gives me but I'm not even sure where I could post that
San Francisco's crime rate is like two and a half times higher than LA LMFAO
You could screenshot it and we could take a look
Yeah, everybody should
Thank you, hope I won't be bothering the ongoing conversation
No worries, this is an SDXL focus chat, so SDXL issues take priority
We just get into long off topic conversations when things get slow lol
I really don't mind helping anyone as long as they are attempting to be reasonably competent. I've went through all the BS, I know how frustrating it can be
ah oc, and first for me hearing Inland Empire but i see
and i keep hearing Utah, what pulled you there?
this new canny node is quite fast, guys
Less people, beautiful mountains
Same
I'm always willing to help somebody who's willing to help themselves
only thing that bothers me is the occasional person that's demanding and acts like it's our fault they can't get it to work. I do wonder about those folks
Now i gotta Arazona v Utah cx
Well me and coding are worlds apart, I had to google some ridiculously basic stuff so far lol, hope that won't be a big annoyance
Arizona is waaaaay to hot for me lol
I'd move to Alaska if my wife allowed it 😂😂😂
But I get this, for like 3 more pages
Anyways, bed for me ✌️
See you later 🙂
i was thinking it'd prob be cooler up there cx rest well being, thx for the info✨
ooh, some a1111 fun
Last comment. Is DarkSushi an sdxl model? You using them together? If so, non sdxl stuff will conflict with sdxl
I'm out ✌️
brbs gonna food, beer and AC6 watch
I guess the last thing I did was maybe update controlnet?
it worked before?
For making videos
then went to that?
tensor size mismatches
Is this useful info?
so something funky going on
about to drop some 🔥
I have 31 images, 31 captions then what is it caching latents of/for 93?
Are you using flip augmentation?
Yeah, flip augmentation will introduce more latents
yep
No worries, been there before lol
I always wondered
I only thought of it because it was a multiple
Do you think this is a memory issue? @hardy cipher
when something like that happens I'd generally just try to backtrack or reinstall whatever it is you might have altered recently. someone might be able to pinpoint what's causing all those tensor size errors. but it's not something I can really figure out by looking at it
Now that I have no idea
If I don't use captions latents will be less
I don't know. wouldn't be my first guess. but I guess it's possible.
Are you using cache latents to disk?
If you are, then it's only caching the new images/captions
. Ngz is the cached latent
yes
I think the last thing I got was something called Temporalnet
look at line 2041 in modules.py
start seeing if you can trace it back
which is why I wonder how captions raises the latent count kohya reports?
all I can suggest. or try and reinstall
Oh, okay!
whatever it is you installed. or uninstall
sry how do I check it?
I see the file
I think I found it, edit with IDLE right?
find modules.py. you might want to get something like notepad++ if you don't have anything to look at python code with.
I don't know if you want to edit it exactly
but that's where the error is coming from
whoa
If you don't know how to open python code, the file will probably not tell you anything
You are correct
alien nation
i need bit of help with some workflow i am playing with. Is it sometimes must to have two samplers in one branch?
To me it seems weird, but not having it this way, it rotate whole image...
some kind of formatting, dictionary error. I don't know, man. uninstall whatever you've installed recently. something isn't doign what it's supposed to do
You have to find what gets put in the error message variable
yeah, that should be in the code if you scroll up
But seriously don't waste your time debugging if you don't know the base of coding
I shall push forward
There are so much stuff that can just break things in comfy and auto1111
if you want to really want to figure it out start pasting snippets for bard to analyze
huge help, that bard
bard will make up libraries for you to use
they're not real, but you'll think they are. for a while
Chatgpt can be very confidently wrong lol, but so impressive regardless
they're helpful psychopathic liars. but they mean no harm
count doggula
Hmm, thinking about a full-on reinstall
I tried to make images of him with willy nelson way back. ended up getting snoop willy dogg nelson
guess who 🙂
meatloaf
The Cure!
are those pictures from the cure's latest tour?
seems like 😄
you should redo them and have guy fieri be their lead singer
and then it will be emo smashmouth
I'm telling you guys, this new canny node is kind of a banger, lol. under .1 seconds to run.
I don't do any CN since XL
well the other one took a few seconds on my slow gpu, and it didn't give me the results I wanted. so I made my own. and I had no idea what I was doing so it took a little longer than it should have

I have never even looked under the hood
Controlnet still so nice with XL
yes, now that it's not so resource intensive
can anybody help me with my testing wf to rotate latent space? I think to have 2 inline same samplers is weird.
this canny node though, like 50x faster than the other one for me. kind of a significant difference
what's happening?
in that cure image should be workflow. I bet i am horribly wrong, must be much easier. But when easier, it rotate image, not latent space
why are you rotating it?
to reuse seed 😄 Just trying to learn
@hardy cipher Hey, I'm thinking that I should just reinstall SD and get everything I had before the error. Is that a good start?
what would be the goal of rotating a latent/latent space?
yeah, just save the stuff you want to keep, get rid of the rest. or if you're installing in venv you can just get rid of the virtual environment maybe. but sometimes that won't even do it
By "save the stuff you want to keep" do you mean literally put them into a separate folder?
tbh I haven't messed with rotating latents that much. looks like you're doing it right. just not sure what the result is in the end
Because that's the first thing that comes to my mind lol
or delete around it. or just install over what's there
both cure images are just rotated latent space
but with a1111 I'd just nuke the whole install
Hmm okay, I highkey forgot how to install it though
do I have to go through all those hours of looking up what codes to run?
ngl that was painful
just look on github. it's really not that much. you just have to understand what's important
oh just this? https://github.com/AUTOMATIC1111/stable-diffusion-webui
Thanks 😊 you can see I really have no clue what I'm doing LOL!
Why use noodles if you can have straight lines 
please refer to my recent screenshot to see my preferred noodle shape
Latenspace encoding:
"The first neural network (the vae encoder) maps the input variable to a latent space that corresponds to the parameters of a variational distribution. In this way, the encoder can produce multiple different samples that all come from the same distribution. The decoder has the opposite function, which is to map from the latent space to the input space, in order to produce or generate data points. Both networks are typically trained together with the usage of the reparameterization trick, although the variance of the noise model can be learned separately..."
Uh oh a direct line guy
I think straight looks cleaner

straight looks cleaner until you try to use it. then it becomes a mess. at least for me
so a latent is just a representation of an image in the form of whatever a latent is, which my assumption is just a 1d list of all the pixels ie may be diff from the 8/16 color bit depth info images have, like it being remapped to 0 to 1 x y and z (rather then r g and b though the "same" in sense of it being mapped to it) or whatever the training worked with, which is why the input would need to be translated to that form
well straight like you're driving on roads. I prefer straight like the crow flies
also helps to really line things up and get OCD with it all
yes yes @tepid surge somehow i have to learn how modular things are working, i picked this. Not much use, but i am learning, now bit optimalized it
dont you yes yes me cx this started cause of your inqury cx and this be info
and saaame
i only inquire what is wrong on my side, seems too complicated 2 samplers for each branch, which i solved now. I haven't asked about if is it useful, or what is it. But thank you for info.
It is nice to play with it 🙂
what is the latest status regarding the broken ip adapter nodes you were talking to comfy last night? could you fix it? seems to be still broken for me after installing all updates.
hmm, I don't think that was me? I was just asking him about how to set the widgets to odd numbers only, and I don't think he responded, lol. but I worked around it. I should submit these to that manager soon
so ip adapter works for you or don't you use it?
should I use it?
this is something different than the ait stuff? because that actually slowed me down for whatever reason
ip adapter is image promt in addition or instead of text promt. but if you don't use it don't worry. you just were in there with some posts in that discussion from last night, but i've checked again and your topic was something different.
will just go to work now and check again in 8 hours - maybe it's already fixed by then.
ooh
also rotating latent space it makes 2 different layouts if non square, portrait and landscape
So you have the audacity to assume my ambient speaking is specifically about the constructs you're working through and then have a lil shindig about it? cx what a head spin cx
over just using the clip vision?
@tepid surge peace, my english is bad, i can easily misunderstand 🙂
I was talking the unclip models up too, and people weren't listening
careful there you might get me to undo a covering construct people like
i am a they of science
cx
Pink Floyd: Set the Controls for the heart of the sun
Guys
Any suggested model for cyberpunk cityscapes on SDXL so far?
I found only this one
@hasty mortar not cherry picked. Something like this is o.k. ? Then NightvisionXL
Looks cool
May be good paired with a detailing lora
yes this is just raw only
Was trying to dig into a cityscape comfyui workflow for that it looked promising but it's just too advanced for me
I can share if you use comfyui
Thank you 🙂
i think those i posted are only 768x768
so 1024x1024 is proper for XL and could be more detailed.
you can share, but i will look lately
steven seagal movie directed by tim burton
this was generated using Base SDXL & Refiner.
Don't write Base off and don't underestimate the power of the prompt 🙂
Has anyone seen an SDXL Refiner model fine-tune on Civitai? Are there any out there? (There are tons of SDXL Base fine-tunes, but the Refiner would be harder to train.)
but would it really ?
Does calling it "The Refiner" add an air of mystique it doesn't deserve?
Isn't it just a.n.other model thats used in a second ksampler after the first pass?
I'm doing excellent art but without the Refiner. Should I consider seeing a shrink?! 🥳
Is there any sdxl model than can deliver midjourny 5 like output?
Sdxl is great but it still looks like halfway through mj's
If you want MJ, pay for MJ 🙂
MJ has a polished finish. It seems to use sharpening and glow, and some hsl in finishing each picture. A lot of its color output has a natural brio which in other ai generators would need to use Photoshop.
whom does she look like?
Try free bluewillow
oh she looks like , you know, errm , whats her name, the girl from all the Stable Diffusion images ;o)
Daisy Diffusion
thats the one

she shoul dbe SAIs official Mascot
Daisy is the girl with six fingers?
That's Daisy Dozen-Fingers and not Daisy Diffusion 🤠
doesnt she look like Selena Gomez?
The refiner has twice as many parameters. I promise, it takes much longer and training it needs max-spec consumer hardware or renting a lambda clouds instance or the like.
(Actually, now I'm wondering if I'm remembering this wrong. Hang on.)
but do you really need to finetune it ?
Majority of fine tuned models seem to be designed not to use the refiner and seem to be setup for single sampler pass useage.
Personally use one model in the traditional base ksampler & eithe the same or different model (to chnage th effect) in the trafitional refiner ksampler
Selena gomez 😅
Okay, after checking, I'm still not sure where I heard the refiner is bigger than the base.
To clarify: I am not asking about philosophy or best practices.
Does anyone know of a fine-tuned version of the Refiner posted on Civitai? I am looking for a link.
Using the Refiner does improve base model images, but tends to distort faces when used on a fine-tuned model.
Tennis player?
wouldnt a refiner for a fine tuned model need to be based on the fine tuned model?
ie wouldnt every FT moidel need its own matching FT refiner?
(or you could just do what I did lol)
Singer
My new workflow with ControlNet Support
hey guys, I think SDXL is better without negative prompt..? (left is no negative, right is ordinary negative)
i use little to no negative with sdxl
yup that was sort of mentioned back at the eroginal launch that many people were over egging it
and that all of the magic feel good words werent needed
YMMV
This is Stable Diffusion, This is the Way
but it makes me feel better ;o)
dont take away my comfort blanket please
Why,us,this, the,case,let,me,just,add,a,word,for,every, possible, outcome,that,could,impact,my,image, without,realizing,the,actual, negative,impacts,it,may, have
right? am I trippin' or is the left one better?
I 'm almost at the stage where a Negative is a Signature
there is no better, they ar eequally good.
Aethetically though my preference is the RH one
Are we collectively joking right now? Because I can show examples of why a refiner should be needed.
Go ahead!
I prefer the left, winston is wrong, lets start a comment war, go
"should be needed" or "is needed"
The former implies its needed from a Process POV rather than from a quality POV
I like the middle one
idk, if "eequally" is the term, the "aethetics" are same chrematistics; and yet is somewhat clearer IMO.
you dont have 59 year old eyesight
Keep in mind that the base is insomnia and the refiner is launch SDXL 1.0 Refiner.
Also keep in mind that detail may be harder to see through discord due to compression.
Images are from base to refiner.
![ROACHES]!![ROACHES]!![ROACHES]!![ROACHES]!![ROACHES]!![ROACHES]!![ROACHES]!![ROACHES]!
yeah, no one have tuned the refiner yet; idk why, might be because it isn't intended to do anything besides increase detail and remove anomalies
That's really the only reson that I use it.
same. it's best to get the latent right from the first K_sampler, then upscale- much more efficient and is the way the refiner is intended to be used
I agree here too.
I do think that the launch refiner still has some interesting aspects to look at. Doing a latent upscale can achieve those results but not always in the way that the refiner can.
Yep, the refined ones are more detailed. But I guees you can get more detail using any other model. The cockroaches made me sick btw
I have just lunch
fixed
insects behind a spoiler for the squeemish, not pointing fingers...
double fixed
it's less efficient to do any upscaling before there is another K_sampler. SDXL refiner is way more than precise enough to not require something like hiresfix instead, upscaling should go after all the sampling is over
i havent tried this way, and never bothered to have refiner in my pipeline lol
that's how the AIT workflow I made is built, did you tweak it to only have 1 stage or something?
I used to do this. I stopped after workflows became too complicated for me to edit.
wait i just reread and realize i meant I havent tried what Mack recommened
the efficient AIT workflow I made works that way, and it's very coherent
I use 4 Samplers in my flow
Sampler 0 is a Preconditioner that does 3 steps using Model2/Refiner
Sampler 1 is the trad Base Step using Model1
Sampler 2 is the trad Refiner Step using Model 2
Sampler 3 Is part of my Upscale and uses Model1
So on a typical (for me now ) 35 step run
03 steps on Sampler 0
19 Steps on Sampler 1
13 Steps on Sampler 2
Plus
5 Steps on Sampler 3(US Optional)
thanks for explaining what your stages meant, was wondering
I know whatt heyre based on however I prefer to think of it as a Mutli Sampler Based Workflow rather than being rigidly fixed to base & refiner etc
as I could use the same model for all sample steps
or I could mix them
you shouldn't use the refiner at beginning of run, it's meant to refine, not create the shapes within the image. also ideally; you could add the 5 final steps to sampler 2, saves time and doesn't change stuff whatsoever. can't see your CLIP flow from the images, so I can't tell you if there are areas to improve there
oh "i shouldn;r " ?
really ?
Well dust me diown with a tickling feather and cal me Emily
