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

# Import necessary libraries from stable_diffusion import StableDiffusionPipelin

# Import necessary libraries
from stable_diffusion import StableDiffusionPipeline
import torch
from PIL import Image

# Load the Stable Diffusion model
pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4")

# Define the prompt
prompt = (
    "A snake charmer woman styled like a 1980s Playboy model, depicted in a retro style. "
    "She has an innocent gaze, and she is kissing a snake, with a Bitcoin talisman hanging around her neck. "
    "The woman is dressed in a corset, with narrow lips, a high forehead, and a long nose. "
    "She is pouring milk in a thin stream to the snake. "
    "The scene is set with a vintage, sensual atmosphere, emphasizing the innocence in her expression and the surreal moment."
)

# Configuration settings
clip_guidance_scale = 22  # Emphasizing detailed adherence to the prompt, especially the facial features and retro styling
hr_scale = 2.5  # High resolution to capture fine details like the Bitcoin talisman, the corset texture, and the snake
hr_upscaler = "R-ESRGAN"  # High-quality upscaling for sharp details, especially on the talisman and facial features
latent_shift = torch.randn(1, 4, 64, 64) * 0.015  # Slight variation for a natural and dynamic effect, enhancing retro aesthetics
prompt_weighting = (
    "Snake charmer::2.0 | 1980s Playboy model::2.2 | Innocent gaze::1.8 | Kissing snake::2.1 | Bitcoin talisman::2.5 | Corset::2.0"
)  # Emphasizing key elements like the retro Playboy style, innocence, and Bitcoin talisman
cross_attention_strength = 1.2  # Slightly stronger focus on the central elements, particularly the snake and woman
shallow_depth_of_field = False  # No shallow depth, maintaining clarity across the scene
lighting_style = "soft retro"  # Ensuring the lighting reflects a retro, soft, and slightly muted tone
color_match_strength = 0.9  # Harmonious color blending with a slight emphasis on the retro palette
perlin_noise_scale = 0.015  # Low noise for a smooth, slightly vintage texture
fractal_noise =
chatIcon
刺激的な話があるんだ。二人で話そうよ。
AIキャラクター作成
image

# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A snake charmer woman styled like a 1980s Playboy model, depicted in a retro style. " "She has an innocent gaze, and she is kissing a snake, with a Bitcoin talisman hanging around her neck. " "The woman is dressed in a corset, with narrow lips, a high forehead, and a long nose. " "She is pouring milk in a thin stream to the snake. " "The scene is set with a vintage, sensual atmosphere, emphasizing the innocence in her expression and the surreal moment." ) # Configuration settings clip_guidance_scale = 22 # Emphasizing detailed adherence to the prompt, especially the facial features and retro styling hr_scale = 2.5 # High resolution to capture fine details like the Bitcoin talisman, the corset texture, and the snake hr_upscaler = "R-ESRGAN" # High-quality upscaling for sharp details, especially on the talisman and facial features latent_shift = torch.randn(1, 4, 64, 64) * 0.015 # Slight variation for a natural and dynamic effect, enhancing retro aesthetics prompt_weighting = ( "Snake charmer::2.0 | 1980s Playboy model::2.2 | Innocent gaze::1.8 | Kissing snake::2.1 | Bitcoin talisman::2.5 | Corset::2.0" ) # Emphasizing key elements like the retro Playboy style, innocence, and Bitcoin talisman cross_attention_strength = 1.2 # Slightly stronger focus on the central elements, particularly the snake and woman shallow_depth_of_field = False # No shallow depth, maintaining clarity across the scene lighting_style = "soft retro" # Ensuring the lighting reflects a retro, soft, and slightly muted tone color_match_strength = 0.9 # Harmonious color blending with a slight emphasis on the retro palette perlin_noise_scale = 0.015 # Low noise for a smooth, slightly vintage texture fractal_noise =

