I run stable diffusion locally, and run the txt2image with commands like:
python3.8 scripts/txt2image.py --prompt "Joe Rogan eating a donut next to Elon Musk"
I highly doubt that it has been trained to use Joe Rogan, Elon Musk, and donuts. However, it consistently delivers each time.
But could I give the prompt a URL or HREF to scan? Like a specific Instagram profile of someone less googleable?
For example:
python3.8 scripts/txt2image.py --prompt "https://www.instagram.com/russellbrunson/, Russell Brunson, taking a selfie while eating a donut."
Is that possible? Has this been discussed?