banner_image ×
SeaArt AI Entreprise

Import torch # Define the prompt for Scene 2: Operation "Mezo

import torch

# Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity
prompt = (
    "Operation 'Mezo': A covert mission set in the bustling heart of a futuristic megacity at night. "
    "Three female secret agents, Kira, Lya, and Victoria, resembling Victoria's Secret models with glowing angel wings, are executing a precision operation. "
    "Kira is leading the way, scanning the area with advanced optical gear, her expression focused and intense. "
    "Lya is blending into the crowd, her wings folded to avoid detection, as she plants a covert surveillance device, her face showing determination. "
    "Victoria is on a rooftop, providing overwatch with her high-powered sniper rifle, her wings shimmering in the moonlight, and her gaze sharp and vigilant. "
    "The city around them is alive with neon lights and holographic advertisements, but the agents remain unseen, working with precision and coordination."
)

# Configuration settings
clip_guidance_scale = 25  # Stronger guidance for focused action
hr_scale = 4.0  # High-resolution scaling
hr_upscaler = "R-ESRGAN"  # High-quality upscaling
latent_shift = torch.randn(1, 4, 64, 64) * 0.03  # Subtle variation for dynamic effect
prompt_weighting = (
    "Victoria's Secret Models::5.0 | Angel Wings::4.5 | Covert Mission::5.0 | "
    "Futuristic Megacity::4.5 | Sharp Focus and Motion::4.8"
)  # Emphasizes the action and futuristic elements
cross_attention_strength = 2.8  # Focus on characters and details
shallow_depth_of_field = True  # Shallow depth of field for subject focus
lighting_style = "dramatic blue and neon"  # Dramatic, futuristic lighting effects
color_match_strength = 1.9  # Enhanced color matching for vivid tones
perlin_noise_scale = 0.02  # Subtle noise for added texture
fractal_noise = True  # Adds fractal noise for enhanced texture
depth_map = None  # No depth map needed
parallax_effect = False  # No parallax effect

# Assume `pipe` is your image generation pipeline
image = p
chatIcon
Aujourd'hui, j'ai des idées spéciales, parfaites pour notre conversation.
Créer un Compagnon AI
image

import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert mission set in the bustling heart of a futuristic megacity at night. " "Three female secret agents, Kira, Lya, and Victoria, resembling Victoria's Secret models with glowing angel wings, are executing a precision operation. " "Kira is leading the way, scanning the area with advanced optical gear, her expression focused and intense. " "Lya is blending into the crowd, her wings folded to avoid detection, as she plants a covert surveillance device, her face showing determination. " "Victoria is on a rooftop, providing overwatch with her high-powered sniper rifle, her wings shimmering in the moonlight, and her gaze sharp and vigilant. " "The city around them is alive with neon lights and holographic advertisements, but the agents remain unseen, working with precision and coordination." ) # Configuration settings clip_guidance_scale = 25 # Stronger guidance for focused action hr_scale = 4.0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.03 # Subtle variation for dynamic effect prompt_weighting = ( "Victoria's Secret Models::5.0 | Angel Wings::4.5 | Covert Mission::5.0 | " "Futuristic Megacity::4.5 | Sharp Focus and Motion::4.8" ) # Emphasizes the action and futuristic elements cross_attention_strength = 2.8 # Focus on characters and details shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "dramatic blue and neon" # Dramatic, futuristic lighting effects color_match_strength = 1.9 # Enhanced color matching for vivid tones perlin_noise_scale = 0.02 # Subtle noise for added texture fractal_noise = True # Adds fractal noise for enhanced texture depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Assume `pipe` is your image generation pipeline image = p

avatar
H
HelgaBlue
Generation Data
Enregistrements
Prompts
Copier les Paramètres
import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert mission set in the bustling heart of a futuristic megacity at night . " "Three female secret agents , Kira , Lya , and Victoria , resembling Victoria's Secret models with glowing angel wings , are executing a precision operation . " "Kira is leading the way , scanning the area with advanced optical gear , her expression focused and intense . " "Lya is blending into the crowd , her wings folded to avoid detection , as she plants a covert surveillance device , her face showing determination . " "Victoria is on a rooftop , providing overwatch with her high-powered sniper rifle , her wings shimmering in the moonlight , and her gaze sharp and vigilant . " "The city around them is alive with neon lights and holographic advertisements , but the agents remain unseen , working with precision and coordination . " ) # Configuration settings clip_guidance_scale = 25 # Stronger guidance for focused action hr_scale = 4 . 0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 03 # Subtle variation for dynamic effect prompt_weighting = ( "Victoria's Secret Models::5 . 0 | Angel Wings::4 . 5 | Covert Mission::5 . 0 | " "Futuristic Megacity::4 . 5 | Sharp Focus and Motion::4 . 8" ) # Emphasizes the action and futuristic elements cross_attention_strength = 2 . 8 # Focus on characters and details shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "dramatic blue and neon" # Dramatic , futuristic lighting effects color_match_strength = 1 . 9 # Enhanced color matching for vivid tones perlin_noise_scale = 0 . 02 # Subtle noise for added texture fractal_noise = True # Adds fractal noise for enhanced texture depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Assume `pipe` is your image generation pipeline image = p
Info
Prompts
import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert mission set in the bustling heart of a futuristic megacity at night. " "Three female secret agents, Kira, Lya, and Victoria, resembling Victoria's Secret models with glowing angel wings, are executing a precision operation. " "Kira is leading the way, scanning the area with advanced optical gear, her expression focused and intense. " "Lya is blending into the crowd, her wings folded to avoid detection, as she plants a covert surveillance device, her face showing determination. " "Victoria is on a rooftop, providing overwatch with her high-powered sniper rifle, her wings shimmering in the moonlight, and her gaze sharp and vigilant. " "The city around them is alive with neon lights and holographic advertisements, but the agents remain unseen, working with precision and coordination." ) # Configuration settings clip_guidance_scale = 25 # Stronger guidance for focused action hr_scale = 4.0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.03 # Subtle variation for dynamic effect prompt_weighting = ( "Victoria's Secret Models::5.0 | Angel Wings::4.5 | Covert Mission::5.0 | " "Futuristic Megacity::4.5 | Sharp Focus and Motion::4.8" ) # Emphasizes the action and futuristic elements cross_attention_strength = 2.8 # Focus on characters and details shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "dramatic blue and neon" # Dramatic, futuristic lighting effects color_match_strength = 1.9 # Enhanced color matching for vivid tones perlin_noise_scale = 0.02 # Subtle noise for added texture fractal_noise = True # Adds fractal noise for enhanced texture depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Assume `pipe` is your image generation pipeline image = p
Échelle CFG
7
Étapes
25
Échantillonneur
euler
Graine Aléatoire
2018699528
Planificateur
karras
Dimension de l'Image
688 X 1024
Modèle
SeaArt Infinity
Créer
Taille
1024X592
Date
Aug 29, 2024
Mode
Studio
Type
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#SeaArt Infinity
0 commentaire(s)
0
0
0

