Username: 
Password: 
Restrict session to IP 

AI: Text to image

1 2
Global Rank: 253
Totalscore: 86669
Posts: 1610
Thanks: 1314
UpVotes: 849
Registered: 15y 288d




Last Seen: 19h 27m
The User is Offline
AI: Text to image
Google/translate1Thank You!2Good Post!0Bad Post! link
AI is on it's rise.
There is site, playgroundai.com where you can turn text into images.
I challenge you to try this with your nickname as text input.
The geeks shall inherit the properties and methods of object earth.
Last edited by gizmore - Nov 17, 2023 - 20:38:17
Global Rank: 896
Totalscore: 28375
Posts: 13
Thanks: 11
UpVotes: 16
Registered: 1y 241d
dangarbri`s Avatar
Last Seen: 3d 5h
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!1Good Post!0Bad Post! link
It would be nice if you didn't have to make an account to demo.

But I do already have an openai account with their API.
Using the Dall-E API I get this

Code to make img:
GeSHi`ed Python code for dalle.py
1
2
3
4
56
7
8
9
1011
12
13
14
1516
17
18
19
20
 
from openai import OpenAI
import sys
client = OpenAI()
 def makeimg(prompt: str) -> str:
    response = client.images.generate(
      model="dall-e-3",
      prompt=prompt,
      size="1024x1024",      quality="standard",
      n=1,
    )
 
    image_url = response.data[0].url    return image_url
 
if __name__ == "__main__":
    print(makeimg(sys.argv[1]))
 
Global Rank: 896
Totalscore: 28375
Posts: 13
Thanks: 11
UpVotes: 16
Registered: 1y 241d
dangarbri`s Avatar
Last Seen: 3d 5h
The User is Offline
RE: AI: Text to image
Google/translate0Thank You!0Good Post!0Bad Post! link
gizmore
Global Rank: 182
Totalscore: 110815
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 77d
occasus`s Avatar



Last Seen: 7d 17h
The User is Offline
RE: AI: Text to image
Google/translate0Thank You!2Good Post!0Bad Post! link
Thank you gizmore, this site is absolute hammer!
occasus-347351711.png
Global Rank: 537
Totalscore: 46776
Posts: 219
Thanks: 203
UpVotes: 210
Registered: 12y 349d
space`s Avatar
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!1Good Post!0Bad Post! link
And next, please show what image it gives for your wechall password!
Contact only via c3BhY2VAd2VjaGFsbC5uZXQ= or PM...
Windows can be secure... but only if you don't use it Happy
Global Rank: 182
Totalscore: 110815
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 77d
occasus`s Avatar



Last Seen: 7d 17h
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!1Good Post!0Bad Post! link
Quote from space
Nov 20, 2023 - 20:26:54

And next, please show what image it gives for your wechall password!

hmm... why? is there a reverse function from image created by that site that reveals the used text ?
Global Rank: 37
Totalscore: 286221
Posts: 159
Thanks: 153
UpVotes: 161
Registered: 15y 271d
livinskull`s Avatar





Last Seen: 10h 10m
The User is Offline
RE: AI: Text to image
Google/translate2Thank You!1Good Post!0Bad Post! link
Quote from occasus
Nov 21, 2023 - 15:50:39

Quote from space
Nov 20, 2023 - 20:26:54

And next, please show what image it gives for your wechall password!

hmm... why? is there a reverse function from image created by that site that reveals the used text ?


For more entropy! Unless your password is "password"
Global Rank: 395
Totalscore: 60134
Posts: 2
Thanks: 2
UpVotes: 4
Registered: 9y 65d
Simonselles`s Avatar
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!3Good Post!0Bad Post! link
I'm either a two faces guy, or a guy with only one leg but two feet.
simonselles.png
Global Rank: 10629
Totalscore: 342
Posts: 3
Thanks: 2
UpVotes: 3
Registered: 10d 11h
illu`s Avatar
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!1Good Post!0Bad Post! link
The pics are hilarious Happy
The AI doesn't like my name and takes ages to process the prompt :<
Maybe some of you could generate some fun ones? :>
Global Rank: 182
Totalscore: 110815
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 77d
occasus`s Avatar



Last Seen: 7d 17h
The User is Offline
RE: AI: Text to image
Google/translate1Thank You!2Good Post!0Bad Post! link
W/ this prompt: Post-apocalypse destroyed city with surviving beautiful, sensual, hot and tattooed lady. and default settings I got this, which I really love:
post-apocalypse-destroyed-city-with-surviving-beautiful-sensual-hot-and-tattooed-lady-512.png
1 2
tunelko, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, SwolloW, dangarbri have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 664 times.