#🍥|anime
1 messages · Page 59 of 1
@tepid geyser I would recommend grabbing this one specifically as a fairly easy to use and flexible model. https://huggingface.co/SweetLuna/Aurora
You want are the AuroraONE_F16.safetensors model from the Aurora One folder, which goes in the folder I previously mentioned. You should also grab the AuroraNegative.pt and KHFB.pt files in the AuroraEmbeddings folder, these go in .\embeddings and to use them, you simply add the filename without the file extension to your negative prompt. Here is an example of a negative prompt that I use that uses these embeddings (KHFB, AuroraNegative:1.1), (Worst Quality, Low Quality:1.2), border, nsfw, skimpy, grayscale, multiple_girls, (watermark:1.2)
To download from huggingface, first click on Files at the top. Then find the file you want to download, in this case the model is inside the Aurora ONE folder so you click there. Then click the small download icon next to the file you want to actually download.
i've been scarred so much
i have seen more body horror in the past 30 minutes of trying to make this work than in my entire life
I suspect you'll start getting much better results with this model and setting your Clip Skip to 2.
what are the parentheses for in the prompts?
like some prompts dont have parentheses and others do in examples ive seen
This is probably the best explanation for that. Essentially, parenthesis make the prompt pay more attention to what is inside of them. #🍥|anime message
ah okay thanks!
MY FIRST DECENT LOOKING ONE
quick question if you have time, this model says it is "versatile" and shows a lot of different artstyles. to make it a certain style is there like a setting or value? or do i just have to find the right prompt to make it look that way?
It's done through prompting. usually I use the danbooru tags for different artstyles, such as graphite \(medium\) for a pencil drawing style. It will also respond to words like realistic when you want a more realistic looking image. Do you have the "tagcomplete" extension yet? https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
I do, but im not sure how to use it, the tagcomplete extension that is. is it really as simple as typing and if it recognizes the tag then itll help me fill it?
Yep, but look at the number next to the tag. The number represents the number of images tagged with that tag on danbooru's website. In general, tags that have less than 1k images will have little to no effect in your prompt. You can try those ones, but you may need to find other ways to describe what you want. Tags that have 5k or more images tend to be quite reliable. Character tags have a wide range of minimum images they need to work, but usually 10K or more are pretty reliable. Some characters work with far less though.
thank you, i'll study it more
Here's an example prompt I made based on your image using mostly danbooru tags: 1girl, serafuku, in a classroom, brown eyes, leaning on a desk, black hair, blue skirt, white shirt, sailor collar, absurdly long hair, chalkboard in the background, dappled sunlight, light rays, extremely detailed, intricate
woah
That's using the AuroraOne_F16 model too.
wait so these are all mostly danbooru tags so it makes the generation lean more towards images that contain those elements?
damn, okay i'll try to figure that out thanks for the example!
Pretty much, yeah. The AI is trained using text and image pairings, our anime models are almost all trained on images tagged with danbooru tags. Which allows it to learn pretty effectively which part of the image is associated with most of the different tags.
how important is sampling steps above 20?
Depends on the sampler. I use DPM++ 2M Karras and almost always use exactly 20 steps.
15 steps is often enough for this sampler, but 20 is a pretty safe number to ensure that it gets enough steps.
@tepid geyser do you know how to use PNG Info to view other people's prompts?
no, i did not know that was a thing
Yep, click on one of the images that either I or kether posted and then click "open original" or "open in browser". Then go to your WebUI and click on the PNG Info tab. Then drag that image from the browser window into the source field in WebUI and it will display the prompt as well as the the parameters used to generate it.
holy crap
thank you! that's a great resource
and also this gives me a new perspective on how long prompts can be
👀
It will only work if the person uploaded the image with the metadata intact, but many of us do, and it can be a very good way to learn how to prompt better by seeing what other people do and then trying to modify their prompt to get what you want.
In that example, most of it is the negative prompt. Only the first 3 lines are the actual prompt.
oh wow
i didnt realize
thanks for the resource!
any tips on how to avoid weird hands and stuff like that?
This negative embedding can help a bit: https://civitai.com/models/56519/negativehand-negative-embedding
Put it in your .\embeddings folder and then add the filename without the extension to your your prompt. The other thing that is the biggest help is using tags that define a specific position that the hands should be in. Hands are weird and can make a lot of different shapes which often makes the AI confused when it has to try to come up with a shape for them on it's own. Tags like waving tend to work pretty well. Luck is also a big factor. Many of us that post images with good hands probably have several with bad hands for every one that looks good.
alrighty, thanks!
wait do i want to add the negative hand to my regular prompt or negative prompt?
im assuming negative right
also does the order of prompts matter a lot? like lets say character prompts vs physical objects vs scenery ordering
negative prompt for that one.
Somewhat yes, prompts are interpretted in blocks of 75 tokens. Tags closer to the start of a block of 75 tokens are inherently assigned more importance than tags closer to the end. Tokens are shown by that number in the top right corner of your prompt box. You want to make sure that tag is all within the same block of 75 tokens (sometimes words can be made up of multiple tokens) otherwise the AI can't understand the full tag. For example blue hair is 2 tokens which are most likely "blue" and "hair" if you added that when you already have 74 tokens then blue would be in the first block of 75 tokens and hair would be in the next so it would know you want blue in the image and that you want hair in the image, but it likely wouldn't get that you want the hair to be blue. chalkboard is also 2 tokens so it could also be split as "chalk" and "board". You can add BREAK in all capital letters at any point to fill the current block of 75 tokens with empty tokens and force the next token to be the start of a new block.
thanks, that's very informative!
all this time i've been iterating something and i finally got something that looks decent!!
this is so exciting
it's so cool that i can generate images of this quality locally for free
Oh I like that!
i dont have to rely on tools like midjourney
Yep, the power of open source tech is awesome!
thanks for all your help today :)
My pleasure! The more people I help, the more people I have posting images for me to enjoy XD
oh real quick, how do i delete saved styles?
i saved one way back when i had no idea what i was doing and want to clear it
actually im not 100% what styles do still
but
Styles are just a way to save all or part of a prompt so you can easily add it. I like to use it to save my negative prompts and a few prompts that I commonly use to test models. To delete them, you have to open the styles.csv file in the root directory and manually delete them.
love the ambiance!
Epic
noise offset loras help a lot for dark/night time images. this is the one that I'm using https://huggingface.co/closertodeath/ctdlora/blob/main/loraslayernoiseoffset.safetensors
how much vram does your gpu have @tepid geyser?
thanks for the extra resource!
I have 8gb of vram, but because it's an AMD gpu it's not supported well so i have some trouble doing bigger tasks
Oh, yeah. No, xformers on AMD unfortunately which is a huge vram savings. I don't know if she's around right now, but I know that @trim current uses an AMD GPU so she might have some tips for making SD run better on them.
Uh linjx
COMMANDLINE ARGS= line and change it to
set COMMANDLINE ARGS=--medvram --no-half --precision full --no-half-vae --opt-sub-quad-attention --opt-split-attention-
Ba0ck to bed
thanks for the tips! ill try those settings
what is your name? "MA NAME"
Morning
rapunzel?
did you do text to image or image to image?
text2img only. Lora "Rapunzel Disney Princess, Tangled by YeiyeiArt"
oh wow there's a lora specifically for her that's cool
She's just missing her left hand and it's her right hand that you can see. Laying on her harm.
She chewed it off in her sleep like she is about to do to her right hand 
oh no

