Dall e how to use

Dall e how to use

DALL·E Explained in Under 5 Minutes

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

It seems like every few months, someone publishes a machine learning paper or demo that makes my jaw drop. This month, it’s OpenAI’s new image-generating model, DALL·E.

This behemoth 12-billion-parameter neural network takes a text caption (i.e. “an armchair in the shape of an avocado”) and generates images to match it:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

I think its pictures are pretty inspiring (I’d buy one of those avocado chairs), but what’s even more impressive is DALL·E’s ability to understand and render concepts of space, time, and even logic (more on that in a second).

In this post, I’ll give you a quick overview of what DALL·E can do, how it works, how it fits in with recent trends in ML, and why it’s significant. Away we go!

What is DALL·E and what can it do?

In July, DALL·E’s creator, the company OpenAI, released a similarly huge model called GPT-3 that wowed the world with its ability to generate human-like text, including Op Eds, poems, sonnets, and even computer code. DALL·E is a natural extension of GPT-3 that parses text prompts and then responds not with words but in pictures. In one example from OpenAI’s blog, for example, the model renders images from the prompt “a living room with two white armchairs and a painting of the collosseum. the painting is mounted above a modern fireplace”:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Pretty slick, right? You can probably already see how this might be useful for designers. Notice that DALL·E can generate a large set of images from a prompt. The pictures are then ranked by a second OpenAI model, called CLIP, that tries to determine which pictures match best.

How was DALL·E built?

Unfortunately, we don’t have a ton of details on this yet because OpenAI has yet to publish a full paper. But at its core, DALL·E uses the same new neural network architecture that’s responsible for tons of recent advances in ML: the Transformer. Transformers, discovered in 2017, are an easy-to-parallelize type of neural network that can be scaled up and trained on huge datasets. They’ve been particularly revolutionary in natural language processing (they’re the basis of models like BERT, T5, GPT-3, and others), improving the quality of Google Search results, translation, and even in predicting the structures of proteins.

Most of these big language models are trained on enormous text datasets (like all of Wikipedia or crawls of the web). What makes DALL·E unique, though, is that it was trained on sequences that were a combination of words and pixels. We don’t yet know what the dataset was (it probably contained images and captions), but I can guarantee you it was probably massive.

How “smart” is DALL·E?

While these results are impressive, whenever we train a model on a huge dataset, the skeptical machine learning engineer is right to ask whether the results are merely high-quality because they’ve been copied or memorized from the source material.

To prove DALL·E isn’t just regurgitating images, the OpenAI authors forced it to render some pretty unusual prompts:

“a professional high quality illustration of a giraffe turtle chimera.”

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

“a snail made of a harp.”

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

It’s hard to imagine the model came across many giraffe-turtle hybrids in its training data set, making the results more impressive.

What’s more, these weird prompts hint at something even more fascinating about DALL·E: its ability to perform “zero-shot visual reasoning.”

Zero-Shot Visual Reasoning

Typically in machine learning, we train models by giving them thousands or millions of examples of tasks we want them to preform and hope they pick up on the pattern.

To train a model that identifies dog breeds, for example, we might show a neural network thousands of pictures of dogs labeled by breed and then test its ability to tag new pictures of dogs. It’s a task with limited scope that seems almost quaint compared to OpenAI’s latest feats.

Zero-shot learning, on the other hand, is the ability of models to perform tasks that they weren’t specifically trained to do. For example, DALL·E was trained to generate images from captions. But with the right text prompt, it can also transform images into sketches:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Results from the prompt, “the exact same cat on the top as a sketch on the bottom”. From https://openai.com/blog/dall-e/

DALL·E can also render custom text on street signs:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Results from the prompt “a store front that has the word ‘openai’ written on it’”. From https://openai.com/blog/dall-e/.

In this way, DALL·E can act almost like a Photoshop filter, even though it wasn’t specifically designed to behave this way.

The model even shows an “understanding” of visual concepts (i.e. “macroscopic” or “cross-section” pictures), places (i.e. “a photo of the food of china”), and time (“a photo of alamo square, san francisco, from a street at night”; “a photo of a phone from the 20s”). For example, here’s what it spit out in response to the prompt “a photo of the food of china”:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

