Reflecting on Buildspace Nights & Weekends | Season 5
42 Days - Start to Finish for the Final _buildspace season - In Short Pod - A Way to Curate & Create a Hyper-Personalized Podcast.
NOTE: This was completed with the sole intention to learn. It will not be commercialized in any form or fashion.
The Backyard Sports games were deeply embedded into my childhood memories - whether it was Pete Wheeler, Pablo Sanchez, Kenny Wheeler, or the rest of the crew, I fondly recall playing Backyard Baseball for hours at a time. It was recently announced that that Backyard Sports series is making a comeback. Unbeknownst to me, the series has been bought and sold quite a few times since Humongous Entertainment folded back in 2005.
The above screenshot may seem like an oversimplification, but it really is this straight forward. In layman’s terms - after training your model, you can input a prompt TOK
(or whatever you choose) and some other descriptors with a famous person’s name in order to get a cartoon 90’s-esque drawing similar to your favorite Backyard Sports characters.
Fortunately, a lot of the heavy lifting for this how-to
was written Replicate.com Blog Post on How to Fine-tune FLUX.1 with your own images. Even with entry-level knowledge of Transformers, Weights / Balances, and other Machine Learning terminology, you can read thru their post and fine-tune your own model. Just note that it will take about 20-30 minutes and cost a few dollars to fine-tune. This entire process for me took less than 60 minutes from start to finish. There are quite a few cool examples of what people have fine-tuned Flux on here.
At the time of writing - you can fine-tune the Flux text-to-image model on Replicate’s Web Interface, with their Node API, or their Python API.
One of the optional steps that I wanted to complete was ensuring that the model was also copied over to Hugging Face. Hugging Face is the AI community building the future and it has a platform where the machine learning community collaborates on models, datasets, and applications.
You can sign up for and run this model on Replicate here or copy the model from Hugging Face here.
With Replicate, you’re able to retrain the newly created fine-tuned model if the outputs are not meeting your needs. Replicate will also handle auto-captioning the sample images that you provide. That is what I wound up doing for the Backyard Sports Character Generator that I created.
Note - this model takes about 40 seconds to run on H100 hardware. The cost on NVIDIA H100 Hardware is $0.001528 / second
- so, this is about $0.07 per run with 4 image outputs (example outputs located here).
If you’ve made it this far on this post and want to work together, please reach out to me.