i like this one but she has a third arm
here's another iteration, but for some reason adding "only two arms" made it ignore "black hair"
When will genderbend lora be uploaded 
I just lost a good seed
Anyone know how to get it back
It was literally perfect on the preveuw
But my pc turned off and when it was finished it didn't even show
man me too, i just lost the seed that gave me the two images above and everything else is so boring and bad
you can drag the image from the folder it's saved in on your PC into the PNG info tab to get that seed back.
What
I check png and press what
if you have the image that was generated, you can check the metadata on it
If you haven't generated anything since, you can click that blue arrow icon to have it autofill the prompt and all of the parameters of the last generation including the seed.
Then it would be lost to the void unless it happened to be one of a batch of multiple images (and not the first in that batch) in which case you could figure it out since the seeds are sequential in batches.
Oh sad
took a few tries but i think it turned out okay
:D
another version but with wonkier fingers
How the hell
Blud heow
Prompt: ((2d1.5)), masterpiece, best quality, naruto (series), ((uzumaki naruto)), ((genderswap)), ((1girl)), cute, beautiful, medium breasts, blonde hair, ((blue eyes)), ((orange jumpsuit)), ninja, ninja headband, konohagakure symbol, arm up peace sign, hand on hip BREAK Konohagakure, village hidden in the leaves lora:add_detail:1.5 lora:flat2DAnimerge_v10:1
Negative prompt: (KHFB, AuroraNegative:1.1), (Worst Quality, Low Quality:1.2), border, nsfw, skimpy, grayscale, multiple_girls, (watermark:1.2), photorealistic, bad anatomy, bad hands, mutated hands and fingers, bad feet, username, text, error, blurry, jpeg artifacts, cropped
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 46334899, Size: 600x800, Model hash: 1b5f8211ec, Model: AuroraONE_F16, Clip skip: 2
the different images were iterations of these, sometimes just changing the seed
Where are we going mecha-kun?