“a photo of the food of china” from https://openai.com/blog/dall-e/.

In other words, DALL·E can do more than just paint a pretty picture for a caption; it can also, in a sense, answer questions visually.

To test DALL·E’s visual reasoning ability, the authors had it take a visual IQ test. In the examples below, the model had to complete the lower right corner of the grid, following the test’s hidden pattern.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

A screenshot of the visual IQ test OpenAI used to test DALL·E from https://openai.com/blog/dall-e/.

“DALL·E is often able to solve matrices that involve continuing simple patterns or basic geometric reasoning,” write the authors, but it did better at some problems than others. When the puzzles’s colors were inverted, DALL·E did worse–“suggesting its capabilities may be brittle in unexpected ways.”

What does it mean?

What strikes me the most about DALL·E is its ability to perform surprisingly well on so many different tasks, ones the authors didn’t even anticipate:

“We find that DALL·E […] is able to perform several kinds of image-to-image translation tasks when prompted in the right way.

We did not anticipate that this capability would emerge, and made no modifications to the neural network or training procedure to encourage it.”

It’s amazing, but not wholly unexpected; DALL·E and GPT-3 are two examples of a greater theme in deep learning: that extraordinarily big neural networks trained on unlabeled internet data (an example of “self-supervised learning”) can be highly versatile, able to do lots of things weren’t specifically designed for.

Of course, don’t mistake this for general intelligence. It’s not hard to trick these types of models into looking pretty dumb. We’ll know more when they’re openly accessible and we can start playing around with them. But that doesn’t mean I can’t be excited in the meantime.

Blog Post Explained- Creating Images from Text using DALL·E

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Introduction & Overview

Honestly, my heart just skipped a beat, the power of this neural network is just unbelievably good. These images are so cool and the point here is that these images aren’t photoshopped or human-created, they are AI-generated by this new model called DALL·E. What it can do is, it can take a piece of text and it can output a picture that matches that text. The thing that is super astounding to note is the quality of these images and what’s even more astounding is sort of the range of capabilities that this model has. DALL·E is a single model that can take a piece of text and optionally a part of an image or none of an image and it will output the image, either it continues the image you already gave part of or it generates the image by itself.

DALL·E is a 12-billion parameter version of GPT-3 trained to generate images from text descriptions, using a data-set of text-image pairs. The authors do not disclose how they got/made the data-set. The authors found that it has a diverse set of capabilities, including creating anthropomorphized versions of animals and objects, combining unrelated concepts in plausible ways, rendering text, and applying transformations to existing images.

Comparison with GPT-3

GPT-3 is the famous text generation model by Open AI. My hypothesis on GPT-3 was, it smartly mixes the training data rather than remembering the training data, the same hypothesis is kinda repeated for DALL·E as well. Like GPT-3, DALL·E is a transformer language model. It receives both the text and the image as a single stream of data containing up to 1280 tokens and is trained using maximum likelihood estimation to generate all of the tokens, one after another. This training procedure allows DALL·E to not only generate an image from scratch but also to regenerate any rectangular region of an existing image that extends to the bottom-right corner, in a way that is plausible with the text prompt.

To understand how this model works, we need to go back a little bit and look at the models it draws from namely, the Vector Quantised-Variational AutoEncoder (VQ-VAE) and GPT-3.

VQ-VAE

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

VQ-VAE model takes the image, encodes it into a latent space (VQ), reconstructs/decodes it again into the same image (VAE), and then whatever is in the middle is a sensible latent representation of that image. If you can train this model, you are going to get some sort of a representation in the middle that describes the image, otherwise, you couldn’t reproduce the image. It turns out that the classic autoencoder doesn’t work too well but this model works quite formidably. So what we are going to have in between is an embedding space, which is also known as a codebook (vocabulary or latent encodings). In total, the codebook vector contains 8192 vectors.