Apps AI Rapides de SeaArt

ai_video_generationimg
Génération de Vidéos AI

Libérez votre imagination, l'AI crée des miracles visuels pour vous.

face_swap_titleimg
Échangez le visage gratuitement en ligne

Créez des vidéos et des photos hilarantes & réalistes en échangeant le visage rapidement

ghibli_filter_h1img
Filtre Ghibli

Transformez n'importe quelle photo en art de style Ghibli unique en un seul clic.

cartoon_avatar_h1img
Créateur d'Avatar Cartoon

Transformez vos photos en avatars cartoon uniques instantanément.

gender_swapimg
Changement de Genre

Changez de genre dans vos photos et vidéos avec l'outil de changement de genre AI de SeaArt. Profitez de transformations amusantes et réalistes sans effort, gratuitement en ligne !

ai_tools_4img
Filtres AI

Transformer chaque photo en œuvre d'art

Explorer plus d'applications AI 

Suggestions

ControlNet
Exclusif
avatar
R
Robert Nester
0
0
ControlNet
Exclusif
avatar
S
SoKhon-MMO
1
0
ControlNet
Exclusif
avatar
M
Marco Aurelio Boa Sorte
1
1
ControlNet
Exclusif
avatar
S
satanas666xxx
3
4
ControlNet
Exclusif
avatar
H
HUGO
0
0
ControlNet
Exclusif
avatar
H
HelgaBlue
0
0
ControlNet
Exclusif
avatar
K
K 26
1
1
ControlNet
Exclusif
avatar
K
K 37
0
0
ControlNet
Exclusif
avatar
T
avatar_frame
TRS
0
3
ControlNet
Exclusif
avatar
K
K 35
0
0
ControlNet
Exclusif
avatar
S
avatar_frame
Sopong Yodart
2
3
ControlNet
Exclusif
avatar
B
boon teck
1
0
ControlNet
Exclusif
avatar
M
melissa00853
1
1
ControlNet
Exclusif
avatar
L
Lucky Starz
0
0
ControlNet
Exclusif
avatar
S
Satanás
12
11
ControlNet
Exclusif
avatar
花
avatar_frame
花剌子模信使
0
0
ControlNet
Exclusif
avatar
M
avatar_frame
m106112
0
1
ControlNet
Exclusif
avatar
N
Neel Majumdar
2
2
ControlNet
Exclusif
avatar
C
carlos RICHTER
0
1
ControlNet
Exclusif
avatar
S
Satanás
1
2
ControlNet
Exclusif
avatar
S
Subatsawab Sadat
0
0
ControlNet
Exclusif
avatar
K
K 2
1
1
ControlNet
Exclusif
avatar
K
K 25
1
1
ControlNet
Exclusif
avatar
T
Tiburon Financiero
0
0
ControlNet
Exclusif
avatar
S
Satanás
2
1
ControlNet
Exclusif
avatar
P
Pigen-C
1
4
ControlNet
Exclusif
avatar
D
Designer42317
0
0
ControlNet
Exclusif
avatar
H
Hardik
1
2
ControlNet
Exclusif
avatar
B
avatar_frame
BeautyBrainTraining
0
0
ControlNet
Exclusif
avatar
H
HUGO
0
0
ControlNet
logo
Français
Applications
Générer l'image Compagnons AI IA Swift Entraînement de modèle Canvas Outil Rapide Flux de Travail
À propos de lui/elle
Studio Classement Blog AI Actualités AI
Aide
Tutoriel Service clientèle
Obtenir l'Application
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Suivez-Nous
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Conditions d'utilisation
Politique de confidentialité 特定商取引法 資金決済法に基づく表示
Plus