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

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

# Define the prompt
prompt = (
    "A close-up of a woman's lips biting a Bitcoin coin, with a provocative look in her eyes. "
    "The image focuses on the lips and the Bitcoin coin, capturing the texture of the lips and the metallic sheen of the coin. "
    "The woman's eyes are slightly visible above the lips, showing a seductive, intense gaze. "
    "The lighting is soft but focused, highlighting the curves of the lips and the reflective surface of the Bitcoin. "
    "The background is blurred, ensuring the attention remains on the lips, coin, and eyes."
)

# Configuration settings
tile_mode = "none"  # Disable tiling generation
clip_guidance_scale = 15  # Enhance adherence to the prompt details
clip_guidance_dropout = 0.05  # Subtle variations for realism
hr_scale = 3.0  # High-resolution scaling for detailed textures
hr_upscaler = "R-ESRGAN"  # High-quality upscaling
latent_shift = torch.randn(1, 4, 64, 64) * 0.02  # Subtle latent space adjustments
prompt_weighting = (
    "Close-up of lips::1.7 | Biting a Bitcoin coin::1.6 | Provocative look in eyes::1.7 | Soft but focused lighting::1.5 | Metallic sheen on Bitcoin::1.6 | "
    "Blurred background::1.5 | Seductive, intense gaze::1.7"
)  # Weight for enhancing key elements
cross_attention_strength = 1.0  # Maximum detail for lips, coin, and eyes
symmetry = "none"  # No symmetry to maintain a natural expression
symmetry_loss_weight = 0.1  # Minimal impact of symmetry
reference_image = None  # No reference image needed
color_match_strength = 0.85  # Harmonious blending
perlin_noise_scale = 0.1  # Low Perlin noise for subtle texture
fractal_noise = False  # Disable fractal noise
depth_map = None  # No depth map needed
parallax_effect = False  # No parallax effect