The important thing to note here is that the model cannot just output any latent encoding, the encoder outputs are continuous vectors, but these continuous vectors should be one of the vectors present in the latent encoding itself. If the model encodes a vector that is not amongst the vectors in the latent space, which it inevitably will (because of the randomness present in neural networks), the model will just find the nearest one in our codebook (vocabulary) and choose the nearest vector as an encoding for that vector. So the encoder can only hit one of those codebook vectors.

The model then feeds these codebook vectors to the decoder, the decoder just decodes these vectors from these codebook vectors and that turns out to be much much much better than simply doing the autoencoder thing continuously. So imagine that this codebook vocabulary is sort of like a vocabulary of image descriptions

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

The VQ-VAE algorithm goes like this, you take an image, split the image up into a grid (it’s not as fine as pixels, it’s fairly large) of size 32×32. Every image is described by 1024 tokens (32×32) and then you make an encoder such that when this grid is through the encoder, each block in the low-resolution description of the image corresponds to one of the codebook vectors, and each region is described by the codebook vectors itself.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

There are 8192 codebook vectors and the image only consists of 1024 tokens, so the same token may not be reused over and over again. The low-resolution description of the image is actually not a downsampled image, it’s a description as the codebook vectors contain a lot of information by themselves. The encoder and decoder both are trained at the same time with the straight-through estimator because the nearest neighbor computation isn’t exactly differentiable, they also train the codebook to match the output of the encoder and that’s the VQ-VAE.

VQ-VAE with GPT-3

A token is any symbol from a discrete vocabulary; for humans, each English letter is a token from a 26-letter alphabet. DALL·E’s vocabulary has tokens for both text and image concepts. Specifically, each image caption is represented using a maximum of 256-byte pair-encoded tokens with a vocabulary size of 16384, and the image is represented using 1024 tokens with a vocabulary size of 8192. The images are preprocessed to 256×256 resolution during training. Similar to VQVAE each image is compressed to a 32×32 grid of discrete latent codes using a discrete VAE that we pre-trained using a continuous relaxation. The authors found that using this model with relaxation obviates the need for large vocabulary sizes. So, what would continuous relaxation look like?

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

If you have an operation such as a discrete random variable, you need to take an argmax of it, what you’ll have is some sort of logits, after taking the argmax of it you’ll end with a distribution which tends to only positive scaled values. This is the same operation we do in VQ-VAE where we assign each output of the encoder to the nearest codebook vector. VQ-VAE doesn’t hard assign the encoder outputs to the codebook vectors, it soft assigns them. This is sort of analogous to the difference between the K Nearest Neighbor and Gaussian Naive Bayes algorithm.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Summary

The architecture and training procedure will be shown in more detail in an upcoming paper. This article is just more of an overview of how DALL·E works and what fundamental concepts it uses to attain such SOTA performance. DALL·E is a simple decoder-only transformer that receives both the text and the image as a single stream of 1280 tokens — 256 for the text and 1024 for the image — and models all of them autoregressively. The attention mask at each of its 64 self-attention layers allows each image token to attend to all text tokens. DALL·E uses the standard causal mask for the text tokens, and sparse attention for the image tokens with either a row, column, or convolutional attention pattern, depending on the layer.

DALL·E от OpenAI: Генерация изображений из текста. Один из важнейших прорывов ИИ в начале 2021 года

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Пару дней назад мы подводили ИИ итоги 2020-го года в мире машинного обучения. 2021-й год только начался, но мы определенно видим одну из важнейших работ в области ИИ текущего года.

Итак, исследователи в области искусственного интеллекта из OpenAI создали нейронную сеть под названием DALL·E, которая генерирует изображения из текстового описания на естественном языке.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use


Если тебе интересно машинное обучение, то приглашаю в
«Мишин Лернинг» — мой субъективный телеграм-канал об искусстве глубокого обучения, нейронных сетях и новостях из мира искусственного интеллекта.

