Username: 
Password: 
Restrict session to IP 

AI: Text to image

1 2
Global Rank: 253
Totalscore: 87266
Posts: 1639
Thanks: 1339
UpVotes: 887
Registered: 16y 74d




Last Seen: 1d 19h
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: 838
Totalscore: 30792
Posts: 14
Thanks: 12
UpVotes: 17
Registered: 2y 27d
dangarbri`s Avatar
Last Seen: 135d 14h
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: 838
Totalscore: 30792
Posts: 14
Thanks: 12
UpVotes: 17
Registered: 2y 27d
dangarbri`s Avatar
Last Seen: 135d 14h
The User is Offline
RE: AI: Text to image
Google/translate0Thank You!0Good Post!0Bad Post! link
gizmore
Global Rank: 187
Totalscore: 110495
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 228d
occasus`s Avatar



Last Seen: 9d 23h
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: 544
Totalscore: 46340
Posts: 220
Thanks: 205
UpVotes: 214
Registered: 13y 136d
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: 187
Totalscore: 110495
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 228d
occasus`s Avatar



Last Seen: 9d 23h
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: 35
Totalscore: 291084
Posts: 165
Thanks: 157
UpVotes: 173
Registered: 16y 57d
livinskull`s Avatar





Last Seen: 5s
The User is Online
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: 60092
Posts: 2
Thanks: 2
UpVotes: 4
Registered: 9y 216d
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: 10186
Totalscore: 434
Posts: 4
Thanks: 3
UpVotes: 4
Registered: 161d 16h
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: 187
Totalscore: 110495
Posts: 88
Thanks: 78
UpVotes: 91
Registered: 9y 228d
occasus`s Avatar



Last Seen: 9d 23h
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, JanLitwin17, 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 3639 times.