banner_image ×
SeaArt AI Предприятие

From stable_diffusion import StableDiffusionPipeline import torch from PIL impor

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 for the airplane scene
prompt = (
    "Inside a luxurious airplane cabin, the go-go dancer performs a hilariously energetic dance for a Bitcoin trader. She’s wearing a vibrant outfit with exaggerated Bitcoin designs and accessories. Her dance moves are exaggerated and playful, and she makes comedic facial expressions while making eye contact with the trader. The trader, seated comfortably, is laughing and clapping, clearly entertained. The cabin is decorated with bright reds, pinks, and golds, and the lighting is vibrant and warm, emphasizing the fun and cheeky interaction."
)

# Configuration settings
clip_guidance_scale = 16  # Slightly lower to add a playful feel
hr_scale = 3.0  # Balanced resolution
hr_upscaler = "R-ESRGAN"
latent_shift = torch.randn(1, 4, 64, 64) * 0.03  # Slight variation for humor
cross_attention_strength = 1.5  # Focus on playful details
shallow_depth_of_field = True  # Emphasize interaction
lighting_style = "bright and colorful"  # Vibrant lighting effects
color_match_strength = 1.5  # Enhanced color matching
perlin_noise_scale = 0.03  # Subtle noise for texture
fractal_noise = False

# Generate the image
image = pipe(
    prompt=prompt,
    clip_guidance_scale=clip_guidance_scale,
    hr_scale=hr_scale,
    hr_upscaler=hr_upscaler,
    latent_shift=latent_shift,
    cross_attention_strength=cross_attention_strength,
    shallow_depth_of_field=shallow_depth_of_field,
    lighting_style=lighting_style,
    color_match_strength=color_match_strength,
    noise="perlin",
    noise_scale=perlin_noise_scale,
    fractal_noise=fractal_noise
).images[0]

# Save the generated image
image.save("airplane_dancer_performance.png")
chatIcon
У меня есть уникальные вещи, они для тебя.
Создать AI-персонажа
image

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 for the airplane scene prompt = ( "Inside a luxurious airplane cabin, the go-go dancer performs a hilariously energetic dance for a Bitcoin trader. She’s wearing a vibrant outfit with exaggerated Bitcoin designs and accessories. Her dance moves are exaggerated and playful, and she makes comedic facial expressions while making eye contact with the trader. The trader, seated comfortably, is laughing and clapping, clearly entertained. The cabin is decorated with bright reds, pinks, and golds, and the lighting is vibrant and warm, emphasizing the fun and cheeky interaction." ) # Configuration settings clip_guidance_scale = 16 # Slightly lower to add a playful feel hr_scale = 3.0 # Balanced resolution hr_upscaler = "R-ESRGAN" latent_shift = torch.randn(1, 4, 64, 64) * 0.03 # Slight variation for humor cross_attention_strength = 1.5 # Focus on playful details shallow_depth_of_field = True # Emphasize interaction lighting_style = "bright and colorful" # Vibrant lighting effects color_match_strength = 1.5 # Enhanced color matching perlin_noise_scale = 0.03 # Subtle noise for texture fractal_noise = False # Generate the image image = pipe( prompt=prompt, clip_guidance_scale=clip_guidance_scale, hr_scale=hr_scale, hr_upscaler=hr_upscaler, latent_shift=latent_shift, cross_attention_strength=cross_attention_strength, shallow_depth_of_field=shallow_depth_of_field, lighting_style=lighting_style, color_match_strength=color_match_strength, noise="perlin", noise_scale=perlin_noise_scale, fractal_noise=fractal_noise ).images[0] # Save the generated image image.save("airplane_dancer_performance.png")

avatar
B
Bena Millionaire
Generation Data
Запись
Подсказки
Копировать подсказки
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 for the airplane scene prompt = ( "Inside a luxurious airplane cabin , the go-go dancer performs a hilariously energetic dance for a Bitcoin trader . She’s wearing a vibrant outfit with exaggerated Bitcoin designs and accessories . Her dance moves are exaggerated and playful , and she makes comedic facial expressions while making eye contact with the trader . The trader , seated comfortably , is laughing and clapping , clearly entertained . The cabin is decorated with bright reds , pinks , and golds , and the lighting is vibrant and warm , emphasizing the fun and cheeky interaction . " ) # Configuration settings clip_guidance_scale = 16 # Slightly lower to add a playful feel hr_scale = 3 . 0 # Balanced resolution hr_upscaler = "R-ESRGAN" latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 03 # Slight variation for humor cross_attention_strength = 1 . 5 # Focus on playful details shallow_depth_of_field = True # Emphasize interaction lighting_style = "bright and colorful" # Vibrant lighting effects color_match_strength = 1 . 5 # Enhanced color matching perlin_noise_scale = 0 . 03 # Subtle noise for texture fractal_noise = False # Generate the image image = pipe( prompt=prompt , clip_guidance_scale=clip_guidance_scale , hr_scale=hr_scale , hr_upscaler=hr_upscaler , latent_shift=latent_shift , cross_attention_strength=cross_attention_strength , shallow_depth_of_field=shallow_depth_of_field , lighting_style=lighting_style , color_match_strength=color_match_strength , noise="perlin" , noise_scale=perlin_noise_scale , fractal_noise=fractal_noise ) . images[0] # Save the generated image image . save("airplane_dancer_performance . png")
Информация
Подсказки
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 for the airplane scene prompt = ( "Inside a luxurious airplane cabin, the go-go dancer performs a hilariously energetic dance for a Bitcoin trader. She’s wearing a vibrant outfit with exaggerated Bitcoin designs and accessories. Her dance moves are exaggerated and playful, and she makes comedic facial expressions while making eye contact with the trader. The trader, seated comfortably, is laughing and clapping, clearly entertained. The cabin is decorated with bright reds, pinks, and golds, and the lighting is vibrant and warm, emphasizing the fun and cheeky interaction." ) # Configuration settings clip_guidance_scale = 16 # Slightly lower to add a playful feel hr_scale = 3.0 # Balanced resolution hr_upscaler = "R-ESRGAN" latent_shift = torch.randn(1, 4, 64, 64) * 0.03 # Slight variation for humor cross_attention_strength = 1.5 # Focus on playful details shallow_depth_of_field = True # Emphasize interaction lighting_style = "bright and colorful" # Vibrant lighting effects color_match_strength = 1.5 # Enhanced color matching perlin_noise_scale = 0.03 # Subtle noise for texture fractal_noise = False # Generate the image image = pipe( prompt=prompt, clip_guidance_scale=clip_guidance_scale, hr_scale=hr_scale, hr_upscaler=hr_upscaler, latent_shift=latent_shift, cross_attention_strength=cross_attention_strength, shallow_depth_of_field=shallow_depth_of_field, lighting_style=lighting_style, color_match_strength=color_match_strength, noise="perlin", noise_scale=perlin_noise_scale, fractal_noise=fractal_noise ).images[0] # Save the generated image image.save("airplane_dancer_performance.png")
CFG Scale
7
Шаги
25
Сборщик
euler
Зерно
1581430789
Диспетчер
karras
Размер изображения
688 X 1024
Модель
SeaArt Infinity
Генерировать
Размер
688X1024
Дата
Aug 26, 2024
Режим
Студия
Тип
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#Реалистичный
#SeaArt Infinity
0 комментариев
0
0
0