DALL·E представляет собой версию GPT-3 с 12 миллиардами параметров, обученную генерировать изображения из текстовых описаний на датасете из пар текст-изображение. Исследователи обнаружили, что DALL·E обладает огромным репертуаром генеративных возможностей, включая возможность создания антропоморфных животных и других необычных объектов, комбинирующих совершенно нетривиальные свойства, например «кресло в форме авокадо.»

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useИзображения, сгенерированные DALL·E на основании текстового описания «кресло в форме авокадо»

Можно сказать, что уже были все предпосылки к созданию DALL·E: прошлогодний триумф GPT-3 и успешное создание Image GPT сети, способной к генерации изображений на основе текста, использующей языковую модель трансформер GPT-2. Все уже подходило к тому, чтобы создать новую модель, взяв в этот раз за основу GPT-3. И теперь DALL·E показывает невиданные доселе чудеса манипулирования визуальными концепциями с помощью естественного языка!

Как и GPT-3, DALL·E — это языковая модель-трансформер, принимающая на вход текст и изображение, как последовательность размером до 1280 токенов. Модель обучена максимизировать правдоподобие при генерации токенов, следующих один за другим.

Также, сотрудники из openai выразили озадаченность тем, что уровень реалистичности и результаты работы современных генеративных моделей могут оказать сильное влияние на общество. И опасаются за возможные неоднозначные социальные и экономические последствия использования подобных технологий.

Давайте посмотрим на примеры, которые говорят сами за себя. Исследователи утверждают, что не использовали ручной «cherry picking». Примерами являются изображения, полученные при помощи DALL·E, в которых используются 32 лучших примера из 512-ти сгенерированных, отобранных нейросетью нейронного ранжирования CLIP, созданную теми же OpenAI.

Text: a collection of glasses sitting on the table

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useИзображения, сгенерированные DALL·E

Забавно, что алгоритм способен к мультимодальности, и справляется с неоднозначностью слова glasses в английском языке.

Text: an emoji of a baby penguin wearing a blue hat, red gloves, green shirt, and yellow pants

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useЭмодзи пингвиненка, одетого в голубую шапку, красные перчатки, зеленую футболку и желтые штаны

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

DALL·E может не только генерировать изображение с нуля, но и регенерировать (достраивать) любую прямоугольную область существующего изображения, вплоть до нижнего правого угла изображения, в соответствии с текстовым описанием. В качестве примера за основу взяли верхнюю часть фотографии бюста Гомера. Модель принимает на вход это изображение и текст: a photograph of a bust of homer

Text: a photograph of a bust of homer

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useФотография бюста Гомера

Особенно поражает то, что DALL·E выучил исторический и географический контекст. Модель способна к обобщению тенденций в дизайне и технологиях. Вот пример того, как DALL·E генерирует телефонные аппараты разных десятилетий двадцатого века.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useФотографии телефонов разных десятилетий XX века

DALL·E попросили сгенерировать изображение по следующему описанию: «гостиная с двумя белыми креслами и картиной Колизея, картина установлена ​​над современным камином». Как оказалось DALL·E может создавать картины на самые разные темы, включая реальные локации, такие как «Колизей», и вымышленных персонажей, таких как «йода». Для каждого объекта DALL·E предлагает множество вариантов. В то время как картина почти всегда присутствует на изображении, DALL·E иногда не может нарисовать камин или правильное количество кресел.

Text: a living room with two white armchairs and painting of the colosseum. the painting is mounted above a modern fireplace

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useГостиная с двумя белыми креслами и картиной Колизея, висящей ​​над современным камином

Название модели DALL·E (DALL-E, DALL E) является словослиянием имени художника Сальвадора Дали и робота WALL·E от Pixar. Вышел такой своеобразный Вали-Дали. Вообще в мире ИИ «придумывание» таких оригинальных названийэто некий тренд. Что определенно радует, и делает эту область еще более оригинальной.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useСтарый добрый перенос стиля WALL · E в Dalí

Для пущего сюрреализма и оправдания своего названия DALL·E «попросили» сгенерировать животных, синтезированных из множества понятий, включая музыкальные инструменты, продукты питания и предметы домашнего обихода. Хотя это не всегда удавалось, исследователи обнаруживали, что DALL·E иногда принимает во внимание формы двух объектов при решении о том, как их объединить. Например, когда предлагается нарисовать «улитку-арфу».

