#🍥|anime

1 messages · Page 147 of 1

sonic portal
#

the dog 3 arms

near elbow
#

gotta catch them all

#

same seed and model, just "cinematic film still a cute anime dog boy ((holding up a sign saying "i am lazy"))), cherry blossoms, impish grin . shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" instead

#

ok back to anime

supple raptor
#

It works with no extra work in A1111 V1.6. Not as vram efficient as Comfy though.

bitter latch
#

tries some more xl models

supple raptor
bitter latch
#

that figures. wtf This video contains content from UMG, who has blocked it from display on this website or application
Watch on YouTube

supple raptor
bitter latch
supple raptor
#

the way her twintails flip outwards reminds me of Midoriko

bitter latch
#

xl just takes to long on my machine

supple raptor
#

xl takes too long even on my 3080 12gb

keen hollow
#

what's for dinner?

topaz lichen
#

how long does XL take on your 3080?

keen hollow
#

whole tomato soup?

supple raptor
keen hollow
#

same prompt and model, different negatives.

supple raptor
#

the amount of change in neg 8 would rule it out for me. this is my neg vs no neg

keen hollow
#

first one is better there

#

The funny thing is that neg8 is actually not that long

supple raptor
#

what is neg8?

supple raptor
keen hollow
#

(monochrome) (bad hands) (disfigured) (grain) (Deformed) (poorly drawn) (mutilated) (lowres) (deformed) (dark) (lowpoly) (CG) (3d) (blurry) (duplicate) (watermark) (label) (signature) (frames) (text)

supple raptor
#

fun fact, you could remove all of those parenthesis and it would be the same since they're all being normalized to 1.0 anyways.

#

I'm surprised it's changing things as much as it is. You might want to check to make sure you don't have any embeddings that use one of those tags as a filename.

keen hollow
#

it's clear

#

"monochrome" does a lot, but something else there is a big one

#

it's also a very minimal prompt in some of those examples

#

here's one with a more descriptive prompt

supple raptor
keen hollow
#

prompt: masterpiece, best quality, BREAK, woman in an evening gown, gala, city lights, blurry background, ((modest))

#

neg1: ((watermark)), ((signature)), ((logo)), bad anatomy, disfigured, deformed, malformed, mutant, gross, disgusting, out of frame, poorly drawn, extra limbs, extra fingers, missing limbs, blurry, out of focus, body out of frame, cross-eyed, ugly, poorly drawn face, mutation, mutated, ugly face, extra legs, extra arms, blurred, strange colours, boring, sketch, lacklustre, extra_limb, poorly drawn hands, messy drawing, text, malformed hands, malformed face, crop, extra limb, two heads, deformed hands, mutated hands, bad proportions, cloned face, gross proportions, malformed limbs, fused fingers, too many fingers, wip, fanart, crude, rough, amateur, speedpainting, draft, misshapen, defective, weird, broken, disassembled, mangled, unfinished, disproportioned, disproportionate, unappealing, amateurish, basic, beginner, training, grotesque

#

neg 5: Frame, framed, ((text)), grainy, low-res, titles, text, error, cropped, worst quality, low quality, jpeg artifacts, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, ((extra limbs)), cloned face, disfigured, gross proportions, (malformed limbs), missing arms, missing legs, extra arms, (extra legs), fused fingers, too many fingers, long neck, ((ugly)), fat, obese, chubby, (((deformed))), [blurry], bad anatomy, disfigured, poorly drawn face, mutation, mutated, (extra limb), (poorly drawn hands), messy drawing

#

just for reference

#

it like pads out the full character length of the first prompt set

#

someone like nubby can explain better than me, for sure 😄

untold glacier
# topaz lichen how long does XL take on your 3080?

Just did a test with my 10gb 3080. Not too bad. 15 seconds for a standard size gen, 15 for an 1.5x upscale, and after that a superupscale 2x. The total was 220 seconds, or three and a half minutes for all of that. Not too bad with ComfyUI. Auto1111 would've taken forever. Likely at least half an hour.

keen hollow
#

nubby knows all

#

wild how different they are...

topaz lichen
untold glacier
keen hollow
untold glacier
#

Essentially, you're taking the tokens and stopping them where it says break and then continuing with new tokens after it. This means that CLIP's attention is split between before and after BREAK, where the weight on prompting is even between the two.
If you say "1girl, sitting on a bench, park BREAK cinematic, fall, colorful" Then the attention weight will be split between those two sections.

#

SD with Auto's build already does this after you hit 75 tokens, but if you want to make sure your gen's prompting is properly weighted the way you want it, it's best to use BREAK so you have that control.

supple raptor
#

So, CLIP is only able to process blocks of 75 tokens at a time. This would be our maximum prompt length, but someone thought of batching tokens to process 75 at a time then concatenate the results from each block. BREAK is a keyword in both A1111 and ComfyUI that fills the rest of the current block with padding tokens so that the next token will be the start of the next block.

