banner_image ×
SeaArt AI Enterprise Version
Explore
More
Rankings
Blog
News
Guides
Download app
Swift AI
Official
Community
Train

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
I've got unique stuff that's just right for you.
Create AI Character
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
Copy
. 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
Steps
20
Sampler
Euler a
Seed
1896810108
Clip Skip
2
Image Size
4096 X 4096
Model
ReV Animated
Generate
Size
4096X4096
Date
Jul 13, 2023
Mode
Default
Type
upscale
Checkpoint & LoRA
ReV Animated
Checkpoint
ReV Animated
0 comment
0
1
0

SeaArt Swift AI Apps

ai_video_generationimg
AI Video Generation

Unleash your imagination and let AI create visual wonders for you

face_swap_titleimg
Face Swap Online Free

Create funny or realistic face swap videos & photos in a snap

wanimg2vid_h1img
Wan 2.1 Image to Video

Animate photos with realistic motion and cinematic effects.

kiss_vidimg
AI Kissing Video Generator

Turn photos into realistic kissing videos in seconds.

image2lineartimg
Image to Line Art

Effortlessly convert any image into elegant line art

fuse_anyoneimg
AI Image Fusion

Combine two images into new one stunning visual with AI Image Fusion.

Explore More AI Apps 

Explore Related

ControlNet
avatar
B
berke mehmet aksu
0
0
ControlNet
avatar
U
UTN2ZJ
0
0
ControlNet
avatar
P
Primer Lofi
1
1
ControlNet
avatar
T
The Gereksiz
0
0
ControlNet
avatar
N
Nefise
0
1
ControlNet
avatar
G
Gabriely Cristina
1
1
ControlNet
avatar
D
Dicas de Nutri
0
0
ControlNet
avatar
B
Becky Hansen
0
0
ControlNet
avatar
J
Joseane Nascimento
0
0
ControlNet
avatar
S
Subhasish Das
0
0
ControlNet
avatar
M
Maryam
0
0
ControlNet
avatar
H
Helivelton Alves
1
1
ControlNet
avatar
W
Weslley Feanor
0
4
ControlNet
avatar
D
Designer20462
1
1
ControlNet
avatar
P
PK6HTM
0
0
ControlNet
avatar
W
Weslley Feanor
0
0
ControlNet
avatar
誌
誌鈺
0
0
ControlNet
avatar
2
2CTHOQ
0
2
ControlNet
avatar
F
felipe quiléti
0
0
ControlNet
avatar
F
Fadliakun
0
0
ControlNet
avatar
D
Diego Cma
0
0
ControlNet
avatar
湯
avatar_frame
湯傑克
2
0
ControlNet
avatar
オ
オリン
0
2
ControlNet
avatar
D
Damian R
0
0
ControlNet
avatar
J
Jorge Zavaleta
0
0
ControlNet
avatar
م
ميمي احمد
0
1
ControlNet
avatar
C
crystalgrcic1989
0
0
ControlNet
avatar
D
DEUSA DAIANA
0
0
ControlNet
avatar
D
Designer66018
0
0
ControlNet
avatar
S
sathyajith jithu
0
0
ControlNet
avatar
V
Vishakha Saini
1
1
ControlNet
avatar
M
Makrama Knot
0
0
ControlNet
avatar
A
Ahnaf S Saad
1
1
ControlNet
avatar
S
sanivath
0
0
ControlNet
logo
English
Application
Create Image AI Characters Swift AI Model Training Canvas AI Apps Workflow
About
Studio Rankings AI Chat AI Blog AI News
Help
Guides Customer Service
Get App
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Follow Us
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Terms
Privacy 特定商取引法 資金決済法に基づく表示
Event Center
Rankings
Blog
News
Copyright Policy Terms Privacy 特定商取引法 資金決済法に基づく表示
Guides
Feedback
Download app
More