banner_image ×
SeaArt AI エンタープライズ版

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 operation set in the bustling heart of a futuristic megacity at night. "
    "Kira, Lya, and Victoria are navigating through the shadows, each dressed in sleek, high-tech outfits with their angel wings glowing faintly. "
    "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 = (
    "Covert Operation::5.0 | Futuristic Megacity::4.8 | Glowing Angel Wings::4.5 | "
    "Precision and Coordination::4.8 | Shadows and Neon::4.5"
)  # Emphasizes the covert, 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 moonlight 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 = pi
chatIcon
ここだけの話なんだけど、準備はいい?
AIキャラクター作成
image

import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert operation set in the bustling heart of a futuristic megacity at night. " "Kira, Lya, and Victoria are navigating through the shadows, each dressed in sleek, high-tech outfits with their angel wings glowing faintly. " "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 = ( "Covert Operation::5.0 | Futuristic Megacity::4.8 | Glowing Angel Wings::4.5 | " "Precision and Coordination::4.8 | Shadows and Neon::4.5" ) # Emphasizes the covert, 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 moonlight 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 = pi

avatar
P
Peter Ndiema
Generation Data
履歴
プロンプト
プロンプトをコピー
import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert operation set in the bustling heart of a futuristic megacity at night . " "Kira , Lya , and Victoria are navigating through the shadows , each dressed in sleek , high-tech outfits with their angel wings glowing faintly . " "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 = ( "Covert Operation::5 . 0 | Futuristic Megacity::4 . 8 | Glowing Angel Wings::4 . 5 | " "Precision and Coordination::4 . 8 | Shadows and Neon::4 . 5" ) # Emphasizes the covert , 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 moonlight 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 = pi
情報
プロンプト
import torch # Define the prompt for Scene 2: Operation "Mezo" - Covert Mission in a Megacity prompt = ( "Operation 'Mezo': A covert operation set in the bustling heart of a futuristic megacity at night. " "Kira, Lya, and Victoria are navigating through the shadows, each dressed in sleek, high-tech outfits with their angel wings glowing faintly. " "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 = ( "Covert Operation::5.0 | Futuristic Megacity::4.8 | Glowing Angel Wings::4.5 | " "Precision and Coordination::4.8 | Shadows and Neon::4.5" ) # Emphasizes the covert, 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 moonlight 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 = pi
CFGスケール
7
ステップ
25
サンプラー
euler
シード
2117196598
スケジューラー
karras
画像サイズ
688 X 1024
モデル
SeaArt Infinity
創作
サイズ
688X1024
日付
Aug 29, 2024
モード
スタジオ
タイプ
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#サイエンスフィクション
#SeaArt Infinity
コメント:0件
0
0
0

SeaArtクイックAIアプリ

ai_video_generationimg
AI動画生成

想像力を解き放ち、AIが視覚的な奇跡を実現します

face_swap_titleimg
無料オンライン顔交換

面白くてリアルな顔交換動画や写真を瞬時に作成しましょう

anime2realityimg
アニメを現実に

お気に入りのアニメキャラクターを即座にリアルな姿で蘇らせます

ai_tools_2img
背景除去

どんな画像からも数秒で背景を削除できます。

cartoon_avatar_h1img
カートゥーンアバターメーカー

写真を瞬時にユニークなカートゥーンアバターに変換できます。

DisneyFilter_top_titleimg
ディズニーフィルター

写真をディズニーキャラクターに瞬時に変換できます。

より多くのAIアプリを探索 

関連コンテンツ

コントロールネット
avatar
K
KingPin
0
0
コントロールネット
avatar
D
Designer55105
0
0
コントロールネット
avatar
X
Xi
0
0
コントロールネット
avatar
Z
zero to hero
0
0
コントロールネット
avatar
B
boon teck
1
0
コントロールネット
avatar
S
stanislav strenovic
0
0
コントロールネット
avatar
S
Sonarufy IA
1
2
コントロールネット
avatar
S
spghttn
0
0
コントロールネット
avatar
R
Rodrigo Gonçalves
0
1
コントロールネット
avatar
S
avatar_frame
ScottyFreefall
1
1
コントロールネット
avatar
T
tomframe
0
0
コントロールネット
avatar
R
RockHopper
0
1
コントロールネット
avatar
S
Sketchup
0
0
コントロールネット
avatar
W
WindowsXP Pro
0
0
コントロールネット
avatar
R
Rael
0
0
コントロールネット
avatar
H
Hajime
1
4
コントロールネット
avatar
S
spghttn
0
0
コントロールネット
avatar
B
BianZ
0
0
コントロールネット
avatar
A
Anastasia M
0
0
コントロールネット
avatar
J
John Urrego
0
1
コントロールネット
avatar
L
Life Inside
0
0
コントロールネット
avatar
T
Tecck Boon
0
0
コントロールネット
avatar
W
WindowsXP Pro
0
0
コントロールネット
avatar
N
Nebulous
0
0
コントロールネット
avatar
D
desertdryad
0
0
コントロールネット
avatar
G
Gmax
1
1
コントロールネット
avatar
S
Snap around Us
0
1
コントロールネット
avatar
N
nnkktzm
2
3
コントロールネット
avatar
R
RockHopper
0
0
コントロールネット
avatar
O
oier araiztegi
0
0
コントロールネット
avatar
K
KingPin
0
0
コントロールネット
avatar
S
Suguro Geto
1
1
コントロールネット
avatar
R
RockHopper
0
0
コントロールネット
logo
日本語
プロダクト
画像作成 AIキャラクター クイックAI モデルトレーニング Canvas クイックツール ワークフロー
キャラについて
スタジオ ランキング AIチャット AIブログ AIニュース
サポート
利用案内 カスタマーサポート
アプリをダウンロード
icon
Download on the
APP Store
icon
GET IT ON
Google Play
公式SNS
iconiconiconiconiconiconicon
© 2025 シーアート株式会社 
Copyright Policy
利用規約
プライバシーポリシー
特定商取引法
資金決済法に基づく表示
もっと見る