keen hollow
#

the sheep at the end 😄

topaz lichen
untold glacier
#

I'm not certain on the code particulars of how ComfyUI does its thing.

keen hollow
#

maybe Applebees tonight

untold glacier
#

Stand up. If you're s/itting down, then it'll take longer.

supple raptor
#

you probably exceeded your vram and have things being offloaded to ram, or maybe even swap file.

keen hollow
#

restart the generator and see if it clears up

supple raptor
#

do you have hardware acceleration turned off in discord and your browser? those can eat up a lot. Nvidia Broadcast is another somewhat common one. Sometimes dwm.exe will randomly decide that it needs 2+GB of vram and refuse to give it up.

#
  1. go to the details tab in task manager
  2. right click on one of the headers
  3. click "select columns"
  4. check the box next to both "Dedicated GPU memory" and "Shared GPU memory" and click ok
  5. now sort by the new "Dedicated GPU memory" column and you'll be able to see what is using vram and how much.
#

it's not super accurate, but it's usually close enough to find the problem app and either kill the app, change it's settings, or determine that the PC just needs restarted because Windows sucks.

vestal crypt
keen hollow
#

mystery solved

untold glacier
#

Yeah, because of AI I usually use Edge now. I used to use firefox for all things--I still consider it my main browser--but most of the time I have edge open without hardware acceleration so I can gen without problems.

#

Wait

keen hollow
untold glacier
#

Check this first

#

Task manager > details tab > Dedicated/Shared GPU memory.
What's taking it up?

#

Well, if you've already checked it and saw that python was the only thing taking it up, then yeah. I'd restart.

supple raptor
#

Protip: Gradio hates pretty much every browser that isn't Chrome. Even chromium based browsers are known to sometimes have problems with it.

untold glacier
#

I haven't had any issues with Edge once hardware acceleration is off.

supple raptor
untold glacier
supple raptor
#

Yeah, then edge will probably work fine for you. If you run into any weird problems, I suggest trying Chrome as a first troubleshooting step though.

#
  1. use more efficient optimization (xformers if available)
  2. lower resolution
  3. upgrade GPU
nova remnant
#

People

supple raptor
#

if anything that should lower your gpu usage overhead

#

which sampler are you using @nova remnant and is it the same one that you usually use?

#

karras is the scheduler. what's the full name of the sampler?

#

dpmpp_sde and dpmpp_2sa both do effectively 2 steps for every 1 step. it's completely normal and expected for them to run at almost exactly half the speed of other samplers. I believe Restart is the same way.

#

dpmpp_2m with Karras scheduler in my opinion. Should never need more than 20 steps and is as fast as any of the other fast samplers.

#

if you're using a hires fix workflow then I'd suggest 20 steps on the low res pass and 15 on the hires pass.

silk narwhal
nova remnant
#

Nurse to give you luck abe

supple raptor
#

won't hurt anything, but you could go lower without giving up noticeable quality, especially on the hires pass. It doesn't need as much since the image is already mostly formed.

silk narwhal
#

SDXL on my system is a no go lol ... 35 minutes to load any model

supple raptor
#

rip

nova remnant
#

Huh

#

Are you putting models in a CD

#

Hide them

supple raptor
silk narwhal
#

Fooocus would work .. but now gives random errors and won't use python 3.10.11 for some reason ... and comfyUI just boggles my mind

nova remnant
supple raptor
nova remnant
#

Just draws good hand now

#

sadcat draw one yourself

#

I'm as bad as SD with hands

supple raptor
#

step 1: cry
step 2: stop caring about good hands
step3: cry some more
step 4: prompt for specify hand positions that are well trained, such as waving

nova remnant
supple raptor
#

step 5: cry even more and learn to draw hands so you can fix them

nova remnant
#

Just literally 5 brush strokes for each finger and img2img it

#

Big brain

supple raptor
#

feet gens are the real challenge mode

nova remnant
silk narwhal
supple raptor
#

toehoe

nova remnant
#

The feet looks good

#

Are feet usually better than hands

supple raptor
#

feet are usually worse than hands

#

by a long shot

nova remnant
#

I don't see much feet from SD

#

We need more

#

I mean

#

agony low resolution hands and feet

supple raptor
#

a long time ago, I spent a few weeks trying to make an embedding for better feet. I succeeded in making them far more cursed than they already were.

silk narwhal
#

Cat need 16k x 16k res feet

nova remnant
#

waow 👍

silk narwhal
#

hmmm..testing realistic models and using anime model as the refiner at 70%

supple raptor
#

A big problem with hands is that there are so many different shapes that they can make, and even if it's just a little off it can look completely wrong.

silk narwhal
nova remnant
#

Cat feet

supple raptor
# silk narwhal

looks kind of video-gamey (not in a bad way) you could probably switch even earlier if you want more anime style.

nova remnant
#

Dog owner spotted

#