Text: a snail made of harp

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useУлитка-Арфа. Фантастические твари и где они обитают..

Вывод

DALL·E — это декодер-трансформер, который принимает и текст, и изображение в виде единой последовательности токенов (1280 токенов = 256 для текста + 1024 для изображения) и далее генерирует изображения авторегрессивном режиме. По-видимому, авторегрессивный режим работы трансформера создает дискретную репрезентацию в разрешении 32х32, после чего VQVAE предобученный энкодер-декодер «завершает генерацию» до разрешения 256×256. Оговорюсь, что последнее предложение — это мое предположение, нужно подождать выхода самого пейпера.

Что можно сказать? Наступает эра «великого объединения» языковых моделей, компьютерного зрения и генеративных сетей. То что мы видим сейчас, уже поражает воображение своими результатами, не говоря уже о том, насколько подобные подходы могут изменить процесс генерации контента.

Как будет возможность, подготовлю уже технический разбор самой модели DALL·E, учитывая, что ребята из openai обещают предоставить более подробную информацию об архитектуре и обучении модели в ближайшее время.

Полезные ссылки

Чтобы сделать публикацию еще более полезной, я добавил образовательные материалы, которые могут быть интересны начинающим и продолжающим свой путь в мир машинного обучения:

Ну вот и все! Надеюсь, что материал оказался полезным. Спасибо за прочтение!

Что ты думаешь о DALL·E и подобных генеративных нейронных моделях, способных создавать визуальный контент по текстовому описанию? Где может быть полезна такая технология? Насколько тебя впечатлили результаты? Давай обсудим в комментариях.

DALL·E 2 — мои первые эксперименты с возможностями нейросети

Еще в прошлом году я в свое время подавался в лист ожидания для того чтобы опробовать нейросеть GPT3 для генерации текстов, и спустя достаточно длительное ожидание она попала ко мне в руки, и даже в рабочем проекте мы с ней поэкспериментировали.

И когда Open AI открыли возможность получить доступ к их новой нейросети DALL·E 2 я конечно же воспользовался возможностью и вот на прошлой неделе и она попала мне в руки.

Введение — а что это за DALL·E 2 такая?

Немного про саму нейросеть DALL·E 2 — она создана для генерации изображений на основе пользовательского описания.

https://openai.com/dall-e-2/ — на сайте проекта достаточно подробно и с примерами показывается что эта штука уже может, но я добавлю пару примеров в статью, чтобы у вас как у читателя сразу был некоторый контекст.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useАстронавт отдыхающий в тропическом отеле в космосе в фотореалистичном стиле Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useТарелка супа которая является порталом в другое измерение как «digital art» («цифровое искусство») Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useАстронавт верхом на лошади как карандашный рисунок

Также кроме создания изображений с нуля, данная нейросеть способна модифицировать изображения дорисовывая что-то на них, так и создавать варианты исходного изображения.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useПример создания вариантов из исходного изображения Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useПример модификации изображения — нейросеть попросили дорисовать диван

Итак, после того как все мы поняли что же эта штука умеет, настало время проверить это на практике.

Тесты нейросети

Этот вариант генерации вышел несколько абстрактным, но в целом неплохо

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to useUnreal engine 5 space station background inspired with space games and films

Viewst team (developers, designers, managers and so on) making coding and sales of they wysiwyg software what helps create animated banners in Leonardo da Vinci styles

Как видно получается неплохо, задумка похожа на стоковые фотографии о командах которые делают свои дизайнерско\разработческие и прочие дела, но вот качество лиц конечно подкачало на «фотореалистичных вариантах»

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Теперь перейдем к другим стилям

Realistic oil painting of Doggy in medieval armor with viewst chameleon logo on shield fighting with dragon of low sales

(Реалистичная масляная живопись изображающую Догги в средневековой броне с Viewst логотипом хамелеоном на щите сражающейся с драконом низких цен)

