This is ai-artwork-uploader, a project that makes it easy to share your AI generated artwork on web3.storage.
It's small static site using valinna JS that uses w3ui components to upload images and metadata generated by DiffusionBee to web3.storage. Metadata and image links are passed in the parameters when linking to this static site (example), see the table below for more detail on the accepteed URL params. The static site is hosted using GitHub pages.
| Parameter | Description | type | example |
|---|---|---|---|
| Description | The prompt used to generate the artwork. | String |
"Paintnig of a dog eating a banana in the style of Hockney" |
| params | The metadata object used to generare the images. | JSON Object |
{ "Seed": 4683 "Scale": 7.5 "Steps": 25 "Img Width": 512 "Img Height": 512 } |
| images | A list of generated image URLs (if commiing from DiffusionBee, these are temporary URLs | Array<String> |
"https://bee.transfr.one/b2-63639eaa-25a0/file.png, https://bee.transfr.one/b2-63639eaa-25a0/file.png" |