Look at them

#

Squish

silk narwhal
#

lol..always fun when it starts at 2 It/s and drops to 1min/it

#

isn't it december already..need my new gpu for my bday/xmass

ornate echo
#

I have 6. We got 2 more kittens relatively recently to bump us up to that. I'm thinking of getting a third Litter Robot 4.

nova remnant
#

More fire and cat waow

ornate echo
#

Pretty much.

nova remnant
ornate echo
native halo
nova remnant
#

Lmao

supple raptor
nova remnant
#

@native halo dark kitte

silk narwhal
native halo
nova remnant
supple raptor
#

too much cat posting in here

nova remnant
silk narwhal
silk narwhal
supple raptor
nova remnant
silk narwhal
#

DreamShaper - V∞! Please check out my other base models , including SDXL ones! Check the version description below (bottom right) for more info and...

⬇Read the info below to get the high quality images 🙏 (click on show more)⬇ >>> UPLOADING/SHARING MY MODELS OUTSIDE CIVITAI IS STRICLY PRO...

native halo
silk narwhal
native halo
#

need a lamp to see whats in that blob thomas

nova remnant
supple raptor
#

I colorized one of the Flan frames the other day.

nova remnant
#

I am catman

native halo
#

idk what car is this too dark to see thomas

nova remnant
#

Need to go inside and check with her

supple raptor
nova remnant
#

Thighs waow

#

no oh my gucking god

#

HELP THEY TROLLED THE ENTIRE SERVER

#

novel ai mods

native halo
#

skill issue

supple raptor
#

prompt got hit by automod, you can grab it from the PNG info on the image though.

#
  1. open the image in browser
  2. on comfy, just drag the image into your workspace and it will load a full workflow for the image, on WebUI go to the PNG info tab and drag the image there.
#

my new one that I'm getting ready to upload momi

nova remnant
#

not sure what happened
got a @ everyone ping saying new model
message deleted
but it doesn't seem to be a troll or incorrect

#

so. keep an eye out

silk narwhal
supple raptor
#

yesh

nova remnant
#

@native halo hello there

native halo
nova remnant
topaz lichen
#

her right hand is simpsons but her left hand is normal

supple raptor
#

yep, they're on civ and hf

#

and pixai

supple raptor
untold glacier
topaz lichen
#

new japanese subgenre ""manga"" where they have hand tentacles instead.

supple raptor
untold glacier
supple raptor
topaz lichen
#

I've been getting a lot of normal hands for my generations even for totally wack ones.

#

Not sure why you're getting cursed hands

untold glacier
native halo
#

tentacle hands?

nova remnant
#

nubby

#

send that excited fox with ears going crazy emote

supple raptor
#

I have no secret really, some models are better than others and my parameters typically work decently on the models that I use.

silk narwhal
#

when a model switch fails 😄

nova remnant
#

agony maybe its one of smol's emotes

#

anyway

nova remnant
supple raptor
nova remnant
#

I'll try your favorite prompt

#

fennec ears

supple raptor
#

fennec ears are the superior fox girl ears

nova remnant
#

lmao

#

@supple raptor I gave up on hires

#

I'm going 600x1000 images

#

Like

silk narwhal
#

where to actually find that hires fix?
4x_fatal_Anime_500000K_G

nova remnant
#

I can do them at that resolution but I can't hires to close to 1000

silk narwhal
#

google is no help

nova remnant
untold glacier
#

Wow, I haven't been to the new site since they moved.

nova remnant
#

Search for fatal in there might be that one I dunno waow

untold glacier
#

Looks a lot easier to navigate.

nova remnant
#

@supple raptor hmmm help

supple raptor
#

4 sets of fennec ears. I guess that's a win SataniaLaughing

nova remnant
#

@supple raptor waow

#

all it took was (animal, pet, tail, multiple tails:1.3) lmao

silk narwhal
nova remnant
#

new nai model looks good

#

some info

native halo
#

meh

untold glacier
# nova remnant

Call me crazy, but I'm just not impressed? I'll hold my opinion until I've tried it though.

supple raptor
nova remnant
#

Yep we'll see

#

of course until... something is leek-d
not really anything to do with it

silk narwhal
#

higher res free for $25/month O_O

nova remnant
#

surely

#

surely

zinc flax
#

Need an accidental leak again

nova remnant
#

now this is more my style

#

I'll relpace the one I have with it waow

nova remnant
#

Time to gen shrek with it and post

silk narwhal
wispy canopy
#

this is my brocolli. it will end the world.

silk narwhal
#

kinda wished there was a way to switch refiners multiple times ...just to see what it would do

wispy canopy
silk narwhal
#

loading anything sdxl takes too long on my system 😄

#

base model took 35 minutes

wispy canopy
#

oof 😦

native halo
wispy canopy
silk narwhal
#

playing Bad Day by Daniel Powter in the bg

nova remnant
#