А вот это уже весьма круто выглядит и более чем соответствует запросу — не считая отсутствия дракона низких цен 🙂

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Photo of cosplayers with costumes from games, films, anime before they go on stage to show whey work and performance

(Фото косплееров с костюмами по играм, фильмам и аниме перед тем как они выйдут на сцену показать свою работу и выступление)

Опять мы видим проблему с лицами людей (и любовь по всей видимости к аниме у нейросети 🙂 )

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

А теперь попробуем поменять стиль для такого запроса

Digital art of cosplayers with costumes from games, films, anime before they go on stage to show whey work and performance

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

И для картинки с девушкой с фиолетовыми волосами я решил посмотреть как сработает функция создания вариантов — и получилось более чем достойно

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Pixel art of cosplayers with costumes from games, films, anime before they go on stage to show whey work and performance

И пиксель арт получается достаточно интересный

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

А теперь пришло время пейзажей. Как вариант я решил посмотреть что же может сделать нейросеть касательно моего родного города Рыбинска, и насколько это будет похоже на открыточные виды.

An impressionist watercolor painting of Rybinsk with view from water on bridge, museum and church at summer time

Этим результатом я был очень впечатлен, так как на многих фотографиях обычно как раз фигурирует собор, здание музея с красной крышей и мостом через волгу

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

И для примера фотография

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Затем для того же запроса я попросил сделать еще вариантов, и вот что получилось

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

А затем я решил посмотреть на варианты пейзажей с осенью вместо лета и сменить стиль с акварели на масло

An impressionist oil painting painting of Rybinsk with view from water on bridge, museum and church at autumn time

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Затем я решил попробовать режим работы с созданием вариантов по готовому изображению.

Я взял картинку медведя-пивовара из моего туристического пэт-проекта, и запросил нейросеть создать другие варианты эскиза. И получилось на удивление не плохо

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Затем я опробовал вариант дорисовки\перерисовки изображения — взял картинку медведя, и запросил Bear in engineering helmet and blueprints in hands и разметив область головы и рук (вместо секиры)

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Далее я решил посмотреть, что будет если разметить все изображение как возможное место для перерисовки с запросом Bear in watercolor type with Rybinsk museum background

Как видно, в таком случае сеть никак по большей части не отталкивается от предыдущего стиля изображения, а только от текстового описания.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

И еще раз попробовал варианты, в этот раз вышло более коряво для медведя с секирой

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Продолжим пробы с вариантами — тут я использовал свою фотографию с фестиваля в косплее на Иванушку из Морозко

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Еще варианты косплейной фотографии, на этот раз с моим Айзеком из Dead Space 2

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

И еще немного перерисовки фотографии с запросом Phot if Russian summer forest (да, я опечатался)

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

А теперь продолжим с безумными запросами, часть из которых мне подсказали)

Wrestler in ball gown (рестлер в бальном платье)

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Wrestler in ball gown from renesanse time in style of Yan van Eyk

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

DND dwarf monk character who likes cats and use as iron apples to fight for balance in a world (ДНД персонаж гном монах который любит котов и использует железные яблоки для того чтобы бороться за баланс в мире)

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

DND dwarf monk character who likes cats and use as iron apples to fight for balance in a world in unreal engine 5 style

И вот что будет если мы чуток поменяем запрос и попросим стиль Unreal Engine 5

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Warhammer elf mage character riding a white Chinese dragon in unreal engine 5 style (Warhammer персонаж маг-эльф верхом на белом китайском драконе в стиле Unreal Engine 5)

Продолжим фэнтези тематику

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Warhammer elf mage character riding a white Chinese dragon (Warhammer персонаж маг-эльф верхом на белом китайском драконе)

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

“Warhammer elf mage character riding a white Chinese dragon” by Yan van Eyk

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Проба работы с вариантами логотипа

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Medieval cockatiel tapestry

И еще один подсказанный запрос который вышел просто потрясающе

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Medieval cockatiel tapestry as wallpapers in modern house

И вариант с попугаями выше в виде обоев

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Красивый лес в стиле Шишкина с гигантскими мухоморами и охотниками за шишками