damn, love the detailing inside the machine
do you think increasing add detail to 2 would make the machine even more complex inside?
Maybe but overdoing it gives you unwanted artifacts
But the mecha lora gives really good settings
damnnnn i'll definitely be looking into that!
@tepid geyser you want 2D?
Hi, does everyone use Stable Diffusion checkpoint v1-5-pruned-emaonly.safetensors?
Though I am not sure if it affects the generated image.
Thank you!
glad to help!
not as good, but i did my best
Hey, thanks for this. I got extremely better result. 
hello
is there someone has a strong gpu ? I want to ask for creating an image for me cuz I don't have really strong gpu
Use google colab
can I get the link ?
Google nocrypt colab
how to use google colab exactly ? is there a video?
Bro didn't even use a lora.
the power of waving
she's got like a pencil neck, careful it doesn't snap from the weight of her head
@supple raptor tried reference only, it doesnt seem like its reflecting the image i give it
Tried it with some 3d style images (koikatsu ofc)
Images just seem like theyre generated under normal t2i parameters
interesting outcome...
Why can’t i generate anything so highres and detailed 😭
make image 640x640 -> upscale to 1280x1280 -> feed image to controlnet tile upscale, change prompt to 'lineart, pastel colors', change resolution to 1920x1920
Controlnet has an upscale mode?
hallo
seemingly, that tile resample can be used for it
og image -> this one i fed to controlnet tile resample
my actual prompt in the resampled image is detailed lineart, pastel colors, and just increased the resolution
was just testing what it actually does
What does the tile resample setting look like
did just use the default settings, nothing changed
why upscaling like this?
I will try to remember this
Multidiffusion seems hard to grasp
multidiffusion?
og, upscale 2x, upscale 3x, using tile resample
tile resample gets some pretty detailed results though
So many methods to do one thing in particular, it drives me nuts
Idk any upscaling methods besides the normal hires fix
a ghost O.O
highres is just doing the diffusion over, using a base noise pattern (renoised image)
tile resample is using the specific image as a base, and it uses your prompt to imagine the things it can't sample properly from the image? i dunno
and then there's comfyui xD
oh, so, it's a way to rescale and add the lost details
canny is not better in this?
canny is edge detection
and using a 'smart' way to use those lines in what they should represent, when combined with the prompt
add the original image on top to have the colors and canny down, use tiled diffusion and voilà, you get a very good upscaling of the original
Hi, how do I avoid this result? 
but i will try the 2 metods and see the differences
a ghost!

