UPCOMING CONS I'LL BE AT!

Dec , 2025Midwest Furry FestAttendee
Feb, 2026AnthroExpo@Night Market
July 2026Delta H Con@ ??

Site still a work in progress....

Hello! I'm Elias Choi, owner of Persimmon Milk. I've been drawing since as long as I can remember! Creating art and learning new crafts has always been my passion.I've been casually in the convention circuit since 2017, making my rounds throughout Texas and the South! I'm hoping to continue traveling and making more connections in other states.My aim is to make people smile and laugh with my works but also let them feel seen with the queer perspective. I remember how lonely it felt growing up in rural parts of Texas, being a teen in the 2000s. Though the world is more open now, I know the pendulum can swing.

Elias Choi

Bi-racial Korean-American
I go by Eli, Elias, or Milky
SATX-based
GNC trans man

TEMPLATE BY HARMLESSLYNAPPING

Art Table Setups
Get a view of my convention booth setups

let slider = new Vue({ el: "#app", data: { current: 0, // By default the slide at index 0 timer: null, // Timer null transitionName: "fade", // show: false, // Default hidden to use fade animation (fade-enter with view transitions) slides: [ { title: "I am Slide 1", image: "https://images.unsplash.com/photo-1568051243858-533a607809a5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", url: "https://images.unsplash.com/photo-1568051243858-533a607809a5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" }, { title: "I am Slide 2", image: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80", url: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80" }, { title: "I am Slide 3", image: "https://images.unsplash.com/photo-1520903433380-0422514dee1c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80", url: "https://images.unsplash.com/photo-1520903433380-0422514dee1c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80" } ] }, methods: { next() { this.transitionName = "slide-next"; // Name given to the transition for the next slide const len = this.slides.length; // Number of slides this.current = (this.current + (1 % len) + len) % len; // +1 for next slide: current index + (1 modulo the number of slides) + number of slides modulo number of slides. The modulo operation finds the remainder or signed remainder after a division of one number by another, e.g. the expression "5 mod 2" would evaluate to 1 because 5 divided by 2 has a quotient of 2 and a remainder of 1, while "9 mod 3" would evaluate to 0 because the division of 9 by 3 has a quotient of 3 and leaves a remainder of 0; there is nothing to subtract from 9 after multiplying 3 times 3. // e.g. for 3 slides when we are on slide 2 (remember that we are counting 0 1 2): (1 + 1% 3 + 3)% 3 = 1 // This technique allows us to make an infinite loop because on the last slide: (2 + 1% 3 + 3)% 3 = 0 }, prev() { this.transitionName = "slide-prev"; // Inverse of next :-) const len = this.slides.length; // Inverse of next :-) this.current = (this.current - (1 % len) + len) % len; // Inverse of next :-) }, startRotation() { this.timer = setInterval(this.next, 4000); // Rotation every 4 s }, stopRotation: function () { clearTimeout(this.timer); // Used to stop our setInterval this.timer; // timer is null } }, mounted() { this.show = true; // For condition show for fade-enter this.startRotation(); // Autoplay launch } });
Commission statusWaitlist status
OpenOpen

Add in anymore information about your work style, work flow, schedule, etc on this page! You can also replace the Terms on this page with other stuff (like your rates, what you do and don't do, where you take commissions, etc) if you already have your Terms written elsewhere :)

Things I will doThings I won't do
Furry artMachinery
Suggestive workIncest/pedophilia/beastiality
Ship artHate speech/racist depictions
Mild gore/body horror 

Terms & conditions

......List your terms and conditions here.
......It can be a brief outline or summary of your commission contract.
......By commissioning me and completing your payment, you agree to my terms and conditions.

Payment terms

......Unless discussed prior, full payment must be made before any work begins.
......You will be sent an invoice through paypal/wherever only and payment must be made through the invoice.
......Refunds will not be possible once work has started.

INTERESTED IN COMMISSIONING ME?

please do read through my Terms above if you haven't. all prices listed on my page are commissions for personal usage. for commercial licenses, please contact me directly for more information.

Commission statusWaitlist status
Open [0/3]Open [0/5]

Thank you so much for your interest! By commissioning me and submitting a form, you agree to reading through and accepting all of my Terms & Conditions.

Things I will doThings I won't do
Furry artMachinery
Suggestive workIncest/pedophilia/beastiality
Ship artHate speech/racist depictions
Mild gore/body horror 

If you're unsure on the subject matter, feel free to ask! Please be sure to check my socials to see what I'm already comfortable with drawing and if that's how you'd like your vision to come to life!


Terms & conditions

These terms may be subject to change at any time.

......Once the commission agreement is met and payment is made, I will produce a sketch. You are allowed two revisions on this step before extra fees are added.
......After the sketch is approved, I will begin lining and laying in flats. You are allowed two revisions on this step before extra fees are added.
......If you do not hold the copyright to the character/media, you agree to the artwork being possibly produced
......All commissioned artwork by me is for PERSONAL use only. If you are needing a commercial license, please see below.

Payment terms

......You will be sent an invoice through paypal or square and payment .........must be made through the invoice.
......Commissions UNDER $50 must be paid in full before the work starts.
......Commissions OVER $50 will be invoiced for half at the start, half after .........satisfactory completion of the art.

Fees

......
......
......

INTERESTED IN COMMISSIONING ME?

please do read through my Terms above if you haven't. all prices listed on my page are commissions for personal usage. for commercial licenses, please contact me directly for more information.