Skip to main content

AI-generated images to be sold as stock photos through Shutterstock

Shutterstock — one of the most popular stock image websites — plans on selling AI-created images, according to reporting from Gizmodo.

Shutterstock will generate the images using DALLE-2, and the company claims it will compensate creators whose images are used to generate the images.

An astronaut on a horse generated by Dall-E-2 AI image generator.
Image used with permission by copyright holder

DALL-E 2 is one of the most popular AI art generators, and Shutterstock has an ongoing relationship with the AI’s developer, OpenAI. Shutterstock plans on moving forward with monetizing AI artwork, even while conversations are ongoing about the legality of the practice. Shutterstock believes it has the solution, though. The company will establish a “Contributor Fund” to pay contributors when their images are used by DALL-E 2.

Recommended Videos

However, selling AI-generated images is far from a consensus, especially in the stock image market. The CEO of Getty Images, Craig Peters, recently aired his concerns in an interview with The Verge.

“There’s a lot of questions out there right now — about who owns the copyright to that material, about the rights that were leveraged to create that material — and we don’t want to put our customers into that legal risk,” he said. Peters also expressed concerns about the company’s competitors racing to monetize AI images, and he emphasized a need to answer questions about copyright and how to properly attribute and pay creators.

“I think the fact that these questions are not being addressed is the issue here,” he said. “In some cases, they’re just being thrown to the wayside. I think that’s dangerous. I don’t think it’s responsible. I think it could be illegal.”

AI-generated art has gained a lot of attention lately (for better and worse). Apps like Midjourney make the technology available to everyday people, and even Microsoft is throwing its weight behind the tech. Shutterstock is confident it has the solution, though, and you could get direct access to these DALLE-2 images within the next few months.

Caleb Clark
Former Digital Trends Contributor
Caleb Clark is a full-time writer that primarily covers consumer tech and gaming. He also writes frequently on Medium about…
OpenAI’s latest model creates life like images and readable text, try it free
ChatGPT and OpenAI logos.

OpenAI has introduced its 4o model into ChatGPT to enable native image generation within the chatbot atmosphere. This upgrade makes it so you don’t have to use OpenAI’s Dall-E image generation model as a separate entity, though Dall-E remains available for those as a preference. The AI brand has also enabled its Sora AI video generator within ChatGPT. 

The new features are currently available for ChatGPT free users, as well as for ChatGPT Plus, Team, and Pro users. Availability will be coming to enterprise and education users next week.

Read more
Microsoft will soon use AI to help you find your photos and files on Copilot+ PCs
The Surface Laptop shown in front of a Copilot+ sign.

In a Windows Insider blog post, Microsoft announced an AI upgrade to Windows Search to make finding photos, documents, and settings easier. However, the enhanced feature is restricted to Copilot+ PCs with Snapdragon processors; AMD and Intel support is coming soon.

The update has all the same fixes and improvements from build 26100.3613; nonetheless, some of the best Copilot+ PCs will be left out simply because they use  AMD or Intel processors. Microsoft will release the update gradually, and you can also take advantage of both semantic and lexical indexing to search for your photos and documents more efficiently. Because of this improvement, you don't have to remember the exact file name you're looking for, which is a huge time-saver.

Read more
I tested the future of AI image generation. It’s astoundingly fast.
Imagery generated by HART.

One of the core problems with AI is the notoriously high power and computing demand, especially for tasks such as media generation. On mobile phones, when it comes to running natively, only a handful of pricey devices with powerful silicon can run the feature suite. Even when implemented at scale on cloud, it’s a pricey affair.
Nvidia may have quietly addressed that challenge in partnership with the folks over at the Massachusetts Institute of Technology and Tsinghua University. The team created a hybrid AI image generation tool called HART (hybrid autoregressive transformer) that essentially combines two of the most widely used AI image creation techniques. The result is a blazing fast tool with dramatically lower compute requirement.
Just to give you an idea of just how fast it is, I asked it to create an image of a parrot playing a bass guitar. It returned with the following picture in just about a second. I could barely even follow the progress bar. When I pushed the same prompt before Google’s Imagen 3 model in Gemini, it took roughly 9-10 seconds on a 200 Mbps internet connection.

A massive breakthrough
When AI images first started making waves, the diffusion technique was behind it all, powering products such as OpenAI’s Dall-E image generator, Google’s Imagen, and Stable Diffusion. This method can produce images with an extremely high level of detail. However, it is a multi-step approach to creating AI images, and as a result, it is slow and computationally expensive.
The second approach that has recently gained popularity is auto-regressive models, which essentially work in the same fashion as chatbots and generate images using a pixel prediction technique. It is faster, but also a more error-prone method of creating images using AI.
On-device demo for HART: Efficient Visual Generation with Hybrid Autoregressive Transformer
The team at MIT fused both methods into a single package called HART. It relies on an autoregression model to predict compressed image assets as a discrete token, while a small diffusion model handles the rest to compensate for the quality loss. The overall approach reduces the number of steps involved from over two dozen to eight steps.
The experts behind HART claim that it can “generate images that match or exceed the quality of state-of-the-art diffusion models, but do so about nine times faster.” HART combines an autoregressive model with a 700 million parameter range and a small diffusion model that can handle 37 million parameters.

Read more