you're doing a single shot, no highres upscale generation?
I have no idea what you mean, sorry. But here's what I used:
that stuff happens sometimes when you gen larger resolutions
oh, what would be the recommended resolution?
it's usually better to gen at a lower resolution like 768x and then highres. fix to the desired resolution
yeah... the thing about SD -> it's context aware in an area of 512x512 , how it was trained
so when you go for big resolutions, it simply isn't aware it's generating 2 heads
that's why most of us use highres fix for that
so you first make a 512x512 image, (or 768x768) and then upscale that with highres fix
i'm developing a theory that it is aware of what it is doing, but it is punishing us for forcing him do extra work
Understood. Thank you!
Here is an example which explains it pretty well: Both have the same aspect ratio, however because of the difference in prompt, on the #2, it started 'repeating patterns'. However, the prompt on #1 gave the AI enough information to know how do the composition without having to duplicate things...
tick!
Could you please tell me how to begin the fun? is it happening on a specific channel here ? how to start producing pixtures? is it being recalled by some sort of command?
Currently, there is no public bot on the server that generates images. There is an experimental bot available for early server members & Stable Society. You can obtain the Stable Society role by winning our weekly events #⭐|pow-info #1087493421209485393! However, there are plenty of other ways such as the official https://beta.dreamstudio.ai/ website or by running Stable Diffusion locally using your own hardware! Check out #1080946152318443610 for more details! You can also stop by #1025467151206854736 for any issues you experience while using DreamStudio or #🤝|tech-support for any problems you encounter while installing it locally!
ah, the command /faq even exists now? 😄
yes just must be used as solo 🙂
oke thanks bro
i know 🙂 that's why i used it in sentence, to not trigger it
and hi @warm plinth , hope you'll stick around ^^
No worries I will stay around
Where can I find a guide for upscaling images? I think I found it. 
hello how to change a pose of this image by stable ?
I want him to be holding book
if openpose doesn't work, try to do a sketch by hand and than use canny
OH
I forgot open pose
I wake up and this is rhe first thing i see 
XD
on a side note, cartoons like that fucked up our hands xD
(nah, there's a whole lot more going on)
@tepid geyser for amd youre best off swapping to linux. Dual boot or wslz preferably dual booting. Linux uses rocm and it changes from It/s gens to s/it
512 takes 10ish seconds with rocm vs 2mind with vulkan
They adding rocm to windows but fuckin knows when
@steady grail btw I can't use control net
Could be tomorrow could be in 3 yrs
why?
it's an big extention so my pc can't handle it
you have a gc 1660, right?
better than mine, your problem i'm pretty sure is with the last xformers
i have 4 g and i can use it
it's not so easyy
so what to do ?
follow this #🤝|tech-support message
uh, i would like to hear them too
@trim current what optimization are you using? For amd/directml
the one i used
I am not
Lol
Whatever i posted was when Indid run ML
Backtrack my reply to nubby and fenrix
Youll see the flags i posted for AMD ML usage
But in all honesty for amd i think jts better to use linux. Rocm blows it out of the water its fucking insane
And laughable
i used this e55cb92067094564c259b515b8a6ec3869654083
lol, prompt only absolute thiccness causes.. things.
thanks
Yw
one CHEEK gets accentuated
I still use most flags on linux just to make it stable
But like example difference.
ML 512 takes at most 1min with tiled, im limited to 1.5 higres to 768
On rocm is 15seconds and i can highres x4
Too gay and early in the morning for this amh
I need coffee
LOL xD
add a coffee in the image
i'm in awe of the image quality, 512 non upscaled.
what is this .-.?
who cares about waifu ass when image quality is on the line!
dam, that's optimization asf, one last question, did you install linux on a vm?
I wouldnt
Personally dual boot
I got 2 ssds
Some ppl swear by wsl
oh, i understood now
But id just dual boot
interesting
are you serious ,-. ?
thank you again
i used it to downgrade stable diffusion and use the old xformer
yeah, ur probably right 🙂
Lmfao
and i'm also one of the dude who does mention that to people.
Yeah but only when its excessive i find
however, i specifically go for nippleslips and cameltoes
Straight up nudity is when i say smth
I should type this in cmd ?
Yeee
however, if someone has issues with ... VERY skimpy skin+thicc, i'm not above taking my image down 🙂

there was no nudity, cameltoe, or even sexual intent. The image itself was purely in jest of the prompt only being 'absolute thiccness`. However, i respect you calling it out, and remove it accordingly. we good? ^^
right button on stable-diffusion-webui than git gui here, and type git checkout e55cb92067094564c259b515b8a6ec3869654083
That's why I hate anime girls, people made anime worse with these girls
anyway I don't want to talk about this
Okay , thanks
delete the venv and stop using --precision full --no-half --no-half-vae and restart stable diffusion
I use no half becasue I get errors
wait.. I should detete venu?
That's means I should wait for downloading...
I use these cods
what now I should delete ?
use this --always-batch-cond-uncond --opt-split-attention --xformers --medvram
thats a far reach
i hope your back is ok
you have more gpu than me, if it works with me, i don't see why it shouldn't work with you
I don't get what you mean ._.
its okay
okay
the guy/girl said doesn't want to talk about it. so i'll shut my mouth, but i share your sentiment
yeah thats all i had to say about it and im moving on xP
less discussion, more waifus!
why I don't like a guy ? my character is a boy, I see people don't know I'm a boy
thats pretty
the grain is pretty
we're on the internet. as far as i'm concerned, everyone is ungendered.
pretty much
too bad we have that woman in the middle
i go neutral till told otherwise
where is the git gui ?
oh
you are in stable-diffusion-webui
yes
you should go one directory before and press on the directory with right button
Wait
so you mean this
Isn't git checkout used in root folder
i use git bash here
The root folder is stable-diffusion-webui
dunno the difference
but nothing happens.
oh, so with get gui that's what it does
i needed to look twice too
so what should I do ?
for me I don't get anything in git
or python
you mean get ready for the slowest internet.
i know man
yep
is there a way to share internet ?
she look sad but is pretty
here, NSFW fields of gold!
I should get ready for the next battle.
tick!
torch 2.0 is faster
yes. many ticks. SO. MANY. TICKS. do not walk through these fields -> these fields are LYME COUNTRY
innocent, blush, embarrassed 
yeah, but the old xiformers isn't compatible

am takin abit of break from sd atm, (knowing ill be back in later as much as i try)
my model merge is coming nicely but still looks bleh and ocd is like FIX IT FIX IT FIX IT FIX IT
an trying a new method
but. will it beat darkalfa?!
darkalfa is doing worse than alfahentai 😦
rn its coming out too cel-shaded
people are horny xD
new method is creating the base with 1.5 sd but merged with add-details
1 is too high, will need to remerge lower and try again
good. keep it that way 😛
i'm already hating on darkalfa because i identified flaws 😛
last image was on alfahentai. this is on darkalfa. that wheat is VERY NSFW
i think you should censore that wheat in the second one XD
yeah, you are probably right.
hello everyone
It is 😄
What model?
lol. medieval thiccness 😄
this is a medieval goddess
oh yeah. That wheat would get me fired. v. nsfw
?
because the wheat is VERY good looking
oh
when anyything gets high enough image quality, it could be considered 'nsfw' because it's just that damn good
i mean. it's just that, a wheat field, but damn, does it makes you want to be there ❤️
Faces on point, ngl, you got luck
XD totally nsfw wheat
she has concerns...
SCIENCE!
oh it's SCIENCE power
eface, how bad is my cow submission from 1 to 10?
uh... i'll just go with "i'm sure you won't win"
nice
gotta say though, probably one of my favorite submissions thus far
I think my image looks bad quality wise (looks like someone who only drew for a few months or like a year total drew it) but I really liked how I managed to make the idea I had in mind
that's actually more important imho 🙂
yes
i've done done some submissions i knew wouldn't win
but were more close to my heart than making something 'that woudl be more probable to win'
what cfg?
Trying more reference-only controlnet 
This is my first submission. I know i wont win pow 
^^
first pow is always scary
so CUUUUUUUUUUTEEEEEEEEEEEEEEEEEEEEEEEEEEE
first POW always hurts


In a chassis of steel, she ponders her plight, trapped in the chaos of relentless fight;
Her purpose in war, a cryptic lure, begging the question - for what does she endure?
WHO IS USING MY LLM PROMPTING STYLE -> YOU NEED MY MODEL!
It's just flavour text haha
Also that is chatGPT
no. that is a prompt!
Prompt: Nestled amidst the tangled roots of a massive,ancient tree lies a small clearing,illuminated by the soft glow of bioluminescent fungi clinging to the trunk. Amidst the underbrush,a curious sight catches the eye - a sleek,metallic feline perched atop a fallen log,its eyes fixed firmly on its surroundings. The Mechanical Cheshire Cat,once a mere housecat,has been transformed by unknown means into a living weapon,its body adorned with gears and circuitry. One half of its body is painted in bright blues and yellows,while the other half is coated in matte black. Its long,slender tail ends in a deadly barb,perfect for snaring prey,
2x controlnet upscale (tile resample + reference)
i have a 1x controlnet upscale as cow submission, but i might even like this one more 😮
THANK YOU
(using the og as reference keeps the end image coherence even better)
what is that reference_only?
Wtf it actually is 
why so saturated then?
New controlnet update
i know an LLM prompt when i see it
Came out with v1.1.153 I think
what it do?
so this is like img2img but better?
basically, it takes the 'elements' of the image, and uses it as reference
no.
It does things
@brittle jay it uses elements of the image you use, for 'inspiration'
be it style, or subject
something like the t2i style
yeah so what people think img2img is supposed to be
in smile's case, he used black/white art, so that style gets applied
I mean, not only that, cause I did have to put on (greyscale:1.4) and use black/grey/white colors for the hair and eyes and stuff
in my case with the mecha cat, i used the reference style of the og non-upscaled image, so that it could keep image coherence better
But it also mimicked the contrast
Cause normally the hair would be done darker
But it mimicked it all being like all the same washed out black
And I feel like it probably mimics like the line style too and color composition too
OG - > Tile resample Upscale (non reference) -> Tile resampe upscale (with reference to OG)
Generated pic & controlnet pic, it is trying to do something with like the black at the bottom
make sure your resolutions align
Too much work tho 
fair.
But after tweaking the controlnet pic it works fine
you the og artist?
picrew?
Also for my COW submission I did a Cyberpunk 2077 screenshot as the controlnet pic
❣️ PERSONAL & NON-COMMERCIAL USE ONLY ❣️ 個人的および非営利的な使用のみ ❣️
✅ OK to use as profile picture.
✅ OK to post in online picture galleries & social media.
🚫 NOT OK to use for business pages, branding, advertisements, self-promotion, stickers, merchandise etc etc.
🚫 NOT OK to mint or turn into NFTs.
🖼 INFO: https://sushicorepicrew.carrd.co
Wait so is the right the controlnet pic and left your generation?
That is correct yes
reference?
damn
Reference preprocessor ye 
yeah, that one will be seeing a LOT of use in the future
Yeee, its cool 
Yeah, its really good XD
not sure if it going to be for me, because ... i need to click stuff
I mean, you could like
Have a bunch of random pics of like random themes
And randomly apply em
Depending on what you feeling like
my job is insert someting insane into an LLM, then ctrl+c->ctrl+v into SD, press generate, enjoy pretty pictures
dude. how many do you think i have? i've literally engineerd the random prompt xD
Yeah but I mean like, to slap onto the controlnet xD
now. if that controlnet could be fed automagically..
too many clicks.
lol
:O
paging @ocean reef seems my model has hidden husbando for ya 'jack frost'
I think I'm going to try to see if something like this works tho
Very peggable, I approve
uhh... ok 🙂
whatever floats your boat ❤️
somewhere long all the models, there has been training on jack frost, but it doesn't really recall what it should REALLY look like. this is my model performing in peak performance (it doesn't know the character, but a vague recollection)
if you use that, you should use my 'scientists' from earlier today 😄
It looks really weird but also dope
Scientists? 
#🍥|anime message science.
Infinite curves
i dunno what u prompted though. i simply prompted scientist and used a reference one of my absolute thiccness prompts
Oh, I tried to replicate the same charcter you did xD
used my prompt?
the OG thicc scientist, or these?
The OG one I suppose :O
A plus-size woman stands confidently amidst a chaotic laboratory filled with strange devices and equipment. Her short, spiky hair is dyed bright blue, and she sports thick glasses perched on the end of her nose. She wears a stained white lab coat over a tight-fitting purple dress, revealing ample cleavage and curves. One arm is raised, holding a test tube aloft as if ready to perform some experiment. The background is cluttered with junk and debris, adding to the overall sense of disarray. Despite the mess, there's no denying the intensity of focus on the scientist's face as she goes about her work. BREAK lineart

Aurora won't understand that tho 
you're right. it won't
that's why i hate that model xD
lol
can i introduce to darkalfa? 😄
that is extremely tempting. I used to mess around with linux partitions before so I know how to do it, it just…. ughhhhh annoying
thanks for the tip though! the time difference is insane….
if ur on windows -> wsl2
i have my LLM on ubuntu in windows
for the purposes of stable diffusion making the linux partition on a HDD should be fine right? as opposed to SSD.
i just have more room on the hdd
THE NAI HAIR AGAIN
you have an llm locally on your machine?
yes
It do like that a lot
the specific reason i went and bought a used 3090, for the vram xD
i'm so glad my model killed that shit off for good
wait what’s wsl2?
it's gone. no more underglow hair. EVER. done.
WSL = windows subsystem for linux
you can run a unix kernel NATIVE inside windows
Is it bad? 
i HATE the NAI glowing hair with a vengeance
I mean, the only thing I don't like about booru prompting is that its really depending on booru tag amount
And booru images being tagged correctly
Cause its really hard to do like tomboy style hair
wait and would wsl2 allow me to use rocm like lizzie was saying? or at least get better performance using AMD?
handsome! ❤️
Ohhhh, the uhhh "inner_colored_hair" tag basically xD
i've been using it to use the GPTQ binaries that are available for linux, but not for windows, so i can fit that 30b model in my vram
Also, more science
you’re very welcome! i know before i was told about the different ckpt my outputs were so trash too LMAO
so much body horror 🫣
so yeah, it shoudl be able to do rocm inside windows (because you are actually using linux)
yes. my model can only do it if there's an actual light source that supplies the light to do it
basically name a popular male character and add ((genderbent)) and “[size] breasts” to the prompt LMAO
why not just download the model 😄
i need more downloads anywy lol
it's NOT good at booru prmopts, i'll give that up front
do you have a guide to set me in the right direction for setting this up by chance?
wait whut?!
lets try this one https://civitai.com/models/64843/darkalfa-effortless-high-quality
O
it's not the best at booru prompts, but at least you don't need masterpiece either 😄
(that's right, IGNORE ALL quality prompts)
do use my negative prompt tho
cute
Civit is lying 
Fair 
i'm REALLY bummed it does worse than my accidental hentai model
People horni 

where is the art
like my nsfw wheat fields!
Fair XD
https://youtu.be/FyKPsua6Br8 Also, vibes
FIFTY FIFTY - Cupid - Twin Version Sped Up
This video has it all. A cool background, a great song, 1 hour of enjoyment, and most importantly, John Cena dancing for the entirety. This is similar to my previous upload, but I added in the moving John Cena :)
The "I'm Feeling Lonely" song is great for the gym or studying or whatever.
LMK If you e...
O
I accidentally pasted the screenshot here too
XD
Send it
hello
Doesn't look like it did anything tho
Cos youre rebuilding venv now
so how to fix that ?
Try deleting venv and doing it again
for me, trying to restart after the error, would have done the trick
every time?
yes
-you deleted the ven, restarted the program from the bat and you got an error?
yes
@fallen sundial i see you have spaces in your folder names
now I'm restarting again
yes
huh
I cant change
you have a folder or library open
oh... i forgot why i removed spaces from names, that was the reasonù
the name
you are using a file inside the directory
or the file is loaded and doesn't want to be unloaded
it happens
in that case, you need to restart
i use unlocker in this cases
Okay
btw Ai is very useful
I use ai for creating anime drawings for my youtube videos
and people thinks this is my drawing
but I try to mention that is not my drawing
Until someone does hand spotting 
not as you thinking,they say these drawing are cool
Well thats fine then
Or background analysis
guys maybe move to #🤝|tech-support
yes right
the whole prompt: 👩🏫
I got a idea
@wispy canopy You think merging Aurora with Chillout mix would be good? 
only one way to find out!
Tru
(insert any of the 1000 do it gifs)
Good luck
be amazed the crisp font tho!
It actually is crazy how clean it looks
Thank 
I mean, it do, I love Kimante tho
yeah, Kimante is best subject!
But my model = crisp lines city ^^
oh, and actual functional microphones 😄
O, you rite :O
ignore background singers, got this one on lead singer right too
even fingers are right 😮
she's hooked up on copium tho, as clearly visible
I can haz cheeseburger?
Is she? :o
O ye she is
Or she has something sussy going on 
@wispy canopy non waifu, hentai and porn or those that got lucky early on when civitai was much smaller and still have a massive following now can get away with non hentai/waifu/porn
I kinda vibe with chillout aurora tho 
@wispy canopy the rest of us though, well we should be happy with 500-1000 downloads
alfahentai 1.0 and 1.1 got 1k downloads in total
indeed
hassakuHentai is way better if you want to do hentai, in my opinion
v1.2? yes
v1.0 -> no
which is the one i used for alfahentai actually
yes 1.2 😛 its what I use
First try at Multidiffusion with region prompts. Holy shit this is insane
oh shit, she's about tho smite someone with a sun?!
Also @wispy canopy you know where to get that offset model to merge it? :o
the darkness offset?
left hand why... she was the perfect sun ❤️
Oh thats a new one 
Cause I have epinoise, sd 1.5, and locon, and only using those 3 combined it gets actually dark xD
https://civitai.com/models/15879?modelVersionId=18744i used this one
Offset Noise LoCon This is a LoCon model extracted from offset noise ckpt. And can be used on anime model too. What is offset noise? Diffusion With...
ok. time to turn to bed. have this image on the lyrics to Cepheid - Goddess (and be jelly of my transparant fabric!)
epinoise vs locon vs sd15noise
might want to remove #2
And all of them at once is the only way to actually get dark
#2?
Uhh, I mean barely, but sure :o
i know, it's nitpicking
Fair :o
are you specifying WHAT should be dark/black?
applied locon at 0.6 but i didn't speicfy what should be dark, so background gets it
aight, now i'm off for real!
new animation , but without removing the face or editing frames
I will send it
here
wait a minute
or I will send it with editing
Wait me to finish it
making pretty wides and i wasnt tagged

