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 airport scene
prompt = (
    "In a bustling airport terminal, a cheeky go-go dancer in a flashy outfit stands near the departure gate. Her outfit is adorned with playful Bitcoin symbols and exaggerated Japanese motifs. She winks at the camera while holding a sign that says 'Welcome, Bitcoin Trader!' The setting is vibrant with travelers and amusing digital billboards showcasing funny cryptocurrency memes. The lighting is bright and colorful, adding a comical flair to the scene. The dancer’s playful pose and animated expression create a fun and engaging atmosphere."
)

# 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("airport_dancer_welcome.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 airport scene prompt = ( "In a bustling airport terminal, a cheeky go-go dancer in a flashy outfit stands near the departure gate. Her outfit is adorned with playful Bitcoin symbols and exaggerated Japanese motifs. She winks at the camera while holding a sign that says 'Welcome, Bitcoin Trader!' The setting is vibrant with travelers and amusing digital billboards showcasing funny cryptocurrency memes. The lighting is bright and colorful, adding a comical flair to the scene. The dancer’s playful pose and animated expression create a fun and engaging atmosphere." ) # 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("airport_dancer_welcome.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 airport scene prompt = ( "In a bustling airport terminal , a cheeky go-go dancer in a flashy outfit stands near the departure gate . Her outfit is adorned with playful Bitcoin symbols and exaggerated Japanese motifs . She winks at the camera while holding a sign that says 'Welcome , Bitcoin Trader ! ' The setting is vibrant with travelers and amusing digital billboards showcasing funny cryptocurrency memes . The lighting is bright and colorful , adding a comical flair to the scene . The dancer’s playful pose and animated expression create a fun and engaging atmosphere . " ) # 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("airport_dancer_welcome . 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 airport scene prompt = ( "In a bustling airport terminal, a cheeky go-go dancer in a flashy outfit stands near the departure gate. Her outfit is adorned with playful Bitcoin symbols and exaggerated Japanese motifs. She winks at the camera while holding a sign that says 'Welcome, Bitcoin Trader!' The setting is vibrant with travelers and amusing digital billboards showcasing funny cryptocurrency memes. The lighting is bright and colorful, adding a comical flair to the scene. The dancer’s playful pose and animated expression create a fun and engaging atmosphere." ) # 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("airport_dancer_welcome.png")
CFG Scale
7
Шаги
25
Сборщик
euler
Зерно
917719913
Диспетчер
karras
Размер изображения
688 X 1024
Модель
SeaArt Infinity
Генерировать
Размер
1536X1152
Дата
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
Бесплатная онлайн смена лица

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

cartoon_avatar_h1img
Создатель мультяшных аватаров

Превратите ваши фотографии в уникальные мультяшные аватары мгновенно.

ai_tools_2img
Убрать фон.

Удалите фон с любого изображения за секунды.

fuse_anyoneimg
Слияние изображений с использованием AI

Объедините два изображения в один новый потрясающий визуальный эффект с помощью AI Image Fusion.

ai_tools_4img
AI фильтры.

Делайте каждое фото произведением искусства.

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

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

ControlNet
avatar
N
avatar_frame
Nasuada
0
0
ControlNet
avatar
M
avatar_frame
My Meoz
0
0
ControlNet
avatar
P
Pigen-C
0
0
ControlNet
avatar
T
avatar_frame
TTES
0
0
ControlNet
avatar
A
AKIRA
1
0
ControlNet
avatar
掲
掲示板用
12
5
ControlNet
avatar
T
Thuy Hoa Mieu
0
0
ControlNet
avatar
D
avatar_frame
Designer94175
0
0
ControlNet
avatar
A
AKIRA
1
0
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
P
Pigen-C
0
3
ControlNet
avatar
U
avatar_frame
usitoko
0
0
ControlNet
avatar
A
Amika
0
2
ControlNet
avatar
Z
Zero Boy
0
0
ControlNet
avatar
掲
掲示板用
6
18
ControlNet
avatar
伯
avatar_frame
伯熊
1
0
ControlNet
avatar
J
Jayan Jayan
0
4
ControlNet
avatar
M
Miguel Ángel Calero Leranca
0
0
ControlNet
avatar
T
Tai Vide
0
0
ControlNet
avatar
N
avatar_frame
NoNickname
0
0
ControlNet
avatar
H
avatar_frame
Hi-kiku
0
1
ControlNet
avatar
D
Drive,X
2
1
ControlNet
avatar
ま
まりりん
2
2
ControlNet
avatar
C
Cuc Hoa
1
0
ControlNet
avatar
อ
อ้ายคนหล่อลวง22
0
0
ControlNet
avatar
P
avatar_frame
PurianithaA anjanie
0
0
ControlNet
avatar
は
はまべ みなみ
0
0
ControlNet
avatar
K
KKai
0
0
ControlNet
avatar
誌
誌鈺
0
0
ControlNet
avatar
T
Tai Vide
1
1
ControlNet
avatar
A
avatar_frame
AAD
0
0
ControlNet
avatar
T
avatar_frame
tantanka
0
0
ControlNet
avatar
C
avatar_frame
Cahaya
1
1
ControlNet
logo
Pусский
Приложение
Создание изображения AI Персонажи Swift AI Обучение модели Canvas Быстрое приложение Рабочий процесс
О нём
Студия Лидеры Чат ИИ AI блог AI новости
Помощь
Руководство Обслуживание клиентов
Получить приложение
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Следите за нами
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Условия использования
Политика конфиденциальности 特定商取引法 資金決済法に基づく表示
Больше