Alright, so today I’m gonna walk you through my little project: “sunny wrestler.” It’s a dumb name, I know, but bear with me. It all started last week when I was messing around with some new image processing libraries.

First, I grabbed a bunch of wrestling pics off the internet. Yeah, totally random, I just thought it would be funny. I’m talking your classic wrestler poses – muscles, roaring, the whole shebang. Then I fed these images into a pre-trained style transfer model. This model was originally trained on landscapes, bright colors, that kind of stuff. I figured, “what the heck, let’s see what happens.”
The initial results were… interesting. It basically slapped a sunny, landscape-y filter on top of the wrestlers. Think really bright, saturated colors and weird textures on their skin. It looked kinda like they were wrestling in a field of sunflowers, which was definitely not the vibe I was going for.
So, I decided to tweak the parameters a bit. I started playing around with the style weight. The default style weight was way too high, making the wrestlers look like they were melting into the background. I cranked it down until the original wrestler image was more prominent.
Next, I messed with the content weight. This controls how much the output image resembles the original wrestler photo. I bumped this up a little to make sure the wrestlers still looked like, well, wrestlers and not just blobs of color.
It still looked pretty bad, so I went back to the images I was using as style references and picked some new ones. I found some vibrant sunset photos and images with strong directional lighting. This actually made a big difference! The “sunny” effect became more about light and less about weird textures.
After a lot of trial and error, I finally got some results that I actually liked. The wrestlers still looked like wrestlers, but they were bathed in this intense, golden light. It kinda gave them this heroic, almost cartoonish look. Like they were about to suplex the sun itself.
I then wrote a quick script to batch process a larger set of wrestling images. Set it to run overnight, and the next morning I had a folder full of “sunny wrestlers.” Some of them were hilarious, some were kinda cool, and some were just plain weird. But overall, it was a fun experiment.
Here’s what I learned:

- Style transfer is cool, but it’s not magic. You gotta tweak the parameters to get good results.
- The style reference images really matter. Choose wisely!
- Sometimes, the best results come from unexpected combinations. Sunsets and wrestlers? Who knew?
So yeah, that’s the story of my “sunny wrestler” project. Nothing earth-shattering, but it was a good way to kill some time and learn something new. Plus, now I have a bunch of weird wrestling photos to share with my friends.