А теперь проверим как нейронка «понимает» другие языки, в частности русский — как мы видим в целом про лес и шишки и мухоморы понято, но уже не так хорошо.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Photorealistic 3d render of donut with blue glaze and small yellow hearts and pearls on glaze in purple room

Продолжим с вариантами генерации изображений. Данный запрос я составил, чтобы посмотреть получится ли что-то похожее на работу в 3d от @Troxx_cosplay

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

И вот что получилось

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Oil painting of landscape with road going through field surrounded by forest. Road goes to giant grey concrete building, with few small windows on top. All landscape is foggy

Продолжаем тему пейзажей

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Еще немного работы с вариантами картинки

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Young woman not tall with short blue hair and many earrings with feathers and stones in light jacket, brown shirts, high socks and army shoes in watercolor style

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Кокадутиэль

И тут отлично выглядящие пейзажи

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

“Front end and backend developers arguing to create ultimate developer”by Leonardo da Vinci

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Front end and backend developers arguing to create ultimate developer in medival style

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Disco elisium detective fighting his destiny in medival style

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Что же можно сказать по итогу (после того как я потратил все доступные бесплатные лимиты).

Так что нас ждет очень интересное будущее 🙂

Comprehensive Guide to DALL-E By OpenAI: Creating Images from Text

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Transformers is all the attention, we need right now!

OpenAI has recently released its text-to-image generation model based on transformers architecture called DALL-E. The name of this model is inspired by surrealist Salvador Dali and the robot from Wall-E. DALL-E is a neural network that creates images from text( that can be expressed in natural language). This model holds 12 billion parameters of autoregressive transformers(from GPT3) trained on 250 million pairs of images and text that are collected through the internet. The DALL-E model gives high-quality images on MS-COCO dataset zero shot, when trained without labels. Due to the model’s flexibility, DALL-E is able to integrate different things in a very reasonable way such as creating anthropomorphized versions of animals, rendering text, and performing some types of image-to-image translation.

The DALL-E framework is published under OpenAI by Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea Voss, Alec Radford, Mark Chen, Ilya Sutskever.

THE BELAMY

Sign up for your weekly dose of what’s up in emerging technology.

Here is an example of generating high-quality AI images generated from text.

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

Overview of DALL-E

The DALL-E is a transformer language model whose goal is to train an autoregressive transformer in order to model the text and image tokens as a single stream of data. The overall approach DALL-E can be shown as maximizing the evidence lower bound (ELB) on the joint likelihood of the model distribution over images. Using pixels as image tokens may require a high amount of memory to generate high-quality images but the use of likelihood objectives tends to capture the high-frequency structure that makes the objective more visible to us. The whole training procedure has divided into two stages:

Stage 1 : Train a discrete Variational Autoencoder(DVAE) to compress each 256 X 256 RGB image to 32 X 32 grid of image tokens, each element of which can assume 8192 possible values. This reduces the context size of the transformer by a factor of 192 without a large degradation in visual quality.

Stage 2 : Concatenate up to 256 BPE-encoded text tokens with the 32 × 32 = 1024 image tokens, and train an autoregressive transformer to model the joint distribution over the text and image tokens.

Apart from generating images from scratch, the above approach helps to reproduce a consistent image with the text that can extend to the bottom-right corner from any rectangular region of any image.

Application use of DALL-E

Requirements & Installation

The package which we are going to install is the PyTorch implementation of discrete VAE used for DALL-E. You can install this package via pip.

!pip install DALL-E

Demo of Using Pretrained D-VAE for DALL-E

a) For dowloading the image

b) For preprocessing the downloaded image

The input image is :

The output image after reconstruction will look like this:

Dall e how to use. Смотреть фото Dall e how to use. Смотреть картинку Dall e how to use. Картинка про Dall e how to use. Фото Dall e how to use

EndNotes

In this post, we have given an overview of DALL-E, a very simple method for text-to-image generation based on an autoregressive transformer.

Note : All the images except for the output are taken from official sources.

Official Codes, Documentation & Tutorials are available at :

Источники информации:

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *