banner_image ×
SeaArt AI Unternehmensversion

Arafed woman sitting at a desk with a book and headphones on

.room {
  background-color: #f2f2f2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("cenario_chuvoso.jpg");
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}

.desk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.bookshelf {
  position: absolute;
  top: 10%;
  left: 70%;
  width: 200px;
}

.bookshelf img {
  max-width: 100%;
}

.cat {
  position: absolute;
  top: 20%;
  left: 75%;
  max-width: 200px;
}

.cat img {
  max-width: 100%;
}

.gamer-chair {
  position: relative;
  max-width: 400px;
}

.gamer-chair img {
  max-width: 100%;
}

.mug {
  position: absolute;
  top: 50%;
  left: 40%;
  max-width: 100px;
}

.mug img {
  max-width: 100%;
}

.study-materials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 30%;
}

.headphones {
  max-width: 150px;
  margin-right: 20px;
}

.batman-shirt {
  max-width: 200px;
}

.student {
  max-width: 300px;
  margin-top: 50px;
}

.lamp {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
}

.rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: rainEffect 0.5s linear infinite;
  pointer-events: none;
}

@keyframes rainEffect {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

<img class="batman-shirt" src="camisa_batma
chatIcon
Ich habe einige gewagte Ratschläge, traust du dich zuzuhören?
KI-Charakter erstellen
image

.room { background-color: #f2f2f2; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; } .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .background::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("cenario_chuvoso.jpg"); background-size: cover; opacity: 0.5; z-index: -1; } .desk { display: flex; justify-content: center; align-items: center; margin-top: 50px; position: relative; } .bookshelf { position: absolute; top: 10%; left: 70%; width: 200px; } .bookshelf img { max-width: 100%; } .cat { position: absolute; top: 20%; left: 75%; max-width: 200px; } .cat img { max-width: 100%; } .gamer-chair { position: relative; max-width: 400px; } .gamer-chair img { max-width: 100%; } .mug { position: absolute; top: 50%; left: 40%; max-width: 100px; } .mug img { max-width: 100%; } .study-materials { display: flex; align-items: center; justify-content: center; position: absolute; top: 40%; left: 30%; } .headphones { max-width: 150px; margin-right: 20px; } .batman-shirt { max-width: 200px; } .student { max-width: 300px; margin-top: 50px; } .lamp { position: absolute; top: 10px; right: 10px; max-width: 100px; } .rain { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; animation: rainEffect 0.5s linear infinite; pointer-events: none; } @keyframes rainEffect { 0% { transform: translateY(0); } 100% { transform: translateY(10px); } } <img class="batman-shirt" src="camisa_batma

avatar
V
Victor Alencar
Prompts
Prompts kopieren
. room { background-color: #f2f2f2 ; height: 100vh ; display: flex ; align-items: center ; justify-content: center ; position: relative ; } . background { position: absolute ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; z-index: -1 ; } . background::before { content: "" ; position: absolute ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; background-image: url("cenario_chuvoso . jpg") ; background-size: cover ; opacity: 0 . 5 ; z-index: -1 ; } . desk { display: flex ; justify-content: center ; align-items: center ; margin-top: 50px ; position: relative ; } . bookshelf { position: absolute ; top: 10% ; left: 70% ; width: 200px ; } . bookshelf img { max-width: 100% ; } . cat { position: absolute ; top: 20% ; left: 75% ; max-width: 200px ; } . cat img { max-width: 100% ; } . gamer-chair { position: relative ; max-width: 400px ; } . gamer-chair img { max-width: 100% ; } . mug { position: absolute ; top: 50% ; left: 40% ; max-width: 100px ; } . mug img { max-width: 100% ; } . study-materials { display: flex ; align-items: center ; justify-content: center ; position: absolute ; top: 40% ; left: 30% ; } . headphones { max-width: 150px ; margin-right: 20px ; } . batman-shirt { max-width: 200px ; } . student { max-width: 300px ; margin-top: 50px ; } . lamp { position: absolute ; top: 10px ; right: 10px ; max-width: 100px ; } . rain { position: absolute ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; z-index: -1 ; animation: rainEffect 0 . 5s linear infinite ; pointer-events: none ; } @keyframes rainEffect { 0% { transform: translateY(0) ; } 100% { transform: translateY(10px) ; } } <img class="batman-shirt" src="camisa_batma
Info
Prompts
.room { background-color: #f2f2f2; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; } .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .background::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("cenario_chuvoso.jpg"); background-size: cover; opacity: 0.5; z-index: -1; } .desk { display: flex; justify-content: center; align-items: center; margin-top: 50px; position: relative; } .bookshelf { position: absolute; top: 10%; left: 70%; width: 200px; } .bookshelf img { max-width: 100%; } .cat { position: absolute; top: 20%; left: 75%; max-width: 200px; } .cat img { max-width: 100%; } .gamer-chair { position: relative; max-width: 400px; } .gamer-chair img { max-width: 100%; } .mug { position: absolute; top: 50%; left: 40%; max-width: 100px; } .mug img { max-width: 100%; } .study-materials { display: flex; align-items: center; justify-content: center; position: absolute; top: 40%; left: 30%; } .headphones { max-width: 150px; margin-right: 20px; } .batman-shirt { max-width: 200px; } .student { max-width: 300px; margin-top: 50px; } .lamp { position: absolute; top: 10px; right: 10px; max-width: 100px; } .rain { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; animation: rainEffect 0.5s linear infinite; pointer-events: none; } @keyframes rainEffect { 0% { transform: translateY(0); } 100% { transform: translateY(10px); } } <img class="batman-shirt" src="camisa_batma
Negative Prompts
(nsfw:1.5),verybadimagenegative_v1.3, ng_deepnegative_v1_75t, (ugly face:0.8),cross-eyed,sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, bad anatomy, DeepNegative, facing away, tilted head, {Multiple people}, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worstquality, low quality, normal quality, jpegartifacts, signature, watermark, username, blurry, bad feet, cropped, poorly drawn hands, poorly drawn face, mutation, deformed, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, extra fingers, fewer digits, extra limbs, extra arms,extra legs, malformed limbs, fused fingers, too many fingers, long neck, cross-eyed,mutated hands, polar lowres, bad body, bad proportions, gross proportions, text, error, missing fingers, missing arms, missing legs, extra digit, extra arms, extra leg, extra foot, ((repeating hair))
CFG-Scale
7
Schritte
20
Sammler
Euler a
Seed
1896810108
Clip Skip
2
Bildgröße
4096 X 4096
Modell
ReV Animated
Erstellen
Größe
4096X4096
Datum
Jul 13, 2023
Modell
Standard
Typ
upscale
Checkpoint & LoRA
Checkpoint
ReV Animated
0 Kommentar(e)
0
1
0

SeaArt schnelle KI-Apps

ai_video_generationimg
KI-Video-Erstellung

Entfessle deine Fantasie und lass die KI visuelle Wunder für dich erschaffen.

face_swap_titleimg
Gesicht kostenlos tauschen

Erstelle lustige oder realistische Gesichtstausch-Viedeos und Fotos.

gender_swapimg
Geschlechtertausch

Tausche in Fotos und Videos das Geschlecht mit SeaArt KI-Geschlechtswechsler. Genieße unterhaltsame und realistische Transformationen mühelos und kostenlos online!

ghibli_filter_h1img
Studio-Ghibli-Filter

Verwandle jedes Foto mit nur einem Klick in einzigartige Ghibli-Style-Kunst.

video_face_swapimg
Video-Gesichtstausch

Erstelle lustige Videos, indem du Gesichter in jedem Videoclip austauschst.

changePersonimg
Ändere die Person auf dem Foto

Ersetze mit KI ganz einfach die Person in jedem Foto.

Entdecke mehr KI-Apps 

Verwandte Inhalte

ControlNet
Exklusiv
avatar
B
berke mehmet aksu
0
0
ControlNet
Exklusiv
avatar
U
UTN2ZJ
0
0
ControlNet
Exklusiv
avatar
P
Primer Lofi
1
1
ControlNet
Exklusiv
avatar
T
The Gereksiz
0
0
ControlNet
Exklusiv
avatar
N
Nefise
0
1
ControlNet
Exklusiv
avatar
G
Gabriely Cristina
1
1
ControlNet
Exklusiv
avatar
D
Dicas de Nutri
0
0
ControlNet
Exklusiv
avatar
B
Becky Hansen
0
0
ControlNet
Exklusiv
avatar
J
Joseane Nascimento
0
0
ControlNet
Exklusiv
avatar
S
Subhasish Das
0
0
ControlNet
Exklusiv
avatar
M
Maryam
0
0
ControlNet
Exklusiv
avatar
H
Helivelton Alves
1
1
ControlNet
Exklusiv
avatar
W
Weslley Feanor
0
3
ControlNet
Exklusiv
avatar
D
Designer20462
1
1
ControlNet
Exklusiv
avatar
P
PK6HTM
0
0
ControlNet
Exklusiv
avatar
W
Weslley Feanor
0
0
ControlNet
Exklusiv
avatar
誌
誌鈺
0
0
ControlNet
Exklusiv
avatar
2
2CTHOQ
0
2
ControlNet
Exklusiv
avatar
F
felipe quiléti
0
0
ControlNet
Exklusiv
avatar
F
Fadliakun
0
0
ControlNet
Exklusiv
avatar
D
Diego Cma
0
0
ControlNet
Exklusiv
avatar
湯
avatar_frame
湯傑克
2
0
ControlNet
Exklusiv
avatar
オ
オリン
0
2
ControlNet
Exklusiv
avatar
D
Damian R
0
0
ControlNet
Exklusiv
avatar
J
Jorge Zavaleta
0
0
ControlNet
Exklusiv
avatar
م
ميمي احمد
0
1
ControlNet
Exklusiv
avatar
C
crystalgrcic1989
0
0
ControlNet
Exklusiv
avatar
D
DEUSA DAIANA
0
0
ControlNet
Exklusiv
avatar
D
Designer66018
0
0
ControlNet
Exklusiv
avatar
S
sathyajith jithu
0
0
ControlNet
Exklusiv
avatar
V
Vishakha Saini
1
1
ControlNet
Exklusiv
avatar
M
Makrama Knot
0
0
ControlNet
Exklusiv
avatar
A
Ahnaf S Saad
1
1
ControlNet
Exklusiv
avatar
S
sanivath
0
0
ControlNet
logo
Deutsch
Anwendungen
Bild erstellen KI-Charaktere Swift AI Modelltraining Canvas Quick Tool Arbeitsablauf
Über sie/ihn
Studio Rangliste KI-Chat KI-Blog KI-Nachrichten
Hilfe
Anleitungen Kundenservice
APP hunterladen
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Uns folgen
iconiconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Nutzungsbedingungen
Datenschutzrichtlinie 特定商取引法 資金決済法に基づく表示
Mehr