-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmidjourney-vs-dalle.html
67 lines (59 loc) · 2.18 KB
/
midjourney-vs-dalle.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HS1CLSVM1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HS1CLSVM1Z');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MidJourney VS OpenAI Dall E 2 </title>
<meta name="keywords" content="dall e 2,dall e 2 tutorial,dall e 2 demo,dall e 2 how to use,dall e ai,dall e 2 access,dall e tutorial,dall e 2 vs midjourney,midjourney ai,midjourney ai tutorial,midjourney discord,midjourney free unlimited,midjourney vs disco diffusion,midjourney vs dalle"/>
<meta name="description" content="i will use same prompt to generate image using mid journey and Dall E 2. everytime, Midjourney will produce better image than dall e 2. ">
<style>
body{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
p{
background-color: whitesmoke;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
a{
color: blue;
text-decoration: none;
}
h2{
background-color:lightskyblue;
}
</style>
</head>
<body>
<div class="title">
<h2>
MidJourney VS OpenAI Dall E 2
</h2>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/S6q2QWy56AU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="text"><p>
Mid journey and Open AI's Dall E are used for Text to Image Generation.
</p>
<p>
i will show you the difference between, mid journey and openAI’s Dall E 2.</p><p>
I will write the same prompt and give it to Dalle and mid journey.</p><p>
Then compare images generated by both.</p><p>
For each prompt, you can see that mid journey is much better at Image generation than dall e 2.</p><p>
Difference between dall E and mid-journey.
</p>
</div>
</body>
</html>