Reference thread, try not to masturbate too much to the subjects.Old:>>7897371With male models:>>7903835
>>7927695MmmmmmmmmmmmWould
>>7927695i imagine this must feel empowering for an oldiegood for her
https://gofile.io/d/MvUqiz
worst thread ever
https://gofile.io/d/gDMk3b
https://gofile.io/d/HVtuSY
>>7927695i need you skinniest boniest models please and or literal skeletons
https://gofile.io/d/FvKSDV
>>7927810Thread is saved. Blessed thread.
>>7927812seconding this /r/equest
>>7927834Thank you!
>>7927695Ponder the phagrance
https://gofile.io/d/UaKXmi
>>7928583i appreciate the bald look for head studies. thanks anon.
any fat/curvy bitches
>>7928707https://gofile.io/d/o7wm1g
>>7928736good man. thanks
>>7928736She has folds instead of curves.
https://grafitschool.gumroad.com/l/bgpfz?layout=profileanyone know if this model has done more shoots? she's listed as Polina i think.
>>7928583
>>7928778dam, need this one
>>7928736>*braaaaaaap*
>>7928736thank you
>>7927807arigato
>>7928583best ref for studying
Anyone got like, bikini/normal underwear refs?
>>7929577can't you watch some fashion show?https://gofile.io/d/9hUZdC
>>7929658Thanks anon
>>7928736Got anything fatter?
>>7929955I hope this is for drawing.https://gofile.io/d/EXRr1I
>>7930009Yes it is actually, thanks!
>>7927695Wait, is that Blackspot?!
>>7928795you hella fucking gay
>>7930049nta, you are a fucking blind
>>7929658>>7930009thank you very much
https://gofile.io/d/DSLtYu
any mma stuff/general hand to hand stuff?
>>7928583>bald womanFucking finally thanks anon
>>7930752thanks!
>>7930752i gave it a try. thanks for the set anon.
https://gofile.io/d/GEES2Y
how did the old masters draw children so accurately?
>>7931139Thank you very much!
Packs with black women?
https://gofile.io/d/aZUNYR
>>7931609Come on man you can't call a group of black women a pack.
>>7930049for not being attracted to that nostradamus looking thing? lolwork on your gaslighting fundamentals
>>7931898>nostradamusDid... did you mean... nosferatu...?I assume you didn't, uh, compare her to a sixteenth century fake prophet people for some reason suck the dick of.
>>7931781>>7931609The proper term is 'tribe'
https://gofile.io/d/qozoI0
Wtf is the point of all these? Just draw porn. Look at /s/ or the thousands of subreddits of naked girls. Literally hundreds of thousands of new pictures every single day. Simpcity has an endless amount of giga HD pictures. I dont get it. You can pause any video thats ever been uploaded to youtube and just draw
>>7931898>>7931955>>7930049>>7928583
>>7932007Wtf is the point of porn? They are really bad references. It's all people touching their privates, and spreading legs towards camera.
>>7932002Thank you!
>>7932028Retarded fuck have you never looked at what girls post on OF? 10 minute video of strip teasing and slowly undressing and then slow dancing naked. Most of them have great lighting that accents form and shadow.
>>7931955Ah well so much for my witty retort
>>7932028Sounds like you've seen only one porn
https://gofile.io/d/15xCkn
Any females with boots or a loose dress?
>>7932078name 5
why does the same fag keep posting reaction gifs to packs
https://gofile.io/d/NeZlBm
>>7932081The one I saw was the exception and not the rule? Fascinating, I must have watched a famous classic or something.
>>7933909no
>>7927695I'm sorry if my post comes out sounding retarded, but I have a question. I can look at reference drawings just fine, but when I switch to real life people, I just feel rather icky and can't look at them for more than a few minutes, much less a long period of time. Anyone has any advice on how I can fix this?
>>7935024does the same thing happen when you look at videos of references? I am assuming it like public speaking you have to keep doing it until you are use to it.
>>7935038Screenshots from TV show/movies, clothing references seem to be fine. I think my issue mostly have to do with me looking at nude/almost naked people.
>>7935024You shouldn't need to be staring at them constantly if you're drawingYou can just glance, commit what you see to memory and then draw, until you need to look again
>>7935050so you get embarrass while looking at people. Try not to make eye contact that might help.
>>7933630your mom, your sister, your aunt, both your grandmothers
>>7931777thanks
>>7932987and thanks for this one too
https://gofile.io/d/HJElqQ
Hi anon, im looking for something with a very dramatic tenebrism/chiaroscuro lighting. You can find a lot of low key photography, but its always overedited.
>>7935080you can try posespace if you are willing to buy them.
>>7933909
>>7935078I don't like her face, she looks like Dobby. Can't unsee.
>>7935087That's not bad, the backdrop could be a little bit darker, though.>if you are willing to buy themNah man, i haven't paid a single dollar for porn in my life.
>>7928795>>7932007No asking for any particular reason, but do you happen to be severely mentally ill?
>>7932007>>7932078What you call "great lighting" (soft, diffuse light, ring lights etc.) is generally the exact opposite of what you want in good references, Drawlet-kun.
Anyone have "real action pose collection 6"?
requesting
https://gofile.io/d/j1G20b
>>7936207What did she do to her tits?
>>7936231>she
>>7936207thank you kindly
https://gofile.io/d/gaBp02
>>7936486>Howard LyonBased, thanks. One of the few actually good ones when it comes to these packs, the rest are mainly hack "photographers". The NMA packs are also very good, I remember there being a huge torrent once, but it got lost. Would be nice if somehow it could be recovered.
>>7927695requesting female hands. Specially ones that are just bare, not holding anything.
>>7936519https://gofile.io/d/plyz0s
>>7936519Just imagine a male hand but take away reason and responsibility.
https://gofile.io/d/buvIAN
what do you guys use to compress images? my ref folder is getting huge
>>7937324I have a custom python script for that. Ask chatgpt how to use it if you don't know how:import osfrom PIL import Imageimport iofrom concurrent.futures import ProcessPoolExecutorimport timeMAX_SIZE_MB = 2.0SKIP_IF_UNDER_MB = 2.5SUPPORTED_FORMATS = ('.jpg', '.jpeg', '.png')NUM_WORKERS = os.cpu_count()def compress_image_to_target_size(input_path, output_path, target_size_mb): img = Image.open(input_path) if img.format == 'PNG': img = img.convert('RGB') output_path = os.path.splitext(output_path)[0] + ".jpg" quality = 95 low, high = 30, 95 while low <= high: buffer = io.BytesIO() img.save(buffer, format='JPEG', quality=quality) size_mb = buffer.tell() / (1024 * 1024) if size_mb <= target_size_mb: low = quality + 3 else: high = quality - 3 quality = (low + high) // 2 img.save(output_path, format='JPEG', quality=quality) print(f"Compressed: {input_path} -> {output_path} ({quality} quality)")def collect_files_to_process(root_dir): tasks = [] for folder, _, files in os.walk(root_dir): for file in files: if file.lower().endswith(SUPPORTED_FORMATS): full_path = os.path.join(folder, file) size_mb = os.path.getsize(full_path) / (1024 * 1024) if size_mb > SKIP_IF_UNDER_MB: tasks.append((full_path, full_path, MAX_SIZE_MB)) return tasksdef worker(args): compress_image_to_target_size(*args)def process_directory(root_dir): tasks = collect_files_to_process(root_dir) with ProcessPoolExecutor(max_workers=NUM_WORKERS) as executor: executor.map(worker, tasks)if __name__ == "__main__": root_folder = "" start_time = time.time() process_directory(root_folder) end_time = time.time() duration = end_time - start_time print(f"\nFinished in {duration:.2f} seconds ({duration/60:.2f} minutes)")
>>7937324>>7937372ok indendation is all fucked up, but you can again copy paste this in chatgpt if u need to and ask it to fix it for you
>>7937373worked nicely. thanks
>>7936486>>7936563>>7937172thank you very much
https://gofile.io/d/VX1sYn
>>7938111Thank you!
>>7936563thanks, that's just what I wanted.
Thanks anon, you're the GOAT
>>7938329i wish i was the goat...
>>7938111hell yeah thanks
https://gofile.io/d/vrbGly
>>7931898
>>7939363What, you're gonna tell me you never pondered that?
any portrait reference pack
>>7939363Y'know Quasimodo predicted all of this.
https://gofile.io/d/TsJ4w6
https://gofile.io/d/YGwlAV
https://gofile.io/d/unjSud
>>7927695I'm just glad she shaved
>>7941054thank you.
>>7936499what is so good about lyon?
Are there any skeleton reference packs?
any hands? I'd like som hands
https://gofile.io/d/OQN7Gh
>>7941995Lyon's models don't look like malnourished eastern-european prostitutes and the lighting is top notch
>>7942266oh, that does look quite nice
>>7942266>Lyon's models don't look like malnourished eastern-european prostitutesRight, otherwise they would be good looking.
>>7942266anybody have this set?
>>7942264What the fuck is up with the quality of these? For weighing so much they look like photos I could take with a fucking flipphone
Does anyone have any posespace or nma references? Found a couple links in the past but most seem dead by now
Anyone with enough points could download this JAV nude pose book? https://e-hentai.org/g/3938197/1a749f98ba/Perhaps make a torrent? Or upload it to annas, zlib, etc.?
>>7942744https://gofile.io/d/M9EH5l
>>7942751Thank you very much. I know there are a few people who have been requesting this Kaho Shibuya nude pose book for years. I hope they are happy now.
https://gofile.io/d/CJzBSG
https://gofile.io/d/GYVVpU
>>7944046that looks really nice. thank you
>>7944046Very cool
>>79440465mb images but they were taken with a potato
Requesting, does anyone have this set?It's the Sarah Figurative by Howard LyonHe actually has some of the best figure models and the lighting is easy to work with.
>>7944973
https://gofile.io/d/R3yNE1video with 360, pause to get pose.
>>7945433>i invaded this place inhabitated by mexicans>wtf why are there so many mexicans??????the white mans burden is apparently being dumb as fuck. you do know "los angeles" is a mexican phrase, right?
>>7945530its spanish. mexicans dont even have their own language lmao
>>7945559Where do you think English came from, you retard?
Requesting a reference pack with a female model at extreme low angles similar to this. I think some anon might've posted it in an older thread.
More 360 vidshttps://gofile.io/d/HJ3J4S