seems overall much more coherent and just..trained on higher quality. but like I said until anything is leaked there's nothing we can really do with it

native halo
#

meh

silk narwhal
nova remnant
#

lol

nova remnant
#

v1 vs V2 nai

#

oh

#

Is it SD 1.5 ?

#

yep

#

trained on 1024 though too

silk narwhal
#

thought it was SDXL base?

nova remnant
#

Nope

#

surprisingly not

silk narwhal
wispy canopy
#

what about it? 😮

#

probably because this is the prompt:
[anime flat color:0.2], [digital art|a storybook illustration] by ([Jan Theuninck:0.3]:1.3), [anyone:0.1], [[rasquache|romanticism]:0.1], BREAK You could tell me what to say, you could tell me where to go. But I doubt that I would care and my heart would never know If I make another move, there'll be no more turning back Because everything would change and it all would fade to black

#

improved it even further, so it goes even whackier 😄

silk narwhal
nova remnant
#

actually pretty epic

wispy canopy
#

the actual prompt: {[anime flat color:0.2]|}, [[__medium*__|__medium*__] by ([__artists__:0.3]:1.3), [{1-3$$__nouns__|__nouns__|__nouns__|__nouns__}:0.1], [[__movements__|__movements__]:0.1], {abstract|surrealism|realistic|absurdism|} | {2$$ BREAK $$ __songmaster__}]

nova remnant
#

is this ur sdxl model right

wispy canopy
#

yeah

dawn jasper
wispy canopy
#

i could leave it on overnight, and interesting things would come rolling out eventually

silk narwhal
#

You could tell me what to say, you could tell me where to go. But I doubt that I would care and my heart would never know If I make another move, there'll be no more turning back Because everything would change and it all would fade to black

nova remnant
#

actually that's pretty good

wispy canopy
#

what actually works really well is the alternating prompts

#

[ prompt A(the thing you actually want) | promp B (fitting song lyrics) ]

nova remnant
#

link your model again

untold glacier
wispy canopy
nova remnant
#

ah okay

untold glacier
#

Partly optimized settings, partly luck of the draw.

nova remnant
untold glacier
#

Are you... using a VAE?

nova remnant
#

nice hands

#

you're learning

wispy canopy
#

looks like an highres fix with a bit too little denoising in 2nd phase

nova remnant
#

also no vae

supple raptor
untold glacier
#

Low CFG?

nova remnant
#

a1111 right
check settings and make sure the vae is overridden or set

wispy canopy
#

@nova remnant what upscaler are you using, and what denoise?

short coral
silk narwhal
untold glacier
nova remnant
#

pmgogmgomg

wispy canopy
#

might want to use ultrasharp or something similar, might be better

#

it 'feels' blurry

#

where it shouldn't be

untold glacier
#

I recommend one of these, or anime6B.

short coral
untold glacier
#

Usually I don't do Ultrasharp for anime though, it tends to introduce patterns into the finer blended elements.

#

All the good ones are going to be pretty much 4x and up. If you have it set to only upscale by 1.x to 2, then it'll downscale as is appropriate.

nova remnant
#

@supple raptor Model Reviewed waow

untold glacier
untold glacier
wispy canopy
#

ah

untold glacier
short coral
untold glacier
#

It shouldn't make too much of a difference, as the upscalers are usually pretty fast compared to regular genning. It'll still gen at your preference.

#

I recommend fatal, which I linked. Or Hugepaint.

wispy canopy
silk narwhal
wispy canopy
short coral
wispy canopy
#

well, gotta go to bed ^^ cya guys later

untold glacier
wispy canopy
#

(well... 1 more gen xD)

silk narwhal
#

gnight

nova remnant
short coral
wispy canopy
#

aight, now i'm going to bed for real

silk narwhal
#

g' night

#

reminds me of Tomie 😄

#

yep

native halo
#

skill issue

untold glacier
#

What the heck did you do?

#

Are you at this or less?

short coral
untold glacier
#

If you're not using Automatic1111 how the heck should I know? Lol.

#

What're you using?

nova remnant
#

ohhhh

nova remnant
#

comfyui is much
harder
well, more complicated and you have to know more what the process is
why did you choose it first?

untold glacier
#

With that you're upscaling with the latent aren't you? Not the upscale model.

nova remnant
#

but there should be a tutorial on the GitHub about upscaling in general

#

ah

native halo
#

so u are using an esrgan upscale model but also using a latent upscale? thats bad

silk narwhal
#

img2img and use a smaller generation resolution

native halo
#

there is but sorry not comfyui support here

silk narwhal
#

time for bed .. g' night all

untold glacier
nova remnant
#

she got sleep dusted

native halo
#

ppl share upscale workflow nodes in #✨|sdxl chat thats where u will find all the good ones and also where u will find most ppl that use comfy

untold glacier
#

You need to upscale it with your upscaling model, then downscale it to 2x or less, then VAE Encode it to output the latent to your sampler at a 0.5 or so denoise so you can have the end resulting image.