Sori 
I added little lizzie to the prompt tho


me too dw 
is there someone can use sd rn ?
for what?
i think there are upscaling websites are out there, u dont need sd to upscale
and my internet is good enough , so I would like to ask someone
so confused
I can't find better than sd
other websites needs credits and like these and I used all of mine
and yes there are others but sd really upscale well
@subtle crown could I get your help with sd ?\
if someone of you guys don't mind helping me with sd
I just need upscaling
and also creating image if you don't mind
why can you not do it again?
can't you wait till you have good internet?
I can, but I need the images for my video editing
May have new OC 
sucks cant use any loras with WD, couse they all 1.5 lol
Yehhhh
Are there any samplers specifically better for anime?
a lot of models recommend DPM++ SDE Karras but in general the sampler isn't going to have an impact on the anime style, moreso the overal composition of the image
Erm, I'm seeing a visible toe of a camel there bud.

I'm pretty sure thats reflection 
I made a better one tho
And this one is pretty great, but reflections are a bit weird
O wait this is what I used for reference, I think I see why the crotch is like that now
Does anyone know what this necklace is called?
bead_necklace?
That's a bit bloody for here bud.
I'd at least put spoilers on it for those who aren't the biggest fan
sure thing
Thanks
Me rn in this channel

Cmon peeps
anyone tested out the new waifu diffusion beta? Downloading two of them now.
is there a way to generate diffrent colored hair with one prompot like red hair than black hair than brown
Need an extension that lets you specify prompt regions and split it into three prompts.
yea i tried that extension but shits crash my stable
Gonna have to outpaint instead I guess.
you can use tags like multicolored_hair and streaked_hair with the desired hair colors but it's not going to be consistent
so replicating the same pattern in multiple images is going to be tough
I'm sure it's fairly simple with inpainting but I don't really use inpainting so I can't help you with that 🙃
Less horny, more peace and tranquility...
anyone know how to fix this?
did the model you use recommend a vae? that usally fixed the problem if i ever got those purple spots
That is a no VAE issue, most models need a VAE
https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt
Get this, put it in in the "Stable-Diffusion" folder in the "models" folder
Rename the file type from ".ckpt" to ".vae.pt"
And then you can go to settings and apply it from there
evenin'
ty
Evening 
how ya doin
How do I create the illustrations?
most folks are using stable diffusion 'round these parts
@chrome nexus
Currently, there is no public bot on the server that generates images. There is an experimental bot available for early server members & Stable Society. You can obtain the Stable Society role by winning our weekly events #⭐|pow-info #1087493421209485393! However, there are plenty of other ways such as the official https://beta.dreamstudio.ai/ website or by running Stable Diffusion locally using your own hardware! Check out #1080946152318443610 for more details! You can also stop by #1025467151206854736 for any issues you experience while using DreamStudio or #🤝|tech-support for any problems you encounter while installing it locally!
There's no need to change the extension for VAE's anymore. They can go directly in the .\models\VAE directory as .ckpt, .safetensors, or .vae.pt filetype. The renaming was only needed when we used to load VAEs by naming them the same same as the model with .vae.pt for the extension.
Tron world
Ohhh
Thats fair then
Still works tho
XD
Yep, I think the renaming trick will run into problems if the VAE is in .safetensors format though.
Does anyone have a One Piece yamato prompt?
yep, tronpunk
Can't link it since it's tagged NSFW, but theres a Yamato LoRA on Civitai. I doubt you're going to get very close to her with just prompts since she has less than 1k images on danbooru. Around 3k images is usually the threshold when characters start working on most models.
So WD, I hate it, this would pass like ok model 6 months ago, not now...
Which one are you using?
all of them
WD has a very specific style
ink and mofu prob the best ones, but its still bad
not my cup of tea either
let's see some creative images 🙂
you first
I just started downloading them. I'll reserve any judgement until I've used them for at least a couple of days. OpenCLIP requires different prompting than CLIP, so I expect some skill issues to start with.
lol model is no good
I don't have time to install LoRA! Can someone generate an illustration for me?
pretty colors
got to love automatic1111 saying you somehow run out of memory trying to generate two 512x512 images
pretty sure loras take about 15 seconds to download
idk
normally it can do 3 512x768 fine, so i dont know whats wrong right now
The side of the guy's face is consistently discolored, any way to resolve that? (I use image to image but the original one does not have the discoloration)
https://civitai.com/models/65986/ruvimixstyle is not bad if your looking for flat look
I mean the previews they showed looked pretty mid as well, so idt WD is a go to model for anything still
Its amazing how the ai community stagnated on 1.5 so long that now new models become inconvenient to switch too bc they dont have nearly as much flexible use as 1.5 has been modified to have
More like 5
badoinker

