I love making my own shirts and hoodies with AI, so after GPTs came out, I was thinking - why not try to make an end-to-end GPT to make shirts?
This is the first version - I am thinking of adding more features.
While building this, I encountered some interesting issues:
1. It turns out that the GPT developer doesn't have access to the image link when the user generates an image using the native image generation. So I needed to generate the image off-premises, to be able to pass the image to the shirt manufacturer. I went for the Stability AI API, since the DALLE limits and prices are too high.
2. I really needed to play around with the system message to get GPT2Tee to have the tone that I was looking for. The most annoying thing was that it wouldn't always display the image of the shirt, sometimes it would just link to it. I finally cracked it when I asked it to display the image using the proper markdown (![imageName](imageUrl))
3. It's not perfect - I want to have the ability to put the image in different locations on the shirt, and also to remove the background when I don't want it, or when it's appropriate.
This is the first version - I am thinking of adding more features.
While building this, I encountered some interesting issues:
1. It turns out that the GPT developer doesn't have access to the image link when the user generates an image using the native image generation. So I needed to generate the image off-premises, to be able to pass the image to the shirt manufacturer. I went for the Stability AI API, since the DALLE limits and prices are too high.
2. I really needed to play around with the system message to get GPT2Tee to have the tone that I was looking for. The most annoying thing was that it wouldn't always display the image of the shirt, sometimes it would just link to it. I finally cracked it when I asked it to display the image using the proper markdown (![imageName](imageUrl))
3. It's not perfect - I want to have the ability to put the image in different locations on the shirt, and also to remove the background when I don't want it, or when it's appropriate.
I hope people enjoy it.