supple raptor
untold glacier
nova remnant
#

LMAO

supple raptor
#

this is the correct way to do it. That's what A1111 does behind the scenes when you choose a 4x upscaler but only want it upscaled 2x.

#

there's a different one. hold on, i'll load comfy to get the name. You don't want to use latent for the downscaling.

silk narwhal
untold glacier
#

I believe that's the node you want.

#

You'll still need to vae encode it back so that it can go into a sampler again.

supple raptor
#

change the method to area

#

this will simply resize rather than doing latent manipulation

short coral
supple raptor
#

Here's my HiresFix workflow for Comfy if anyone wants it. Cells can be enabled/disabled with CTRL+B, the LoRA loaders are all disabled by default.

short coral
untold glacier
#

That's a different node. You're using the "Upscale Latent By" node. You're looking for the "Upscale Image By" node.

#

As I said before, you're going to need to VAE encode it again to run it latent through the sampler.

#

Help I flattened my fingers on the barbell.

#

Nice. Loving the look. Very unique.

keen hollow
sonic portal
#

@supple raptor uhm, whend u release the 3.0?

#

for the model thingy

untold glacier
sonic portal
#

i downloaded 2.0 yesterday mannnn

#

now i gotta download another

keen hollow
#

nice

short coral
native halo
untold glacier
#

Civitai. If you click the link I linked and follow Nubby's link in the linked link, it'll link you there.

sonic portal
#

she look 🔥

untold glacier
sonic portal
#

u kno waht i mean

untold glacier
#

If you take and download the image, popping it in your PNG info tab, you'll get the details.

sonic portal
untold glacier
#

Speaking of...

#

I'm not going to baby step walk ya through everything, bud. The info is there.

nova remnant
#

@untold glacier did you like the cuteshrek

untold glacier
#

Never been a Shrek fan, myself.

sonic portal
#

Aurora?

#

iv never head of that model

untold glacier
#

Aurora is the best booru-tag model out there imo.

#

It'll get you closer to what you want prompt-wise than anything.

sonic portal
#

uhm

#

i wan

untold glacier
sonic portal
#

gib

#

holy that picture dosent look very inviting

untold glacier
#

Lemme link my review I did of it

#

You'll see what one is able to create.

sonic portal
#

civit hates people with poor wifi

untold glacier
#

AI is sadly not a low tech-friendly business. eh

sonic portal
#

i have a okay pc but its just the wifi

#

civit sometimes just breaks and nothing loads

#

btw wut the difference, this matters

untold glacier
#

That could also just be Civitai, lol. They have so many problems with their site--they even capitalized on it by having a contest for people to submit 404-error type "this is fine" images for them to display whenever it's down.

slate night
untold glacier
slate night
sonic portal
supple raptor
untold glacier
#

"Gee, thanks Nubby for linking me your model. I already found it but I appreciate the effort."

sonic portal
#

must be nice having wifi

#

i have to wait a whole sleep

#

share some with the whole class abe

untold glacier
#

The model, that is.

short coral
sonic portal
#

