I tried the third-party stable diffusion 3 for free: https://sdxlturbo.ai/stable-diffusion3
Just input the content you want and generate the image you desire, the overall effect is quite good.
There seems to be some restrictions visually.
Tutorial to remove the 3 images/24h limit
Step 1: Open the website link: https://sdxlturbo.ai/stable-diffusion3
Step 2: Press F12, open the console, paste the following code, press enter, then close it
document.cookie="uniqueId="+[...Array(32)].map(() => (Math.random() * 36).toString(36).charAt(0)).join("")
Tested and effective