SeaArt: Удобные AI Apps

ai_video_generationimg
Генерация видео с помощью ИИ

Освободите своё воображение, и ИИ создаст для вас визуальные чудеса

face_swap_titleimg
Бесплатная онлайн смена лица

Быстро создавайте забавные и реалистичные видео и фотографии с изменением лица

vrtry_cloth_h1img
Виртуальная примерка одежды

Примерьте любую одежду виртуально с помощью ИИ

anime2realityimg
Аниме в реальность

Мгновенно оживите своих любимых персонажей аниме.

gender_swapimg
Смена пола

Меняйте пол на фотографиях и видео с помощью AI-гендерного сменщика SeaArt. Наслаждайтесь веселыми и реалистичными преобразованиями легко и бесплатно онлайн!

wanimg2vid_h1img
Wan 2.1 Изображение в видео

Анимируйте фотографии с реалистичным движением и кинематографическими эффектами.

Исследовать больше AI-приложений 

Связанные рекомендации

ControlNet
Эксклюзивный
avatar
M
Muk Yad
0
0
ControlNet
Эксклюзивный
avatar
B
Bps 002
2
12
ControlNet
Эксклюзивный
avatar
M
avatar_frame
MR.Q
0
7
ControlNet
Эксклюзивный
avatar
U
ultimate.azazel666
1
6
ControlNet
Эксклюзивный
avatar
B
Bruno D
1
1
ControlNet
Эксклюзивный
avatar
N
Nicolas Ramirez
2
3
ControlNet
Эксклюзивный
avatar
M
avatar_frame
MR.Q
1
2
ControlNet
Эксклюзивный
avatar
K
karla elizabeth betancourt vasquez
0
1
ControlNet
Эксклюзивный
avatar
E
Eshal Tanveer
0
0
ControlNet
Эксклюзивный
avatar
H
Harman
1
1
ControlNet
Эксклюзивный
avatar
A
ahah vahah
0
1
ControlNet
Эксклюзивный
avatar
B
Bishal Gurung
2
4
ControlNet
Эксклюзивный
avatar
K
kirollka rudz
0
0
ControlNet
Эксклюзивный
avatar
N
Nathan M
1
1
ControlNet
Эксклюзивный
avatar
P
Picknikker
0
2
ControlNet
Эксклюзивный
avatar
F
Felipe
1
1
ControlNet
Эксклюзивный
avatar
D
Donnie
1
1
ControlNet
Эксклюзивный
avatar
V
venus encinas
0
1
ControlNet
Эксклюзивный
avatar
2
2k30
0
0
ControlNet
Эксклюзивный
avatar
N
Nathan M
0
1
ControlNet
Эксклюзивный
avatar
U
unrealreinhardt
3
2
ControlNet
Эксклюзивный
avatar
I
Infinity Kid_dtroiy
0
0
ControlNet
Эксклюзивный
avatar
D
Designer67028
0
0
ControlNet
Эксклюзивный
avatar
D
Dr. Gerard
0
1
ControlNet
Эксклюзивный
avatar
A
Alzalagorgeador
0
1
ControlNet
Эксклюзивный
avatar
K
karla elizabeth betancourt vasquez
0
0
ControlNet
Эксклюзивный
avatar
J
avatar_frame
Jhonny Sins
0
0
ControlNet
logo
Pусский
Приложение
Создание изображения AI Персонажи Swift AI Обучение модели Canvas Быстрое приложение Рабочий процесс
О нём
Студия Лидеры AI блог AI новости
Помощь
Руководство Обслуживание клиентов
Получить приложение
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Следите за нами
iconiconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Условия использования
Политика конфиденциальности 特定商取引法 資金決済法に基づく表示
Больше