bro do u know what starfield is i got no disk space left :((

slate night
#

Weird hair but I kinda dig it

pets him gently

#

Merged the baby hairs in with his eyebrows lmao

sonic portal
#

btw y u petting him?

slate night
#

Because he's cute and sad and I love him

#

Making me want to do miku too now lol

nova remnant
native halo
#

my hand hurts

slate night
native halo
#

my latex suit is too tight and it hurts thomas

slate night
#

Not sure, running a 6-7ish year old gaming laptop

#

I can gen, just... slowly. Very slowly lmao

native halo
#

increases the synchronization rate with evas thomas

untold glacier
#

Tonight is Miku night. Somebody should summon fruit.

#

Aurora.

bitter latch
untold glacier
#

Aight. I gotta go make some dinner. Keep up the Mikus peeps!

summer shuttle
nova remnant
#

why does half your things don't look like they have a vae

#

:<

native halo
#

what is vae

nova remnant
#

I think its time

zinc flax
nova remnant
#

(Thick, nurse, incoming kiss:1.2)

#

@native halo what do you think about my prompt ?

native halo
nova remnant
#

steven

#

inpaint a black image

#

Same thing :p

native halo
delicate vessel
#

depressed cuz these awesome pics were spoiled cuz of their limbs

native halo
nova remnant
#

what even is going on

delicate vessel
native halo
#

my hand is not broken i swear thomas

nova remnant
#

@native halo Are you sure they are not broken

native halo
nova remnant
#

my god

#

I created a cursed image

native halo
nova remnant
#

Pro tip: "thighs and face close up" won't end up well

native halo
#

(face on thighs:3.5)

nova remnant
#

@native halo time for your medicine thomas

native halo
#

(ultra,mega,epic,tight latex bodysuit:4.5)

nova remnant
#

Kek

native halo
untold glacier
nova remnant
nova remnant
native halo
nova remnant
#

For a second I thought it was like GTA

native halo
#

too much light 🤠

delicate vessel
#

how do you guys fix hands?

#

i use negative prompts and still get tentacle hands

nova remnant
#

Show your negatives

gusty palm
#

ive noticed cd tuner is not deterministic if the values are cranked enough

delicate vessel
#

((visible hands)), bad-image-v2-39000, cropped, watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy, bad_prompt_version2, bad-hands-5, bad_quality, (painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), bad-image-v2-39000, cropped, watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy, bad_prompt_version2, (((bad-hands-5))), bad_quality

#

its a lot ik

native halo
delicate vessel
#

dk which one will work

gusty palm
#

ok that makes sense

#

so the values are effecting the initial noise i gues

untold glacier
gusty palm
#

or how its resolved

native halo
gusty palm
#

i got like 4 or 5 diferent images from the same seed by changing just the brightness and contrast values aroudn slightly

#

but was also able to get the same image with adjusted brightness and contrast if i change them just slightly

delicate vessel
nova remnant
#

Like

delicate vessel
#

forgot i dowloaded it

nova remnant
#

Remove all of that

#

Start with a simple negatives

delicate vessel
#

i started from simple and came here

nova remnant
#

negative_hand-neg, (KHFB, AuroraNegative:1.2), (Worst Quality, Low Quality:1.4), border, grayscale, (watermark:1.2)

#

is all I use for everything pretty much, hands are decent most of the time

#

wish I could hires sadcat

#

would be better

delicate vessel
#

(Worst Quality, Low Quality:1.4), blurry these were my negatives

native halo
delicate vessel
#

but got spagghetti hands

gusty palm
#

low resolution,bad quality,worst quality,low quality,ugly,cropped,
FastNegativeEmbedding,BadDream,UnrealisticDream,
is my negative currently

#

i dont use hirez fix cuz im impatient

#

OH

#

thats what the hr settings are

#

that explains why they didnt do anything lol

nova remnant
native halo
delicate vessel
gusty palm
#

i just upscale with img2img once i get something i like

#

but i dont dislike hirez fix

gusty palm
#

is that like ocntrolnet stop step

delicate vessel
#

((visible hands)), watermark, text, (worst quality, low quality:1.4), bad anatomy, bad_prompt_version2, bad-hands-5, cropped, (((bad-hands-5))), negative_hand-neg, EasyNegative

#

hows this?

#

51/75 tokens. i still dont know the purpose and workings of token

gusty palm
#

trying to upscale a image generated with cd tuner is coming out like.. fuzzy or something

native halo
# gusty palm i dont quite understand how that works

if u set stop step at 5 it will stop sending noise either brightness or contrast to the latent at the 5th step so if u have like euler a at 20 steps it will only send brightness in 5 steps then the next 15 will be normal steps without cd tuner settings

gusty palm
#

ooh

delicate vessel
#

also is there a proper guide by which i can fix my weapon holding issues. swords to be specific

keen hollow
#

evenin'

nova remnant
keen hollow
#

hold 'dem swords

nova remnant
#

"holding a sword by the hilt" is the best prompt I found to minimize the problems

#

If you mention sword in the prompt there's gonna be multiple xd

keen hollow
#

dual-wield

#

one sword... one flower.

#

My liege....

delicate vessel
keen hollow
#

I dub thee, Knights of Nubby

keen hollow
delicate vessel
#

as in only dall e or sd+dalle?

nova remnant
keen hollow
keen hollow
#

hey what the crap is with dall-e only giving 15 credits now? seriously?

#

hey ... i'd pay for more if they'd let me

#

but NooOOoOooo

untold glacier
keen hollow
#

I tried to do my own spaghetti monster. 😐

untold glacier
native halo
keen hollow
#

ok ok ok.. ill fire up sd

nova remnant
#

The free is always better

keen hollow
#

need some new prompts... i'm uninspired 😦

nova remnant
#

Start with thick thighs

keen hollow
zinc flax
keen hollow
untold glacier
keen hollow
untold glacier
keen hollow
#

finnenneeeee

#

I don't get the miku thing lol

native halo
keen hollow
#

ahhh it did it, but it's too spicy to post

#

kinda odd for dalle...

native halo
keen hollow
#

ok lemme see what i can do

#

not what i had in mind...

untold glacier
#

Lol

zinc flax
#

She angy

keen hollow
native halo
#

idk why shes holding that weapon thomas

#

i didnt even use veiny in prompt and still gave me this thomas

keen hollow
native halo
keen hollow
#

tried to do it in SD....

native halo
keen hollow
#

Robothicc....

untold glacier
native halo
stable crane
#

hiyo

untold glacier
#

Heya Lewds

stable crane
keen hollow
stable crane
keen hollow
#

just a no-go in SD... ugh

native halo
#

only way is with robocop lora

keen hollow
zinc flax
keen hollow
untold glacier
zinc flax
untold glacier
native halo
gusty palm
#

stuff i make with cd tuner seems to come out with this noisy look or something when i img2img it

#

if i adjust the values in the img2img cd tuner tab i can kind of get it cleaner but then the brightness is not "right"

gusty palm
#

heres the original

zinc flax
#

Scary

native halo
untold glacier
#

I think this is a fantastic time to hang up my SD mittens for the evening. G'night peeps. sleep

zinc flax
#

Have a nice rest

gusty palm
#

ill show u what it gives me if i zero all values out

native halo
gusty palm
#

ooh

#

is that similar for detail d2 and d1

#

heres with all values at 0

#

restart sampler 20 steps .34 denois

#

i should try with a cuter pic i dont wanna break tos

native halo
#

try with high res fix, 0.45 denoise and hr-stop step at 1

delicate vessel
nova remnant
#

Type gloomy in the prompt

#

catsprout hope I helped

native halo
#

real miku

keen hollow
#

Let it goooo

stable crane
#

horni bonk

bitter latch
dawn jasper
bitter latch
gloomy lodge
native halo
#

SD

#

its my own personal mix thomas

stable crane
native halo
#

sorry secret sauce 🤠

#

another miku thomas

bitter latch
bitter latch
#

ruh roh spotted a problem deletes

#

oops

native halo
bitter latch
#

ooh boy

summer shuttle
summer shuttle
native halo
#

use any anime model + cd tuner to get the ultra dark images idk if u have a similar extension on comfy tho

#

prob not 🤠

bitter latch
bitter latch
#

hmm kinda went overboard

native halo
#

yes i have it at 9

#

heres at 20 contrast ( max )

#

detail at 4

bitter latch
#

live action miku movie?

bitter latch
native halo
#

try to add ( dark background : 1.5 ) in prompt

#

try with stop-step at 1

bitter latch
native halo
#

now its better thomas

#

my mix thomas

bitter latch
native halo
#

i did include anilora in the mix for that 2d look

wispy canopy
bitter latch
#

there we go !

native halo
bitter latch
wispy canopy
#

imma whack you with this lamppost yo

bitter latch
nova remnant
#

the hell gates are open

stable crane
native halo
#

we live in a society

bitter latch
stable crane
native halo
#

idk what happened here

bitter latch
#

ummm

stable crane
stable crane
#

it's so hard to get bulky armor

bitter latch
#

ok last one and i'm going to beeeedddD

nova remnant
stable crane
#

ya

nova remnant
#

waow im smort I know all the tips

stable crane
#

I get boobs

nova remnant
#

kek

#

bonk nice model

#

but seriously

#

@stable crane "full armor, metal armor:1.3" or something like that does it for me

#

put negatives for skin

#

bare chest, bare legs, showing skin, skimpy clothes... etc

native halo
supple raptor
gloomy lodge
stable crane
nova remnant
stable crane
nova remnant
#

where are the gun guns

#

I miss them

native halo
#

heres a small one thomas

nova remnant
#

I can hear your thoughts thomas

native halo
nova remnant
#

@native halo rate this mag

native halo
nova remnant
#

THIS is the gun gun

native halo
#

ima shoot u down

nova remnant
stable crane
#

can't get em bulky enough though

native halo
stable crane
#

damn how many layers of coats is she on

native halo
#

all of them thomas

#

another pair of big bois

nova remnant
#

These guns are so cursed its funny

#

@native halo I achieve gun gun gun

native halo
#

triple scope for big fire thomas

magic wave
nova remnant
#

can't download loras for this, not using my pc atm

native halo
magic wave
magic wave
nova remnant
stable crane
gusty palm
#

controlnet from a sketch my friend did

gusty palm
#

i was getting some weird errors earlier

#

i use wildcards frequently and i was getting some kind of out of index error i forget exactly what it was

native halo
#

yea i wasnt getting errors but i couldnt disable or remove the noise,always appeared on img regardless of settings,now its all good with dynamic prompts disabled

gusty palm
#

ooohh

#

i was for sure getting that issue

frozen olive
gusty palm
#

ooo

supple raptor
#

yeh, dynamic prompts has messed with several different extensions in the various tries I've given it. Umi-AI-Wildcards is better and has all of the Dynamic-Prompts features that I would use anyways.

native halo
#

bloated extension 😔

nova remnant
#

oops

native halo
#

now it works for me thomas

nova remnant
#

@native halo okay I fixed it

#

I have thick nurses waow

#

Some are too much for this christian server thomas

#

the negatives are being overpowered!

stable crane
supple raptor
nova remnant
#

I'm trying some armor girls

native halo
nova remnant
#

moar armor

supple raptor
median thunder
supple raptor
silk narwhal
#

good morning

nova remnant
supple raptor
silk narwhal
supple raptor
silk narwhal
nova remnant
#

waow 👍

nova remnant
supple raptor
silk narwhal
supple raptor
silk narwhal
frozen olive
silk narwhal
#

Crazy? She was crazy once, They put her in a room. A rubber room, A rubber room with rats, They put her in a rubber room with rubber rats, Rubber rats? She hates rubber rats, They make her crazy

frozen olive
silk narwhal
silk narwhal
nova remnant
#

I'm going insane

#

I can't get bodies to look good in this breakdomain model

#

To look at least in the right place thomas

silk narwhal
#

have a link?

nova remnant
nova remnant
#

@lyric zealot sadcat why so bad

silk narwhal
#

fans go vrooom:

nova remnant
#

I'm seeing things I thought weren't possible

#

help

silk narwhal
#

hehe ... she is just big, what was the prompt?

nova remnant
#

A pretty boring prompt

#

but I'm using it to test sadcat

silk narwhal
lyric zealot
oak spoke
silk narwhal
#

dreamscape 8 refined with BreakDomainXL at 35%

nova remnant
#

@oak spoke waow hello

near elbow
# median thunder

nice, how did you do that cyclops look? i always fail... also with leela (futurama)

silk narwhal
#

a lora?

nova remnant
#

thomas things broke really bad

#

@lyric zealot waow many mikus

lyric zealot
nova remnant
silk narwhal
nova remnant
#

@lyric zealot cutefy

silk narwhal
nova remnant
oak spoke
#

blood warning maybe?

nova remnant
nova remnant
silk narwhal
nova remnant
#

probably both

#

I didn't realize it was a sdxl model

#

I think it is thomas

silk narwhal
#

SDXL 1.0 yea

lyric zealot
silk narwhal
#

holy... my pc is about to take off 😄

native halo
#

this is what rly happened

silk narwhal
#

this is what happens on my prompts 😄

summer shuttle
native halo
#

my honest reaction

nova remnant
silk narwhal
#

yea..BDXL keeps doing this orange 90s tv colorization on every generation i do with it

#

trashed

zinc flax
median thunder
silk narwhal
nova remnant
#

@native halo is this what you like

native halo
nova remnant
supple raptor
silk narwhal
#

yea.. not sure how to have it change with the refiner model change

#

was using kakigoriv3 and refiner BDXL

#

guess that would be a comfyUI thing 😦

nova remnant
#

@native halo thomas shes coming

silk narwhal
#

lol ..this one failed :/

nova remnant
#

at least body shape isn't weird anymore

#

one of the 8 in the batch had one leg

#

she was sitting sideways so that was normal lmao

#

@supple raptor NUBI

#

waow come at me

#

tell me one touhou character prompt

silk narwhal
supple raptor
#

Then set VAE to none/auto and make sure both models have VAE baked (Kakigori does)

supple raptor
nova remnant
#

okay

#

Its 9am get up

silk narwhal
#

Mystia Lorelei

supple raptor
#

I should sleep now

nova remnant
#

Go 💤

#

Or else I'll review your model with more shreks

supple raptor
nova remnant
#

@silk narwhal is this correct

silk narwhal
#

close enough 😄

nova remnant
#

:p

#

Just a random model, really not sure if it's trained for those

silk narwhal
nova remnant
#

Biiirds

#

I love birds

#

I am now tired

silk narwhal
oak spoke
#

that part was completely accidental too

#

didn't try to put in any text

median thunder
keen hollow
#

mornin'

steady grail
#

ohi

keen hollow
#

yo

oak spoke
#

such discrimination

keen hollow
nova remnant
#

he has no way of tangibly relating to a world scenario that is miles away

keen hollow
#

He's just playin' 🙂

nova remnant
#

yep i know

keen hollow
#

of course I know people are in their afternoons and evenings 😄

nova remnant
#

i just put that thought in cause there are people you see on news that go overboard with inclusivity concept

oak spoke
#

🤣

oak spoke
nova remnant
#

more about addressing everyone across time 🙂

zinc flax
silk narwhal
tired quarry
lyric zealot
#

No Lora ^

#

I can get you the metadata tomorrow

tired quarry
#

i downloaded stable diffusion literally 5 minutes ago

lyric zealot
#

Since I already turned off my computer

tired quarry
#

what's a refiner

tired quarry
lyric zealot
#

Refiner is basically the concept of changing model in the middle of generation. If your reminder ratio is 0.1, then with 10 steps, you will generate 1 step with base model, then 9 steps with refiner model

lyric zealot
# tired quarry also no clue what a metadata is...

A metadata is an embedded data that’s inside most png image people post here. It contains the information about how it was generated. Example, the prompt, the model, the negative prompt, the steps, cfg and others

#

However, not all image posted here will have embedded data. Most of mine, will not have them since I copy and paste them from webui, and that will not have the embedded data. However you can just ping me and ask for it

silk narwhal
#

breakTheDarkness_V08ma refined with Kakigori v3 (0.23)