# Generate the image
image = pipe(
chatIcon
ちょっと隠されたストーリーがあるんだけど、聞いてみる?
AIキャラクター作成
image

# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Configure Stable Diffusion pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A close-up of a woman's lips biting a Bitcoin coin, with a provocative look in her eyes. " "The image focuses on the lips and the Bitcoin coin, capturing the texture of the lips and the metallic sheen of the coin. " "The woman's eyes are slightly visible above the lips, showing a seductive, intense gaze. " "The lighting is soft but focused, highlighting the curves of the lips and the reflective surface of the Bitcoin. " "The background is blurred, ensuring the attention remains on the lips, coin, and eyes." ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Enhance adherence to the prompt details clip_guidance_dropout = 0.05 # Subtle variations for realism hr_scale = 3.0 # High-resolution scaling for detailed textures hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.02 # Subtle latent space adjustments prompt_weighting = ( "Close-up of lips::1.7 | Biting a Bitcoin coin::1.6 | Provocative look in eyes::1.7 | Soft but focused lighting::1.5 | Metallic sheen on Bitcoin::1.6 | " "Blurred background::1.5 | Seductive, intense gaze::1.7" ) # Weight for enhancing key elements cross_attention_strength = 1.0 # Maximum detail for lips, coin, and eyes symmetry = "none" # No symmetry to maintain a natural expression symmetry_loss_weight = 0.1 # Minimal impact of symmetry reference_image = None # No reference image needed color_match_strength = 0.85 # Harmonious blending perlin_noise_scale = 0.1 # Low Perlin noise for subtle texture fractal_noise = False # Disable fractal noise depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Generate the image image = pipe(

avatar
H
HelgaBlue
Generation Data
履歴
プロンプト
プロンプトをコピー
# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Configure Stable Diffusion pipe = StableDiffusionPipeline . from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A close-up of a woman's lips biting a Bitcoin coin , with a provocative look in her eyes . " "The image focuses on the lips and the Bitcoin coin , capturing the texture of the lips and the metallic sheen of the coin . " "The woman's eyes are slightly visible above the lips , showing a seductive , intense gaze . " "The lighting is soft but focused , highlighting the curves of the lips and the reflective surface of the Bitcoin . " "The background is blurred , ensuring the attention remains on the lips , coin , and eyes . " ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Enhance adherence to the prompt details clip_guidance_dropout = 0 . 05 # Subtle variations for realism hr_scale = 3 . 0 # High-resolution scaling for detailed textures hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 02 # Subtle latent space adjustments prompt_weighting = ( "Close-up of lips::1 . 7 | Biting a Bitcoin coin::1 . 6 | Provocative look in eyes::1 . 7 | Soft but focused lighting::1 . 5 | Metallic sheen on Bitcoin::1 . 6 | " "Blurred background::1 . 5 | Seductive , intense gaze::1 . 7" ) # Weight for enhancing key elements cross_attention_strength = 1 . 0 # Maximum detail for lips , coin , and eyes symmetry = "none" # No symmetry to maintain a natural expression symmetry_loss_weight = 0 . 1 # Minimal impact of symmetry reference_image = None # No reference image needed color_match_strength = 0 . 85 # Harmonious blending perlin_noise_scale = 0 . 1 # Low Perlin noise for subtle texture fractal_noise = False # Disable fractal noise depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Generate the image image = pipe(
情報
プロンプト
# Import necessary libraries from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Configure Stable Diffusion pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") # Define the prompt prompt = ( "A close-up of a woman's lips biting a Bitcoin coin, with a provocative look in her eyes. " "The image focuses on the lips and the Bitcoin coin, capturing the texture of the lips and the metallic sheen of the coin. " "The woman's eyes are slightly visible above the lips, showing a seductive, intense gaze. " "The lighting is soft but focused, highlighting the curves of the lips and the reflective surface of the Bitcoin. " "The background is blurred, ensuring the attention remains on the lips, coin, and eyes." ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Enhance adherence to the prompt details clip_guidance_dropout = 0.05 # Subtle variations for realism hr_scale = 3.0 # High-resolution scaling for detailed textures hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.02 # Subtle latent space adjustments prompt_weighting = ( "Close-up of lips::1.7 | Biting a Bitcoin coin::1.6 | Provocative look in eyes::1.7 | Soft but focused lighting::1.5 | Metallic sheen on Bitcoin::1.6 | " "Blurred background::1.5 | Seductive, intense gaze::1.7" ) # Weight for enhancing key elements cross_attention_strength = 1.0 # Maximum detail for lips, coin, and eyes symmetry = "none" # No symmetry to maintain a natural expression symmetry_loss_weight = 0.1 # Minimal impact of symmetry reference_image = None # No reference image needed color_match_strength = 0.85 # Harmonious blending perlin_noise_scale = 0.1 # Low Perlin noise for subtle texture fractal_noise = False # Disable fractal noise depth_map = None # No depth map needed parallax_effect = False # No parallax effect # Generate the image image = pipe(
CFGスケール
7
ステップ
25
サンプラー
euler
シード
383769635
スケジューラー
karras
画像サイズ
688 X 1024
モデル
SeaArt Infinity
創作
サイズ
688X1024
日付
Aug 23, 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
無料オンライン顔交換

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

ai_eraserimg
AI消しゴム

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

gender_swapimg
性別チェンジ

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

ghibli_filter_h1img
スタジオジブリフィルター

ワンクリックで任意の写真をユニークなジブリ風アートに変換できます。

changePersonimg
写真の人物を変更

AIで写真の人物を簡単に変更できます。

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

関連コンテンツ

コントロールネット
独占
avatar
U
Untitled Record
1
1
コントロールネット
独占
avatar
B
Big Bang
0
0
コントロールネット
独占
avatar
J
Jonas Mariano
0
0
コントロールネット
独占
avatar
H
H-Fun
0
0
コントロールネット
独占
avatar
J
Jaya Abadi
1
1
コントロールネット
独占
avatar
A
Afra Akter moriyom
0
0
コントロールネット
独占
avatar
D
discoboy
0
0
コントロールネット
独占
avatar
J
Jürgen Mutz
0
0
コントロールネット
独占
avatar
M
MaeStro
0
1
コントロールネット
独占
avatar
E
Extra Funny
0
1
コントロールネット
独占
avatar
M
Mylevel Isgeek
1
1
コントロールネット
独占
avatar
A
ar105621
0
0
コントロールネット
独占
avatar
P
Putri Mila
0
0
コントロールネット
独占
avatar
D
Designer67818
0
0
コントロールネット
独占
avatar
D
duke
0
0
コントロールネット
独占
avatar
K
kaoz Perfect
0
0
コントロールネット
独占
avatar
D
Dino T-Rex
0
0
コントロールネット
独占
avatar
L
LAFAPHOTOGRAF
0
1
コントロールネット
独占
avatar
M
marco molini
1
1
コントロールネット
独占
avatar
T
Tech World
0
1
コントロールネット
独占
avatar
J
Javier
0
0
コントロールネット
独占
avatar
D
duke
0
0
コントロールネット
独占
avatar
W
wisdom great
0
0
コントロールネット
独占
avatar
T
Tech World
0
0
コントロールネット
独占
avatar
D
Designer26029
0
0
コントロールネット
独占
avatar
H
H-Fun
0
0
コントロールネット
独占
avatar
J
Jonas Mariano
0
0
コントロールネット
独占
avatar
D
Designer34442
2
1
コントロールネット
独占
avatar
M
Mendes Mendes
0
0
コントロールネット
独占
avatar
S
samarth anand
0
0
コントロールネット
独占
avatar
E
Extra Funny
0
0
コントロールネット
独占
avatar
H
H-Fun
0
0
コントロールネット
独占
avatar
J
Jonas Mariano
0
1
コントロールネット
独占
avatar
R
Ricky Widana
1
1
コントロールネット
独占
avatar
W
wisdom great
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
利用規約
プライバシーポリシー
特定商取引法
資金決済法に基づく表示
もっと見る