avatar
H
HelgaBlue
Generation Data
履歴
プロンプト
プロンプトをコピー
# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline . from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A snake charmer woman styled like a 1980s Playboy model , depicted in a retro style . " "She has an innocent gaze , and she is kissing a snake , with a Bitcoin talisman hanging around her neck . " "The woman is dressed in a corset , with narrow lips , a high forehead , and a long nose . " "She is pouring milk in a thin stream to the snake . " "The scene is set with a vintage , sensual atmosphere , emphasizing the innocence in her expression and the surreal moment . " ) # Configuration settings clip_guidance_scale = 22 # Emphasizing detailed adherence to the prompt , especially the facial features and retro styling hr_scale = 2 . 5 # High resolution to capture fine details like the Bitcoin talisman , the corset texture , and the snake hr_upscaler = "R-ESRGAN" # High-quality upscaling for sharp details , especially on the talisman and facial features latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 015 # Slight variation for a natural and dynamic effect , enhancing retro aesthetics prompt_weighting = ( "Snake charmer::2 . 0 | 1980s Playboy model::2 . 2 | Innocent gaze::1 . 8 | Kissing snake::2 . 1 | Bitcoin talisman::2 . 5 | Corset::2 . 0" ) # Emphasizing key elements like the retro Playboy style , innocence , and Bitcoin talisman cross_attention_strength = 1 . 2 # Slightly stronger focus on the central elements , particularly the snake and woman shallow_depth_of_field = False # No shallow depth , maintaining clarity across the scene lighting_style = "soft retro" # Ensuring the lighting reflects a retro , soft , and slightly muted tone color_match_strength = 0 . 9 # Harmonious color blending with a slight emphasis on the retro palette perlin_noise_scale = 0 . 015 # Low noise for a smooth , slightly vintage texture fractal_noise =
情報
プロンプト
# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A snake charmer woman styled like a 1980s Playboy model, depicted in a retro style. " "She has an innocent gaze, and she is kissing a snake, with a Bitcoin talisman hanging around her neck. " "The woman is dressed in a corset, with narrow lips, a high forehead, and a long nose. " "She is pouring milk in a thin stream to the snake. " "The scene is set with a vintage, sensual atmosphere, emphasizing the innocence in her expression and the surreal moment." ) # Configuration settings clip_guidance_scale = 22 # Emphasizing detailed adherence to the prompt, especially the facial features and retro styling hr_scale = 2.5 # High resolution to capture fine details like the Bitcoin talisman, the corset texture, and the snake hr_upscaler = "R-ESRGAN" # High-quality upscaling for sharp details, especially on the talisman and facial features latent_shift = torch.randn(1, 4, 64, 64) * 0.015 # Slight variation for a natural and dynamic effect, enhancing retro aesthetics prompt_weighting = ( "Snake charmer::2.0 | 1980s Playboy model::2.2 | Innocent gaze::1.8 | Kissing snake::2.1 | Bitcoin talisman::2.5 | Corset::2.0" ) # Emphasizing key elements like the retro Playboy style, innocence, and Bitcoin talisman cross_attention_strength = 1.2 # Slightly stronger focus on the central elements, particularly the snake and woman shallow_depth_of_field = False # No shallow depth, maintaining clarity across the scene lighting_style = "soft retro" # Ensuring the lighting reflects a retro, soft, and slightly muted tone color_match_strength = 0.9 # Harmonious color blending with a slight emphasis on the retro palette perlin_noise_scale = 0.015 # Low noise for a smooth, slightly vintage texture fractal_noise =
CFGスケール
7
ステップ
25
サンプラー
euler
シード
2086468289
スケジューラー
karras
画像サイズ
688 X 1024
モデル
SeaArt Infinity
創作
サイズ
1536X2048
日付
Aug 24, 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
無料オンライン顔交換

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

video_face_swapimg
動画フェイススワップ

任意の動画クリップで顔を入れ替えて面白い動画を作成できます。

ai_eraserimg
AI消しゴム

写真から不要なオブジェクト、ウォーターマーク、人物を簡単に削除できます。

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

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

gender_swapimg
性別チェンジ

SeaArtのAI性別変換で写真や動画の性別を変換できます。簡単で楽しく、リアルな変身を無料でオンラインで体験できます。

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

関連コンテンツ

コントロールネット
独占
avatar
I
Infinite Indigo
1
0
コントロールネット
独占
avatar
V
Vww
2
2
コントロールネット
独占
avatar
K
Kimberly
0
1
コントロールネット
独占
avatar
S
Side
0
0
コントロールネット
独占
avatar
A
avatar_frame
Ai hot models
0
0
コントロールネット
独占
avatar
B
avatar_frame
Barney Bonewad
0
0
コントロールネット
独占
avatar
D
Designer88379
0
0
コントロールネット
独占
avatar
4
420xccv
0
0
コントロールネット
独占
avatar
O
avatar_frame
Ozzy777777
0
0
コントロールネット
独占
avatar
U
User7929292
0
0
コントロールネット
独占
avatar
P
Pradeep Kumara
0
0
コントロールネット
独占
avatar
S
avatar_frame
SeaArt Best Maker
1
0
コントロールネット
独占
avatar
H
Hora de Aventuras
0
0
コントロールネット
独占
avatar
E
Eduarda Donadon
0
0
コントロールネット
独占
avatar
O
Oioi Falafala
0
0
コントロールネット
独占
avatar
D
Designer28758
1
1
コントロールネット
独占
avatar
G
Genie
0
0
コントロールネット
独占
avatar
N
Nicolas
0
0
コントロールネット
独占
avatar
S
avatar_frame
SeaArt Best Maker
2
2
コントロールネット
独占
avatar
J
James Bond
0
0
コントロールネット
独占
avatar
L
Laurent Leboeuf
0
0
コントロールネット
独占
avatar
S
Santiago
1
1
コントロールネット
独占
avatar
P
Pradeep Kumara
0
0
コントロールネット
独占
avatar
С
сергей
1
1
コントロールネット
独占
avatar
U
User7929292
0
0
コントロールネット
独占
avatar
K
KIM Joneston
0
0
コントロールネット
独占
avatar
C
Carmenza Gasca
0
0
コントロールネット
独占
avatar
B
Bisexual
0
0
コントロールネット
独占
avatar
S
Swarna Sooriyaarchchi
0
0
コントロールネット
独占
avatar
G
Gea Youbi
0
0
コントロールネット
logo
日本語
プロダクト
画像作成 AIキャラクター クイックAI モデルトレーニング Canvas クイックツール ワークフロー
キャラについて
スタジオ ランキング AIブログ AIニュース
サポート
利用案内 カスタマーサポート
アプリをダウンロード
icon
Download on the
APP Store
icon
GET IT ON
Google Play
公式SNS
iconiconiconiconiconiconiconicon
© 2025 シーアート株式会社 
Copyright Policy
利用規約
プライバシーポリシー
特定商取引法
資金決済法に基づく表示
もっと見る