booba
Previews, and the 4 images I've generated on a single aesthetic model so far look better than base NAI. Even without modifying my old prompt. Based on the incredibly small amount of testing I've so far, I think it might be the best base checkpoint that exists. It shouldn't be directly compared to models that have been refined through MBW and finetuning for the last 7 months, with a bunch of LoRAs applied on top of that, it should be compared to the base models because all of that additional merging and training can be done on it too.
I mean, even here, id think NAI is better. WD has this squishiness to the details that i dont like
Also, people keep saying that all it needs for models to be trained on it, and yeah i get that, but where are these models? People said the same thing the last WD release and i still have barely seen anyone use a WD model
People tried training on it at first but then after that i heard nothing about it
The last WD checkpoint was ass and pretty much everyone I saw said the same thing. It almost never got anatomy right and would randomly flip between realistic and anime style in the same prompt. The aesthetic version of that one showed more promise, but still wasn't good.
So u mean to say we’re at a better checkpoint now? (No pun or whatever intended)
Pickle salesman.
Pilch….
It seems that way to me so far, but again. I've only just barely started using it. I could certainly start running into major problems.
Yep that's the brand. Pilch Pickles.
Well ill just keep my ears open in case things change this time
UFO abduction
2 girls, 1girl with blue hair standing on the right, and 1girl with pink hair sitting on the left,
Even if the model does still need more training, OpenCLIP in SD2.x is undeniably better than CLIP in SD1.4/1.5.
damn i like that concept
who got good merges with Aurora
I merged Aurora with Synergix at 0.5 WS, seems to be able to go good realism 
Can you send me the link to the model?
As usual you guys a model with good hands and details 95% of the time ... im really picky like that! this one has OVER 50 MERGES !! please consider...
I meant the merged model.
fine. I just hate having to deal with large downloads, especially with the colab down bad on fast stable diffusion
any LORA makers in here right now?
Me, whats yo bussy-ness? 

I'm pruning tags, adding some, just wondering if it matters if the focus tag is first in the prompt or if alphabetical is fine since the focus tag is in every prompt
Uhhh, you mean like the keyword?
yeah
I mean
you know, i've been farting with this stuff for months and have never ever created a model or lora or anything
WD tagger puts it at the start by default
too much generating to do 😛
Fair xD
can you use civitai links for nocrypt's colab?
Uhhh, not sure, you'll have to test, since I just run it on my pc
nvm, it works
Ayyy das good then :O
is it a good idea to also merge that model with the epinoiseoffset?
good morning 🙂
Uhhh, not sure
Gmorning 
Also good morning @wispy canopy 
(with extra good)
lel, this early?












