banner_image ×
SeaArt AI Empresa

# 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 = (
    "Elegant scene in a Spanish office: A woman in a white oversized men's shirt, barely covering her hips, with one shoulder exposed. "
    "Her hair is braided into a single braid, with a Bitcoin-shaped hairpin. She is barefoot, relaxed, with a slightly worn appearance, "
    "playing bowling with a bowling ball featuring a Bitcoin symbol. Her eyes are blue, her nose is large, and her lips are narrow. "
    "Her nipples are visible through the shirt. On the table, there is spilled milk, and some milk is left on her lips. "
    "The scene combines elements of Vatican secretaries with a relaxed, sensual atmosphere in a bowling setting."
)

# Configuration settings
clip_guidance_scale = 18  # Strength of adherence to the description
hr_scale = 2.5  # High resolution for detailed output
hr_upscaler = "R-ESRGAN"  # High-quality upscaling method
latent_shift = torch.randn(1, 4, 64, 64) * 0.01  # Slight adjustments to the latent space for natural variations
prompt_weighting = (
    "Woman in oversized shirt::2.0 | Bitcoin hairpin::1.8 | Relaxed atmosphere::1.7 | Bowling with Bitcoin symbol::1.8 | "
    "Blue eyes, large nose, narrow lips::1.6 | Spilled milk::1.5"
)  # Emphasizing key elements of the scene
cross_attention_strength = 1.0  # Strong focus on the main elements of the scene
symmetry = "none"  # No symmetry for a natural composition
symmetry_loss_weight = 0.1  # Minimal influence of symmetry
color_match_strength = 0.85  # Harmonious color blending
perlin_noise_scale = 0.03  # Low noise level for smooth textures
fractal_noise = False  # Disable fractal noise
depth_map = None  # No depth map
parallax_effect = False  # No parallax effect

# Generate the image
image = pipe(
    prompt=prompt_weighting,
    clip_gu
chatIcon
Algumas coisas só nós dois devemos saber.
Criar personagem de IA
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 = ( "Elegant scene in a Spanish office: A woman in a white oversized men's shirt, barely covering her hips, with one shoulder exposed. " "Her hair is braided into a single braid, with a Bitcoin-shaped hairpin. She is barefoot, relaxed, with a slightly worn appearance, " "playing bowling with a bowling ball featuring a Bitcoin symbol. Her eyes are blue, her nose is large, and her lips are narrow. " "Her nipples are visible through the shirt. On the table, there is spilled milk, and some milk is left on her lips. " "The scene combines elements of Vatican secretaries with a relaxed, sensual atmosphere in a bowling setting." ) # Configuration settings clip_guidance_scale = 18 # Strength of adherence to the description hr_scale = 2.5 # High resolution for detailed output hr_upscaler = "R-ESRGAN" # High-quality upscaling method latent_shift = torch.randn(1, 4, 64, 64) * 0.01 # Slight adjustments to the latent space for natural variations prompt_weighting = ( "Woman in oversized shirt::2.0 | Bitcoin hairpin::1.8 | Relaxed atmosphere::1.7 | Bowling with Bitcoin symbol::1.8 | " "Blue eyes, large nose, narrow lips::1.6 | Spilled milk::1.5" ) # Emphasizing key elements of the scene cross_attention_strength = 1.0 # Strong focus on the main elements of the scene symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0.1 # Minimal influence of symmetry color_match_strength = 0.85 # Harmonious color blending perlin_noise_scale = 0.03 # Low noise level for smooth textures fractal_noise = False # Disable fractal noise depth_map = None # No depth map parallax_effect = False # No parallax effect # Generate the image image = pipe( prompt=prompt_weighting, clip_gu

avatar
H
HelgaBlue
Generation Data
Registro
Prompts
Copiar prompts
# 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 = ( "Elegant scene in a Spanish office: A woman in a white oversized men's shirt , barely covering her hips , with one shoulder exposed . " "Her hair is braided into a single braid , with a Bitcoin-shaped hairpin . She is barefoot , relaxed , with a slightly worn appearance , " "playing bowling with a bowling ball featuring a Bitcoin symbol . Her eyes are blue , her nose is large , and her lips are narrow . " "Her nipples are visible through the shirt . On the table , there is spilled milk , and some milk is left on her lips . " "The scene combines elements of Vatican secretaries with a relaxed , sensual atmosphere in a bowling setting . " ) # Configuration settings clip_guidance_scale = 18 # Strength of adherence to the description hr_scale = 2 . 5 # High resolution for detailed output hr_upscaler = "R-ESRGAN" # High-quality upscaling method latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 01 # Slight adjustments to the latent space for natural variations prompt_weighting = ( "Woman in oversized shirt::2 . 0 | Bitcoin hairpin::1 . 8 | Relaxed atmosphere::1 . 7 | Bowling with Bitcoin symbol::1 . 8 | " "Blue eyes , large nose , narrow lips::1 . 6 | Spilled milk::1 . 5" ) # Emphasizing key elements of the scene cross_attention_strength = 1 . 0 # Strong focus on the main elements of the scene symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0 . 1 # Minimal influence of symmetry color_match_strength = 0 . 85 # Harmonious color blending perlin_noise_scale = 0 . 03 # Low noise level for smooth textures fractal_noise = False # Disable fractal noise depth_map = None # No depth map parallax_effect = False # No parallax effect # Generate the image image = pipe( prompt=prompt_weighting , clip_gu
INFO
Prompts
# 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 = ( "Elegant scene in a Spanish office: A woman in a white oversized men's shirt, barely covering her hips, with one shoulder exposed. " "Her hair is braided into a single braid, with a Bitcoin-shaped hairpin. She is barefoot, relaxed, with a slightly worn appearance, " "playing bowling with a bowling ball featuring a Bitcoin symbol. Her eyes are blue, her nose is large, and her lips are narrow. " "Her nipples are visible through the shirt. On the table, there is spilled milk, and some milk is left on her lips. " "The scene combines elements of Vatican secretaries with a relaxed, sensual atmosphere in a bowling setting." ) # Configuration settings clip_guidance_scale = 18 # Strength of adherence to the description hr_scale = 2.5 # High resolution for detailed output hr_upscaler = "R-ESRGAN" # High-quality upscaling method latent_shift = torch.randn(1, 4, 64, 64) * 0.01 # Slight adjustments to the latent space for natural variations prompt_weighting = ( "Woman in oversized shirt::2.0 | Bitcoin hairpin::1.8 | Relaxed atmosphere::1.7 | Bowling with Bitcoin symbol::1.8 | " "Blue eyes, large nose, narrow lips::1.6 | Spilled milk::1.5" ) # Emphasizing key elements of the scene cross_attention_strength = 1.0 # Strong focus on the main elements of the scene symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0.1 # Minimal influence of symmetry color_match_strength = 0.85 # Harmonious color blending perlin_noise_scale = 0.03 # Low noise level for smooth textures fractal_noise = False # Disable fractal noise depth_map = None # No depth map parallax_effect = False # No parallax effect # Generate the image image = pipe( prompt=prompt_weighting, clip_gu
Escala CFG
7
Passos
25
Coletor
euler
Semente
1653246100
Agendador
karras
Tamanho de Imagem
688 X 1024
Modelo
SeaArt Infinity
Criar
Tamanho
688X1024
Data
Aug 24, 2024
Modo
Estúdio
Tipo
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#Realista
#SeaArt Infinity
comentário(s)
0
0
0

Apps de IA Rápida de SeaArt

ai_video_generationimg
Geração de vídeos com IA

Libere sua imaginação e deixe a IA criar maravilhas visuais para você

face_swap_titleimg
Troca de rosto online grátis

Crie rapidamente vídeos e fotos de troca de rosto divertidos e realistas

kiss_vidimg
Gerador de vídeos de beijo com IA

Crie vídeos de beijo realistas a partir de fotos, grátis e online com IA.

ai_tools_4img
Filtro de IA.

Transforme cada foto em uma obra de arte.

dance_vidimg
Gerador de vídeo de dança com IA

Brinque com este gerador de vídeos de dança por IA e libere seu dançarino interior instantaneamente!

anime2realityimg
Do anime para a realidade

Traga instantaneamente seus personagens de anime favoritos à vida.

Explore mais aplicativos AI 

Recomendações relacionadas

ControlNet
avatar
V
Veter
0
3
ControlNet
avatar
B
Beauty Trackers
0
0
ControlNet
avatar
D
avatar_frame
Designer82944
0
3
ControlNet
avatar
J
Jimstar Tedi
2
3
ControlNet
avatar
U
Uchiha Itachi
0
2
ControlNet
avatar
S
Stable_Yogi
0
0
ControlNet
avatar
C
C-Games
0
0
ControlNet
avatar
J
jake 84
0
0
ControlNet
avatar
J
J-Love
0
3
ControlNet
avatar
J
avatar_frame
José Israel Núñez Henríquez
0
0
ControlNet
avatar
J
J-Love
0
0
ControlNet
avatar
문
문매구
7
2
ControlNet
avatar
J
JoshuaWolfing
1
1
ControlNet
avatar
D
avatar_frame
Designer82944
0
2
ControlNet
avatar
P
pixi vidsi
0
1
ControlNet
avatar
Z
Zalor
0
1
ControlNet
avatar
A
Artczi
0
3
ControlNet
avatar
H
avatar_frame
hanol
0
0
ControlNet
avatar
M
mr said
0
3
ControlNet
avatar
D
avatar_frame
Designer82944
2
6
ControlNet
avatar
D
avatar_frame
Diegol
5
8
ControlNet
avatar
M
Márcio Cruz
0
0
ControlNet
avatar
S
savannahcs
0
0
ControlNet
avatar
D
avatar_frame
Designer82944
2
8
ControlNet
avatar
A
Alternative History
0
0
ControlNet
avatar
R
Rick
9
14
ControlNet
avatar
J
jorge vergara
0
3
ControlNet
avatar
や
やち
0
1
ControlNet
avatar
D
avatar_frame
Designer82944
2
7
ControlNet
avatar
G
Guillermo Moraga
1
12
ControlNet
avatar
G
GASTON
0
1
ControlNet
avatar
P
Pepe Muño
0
0
ControlNet
avatar
A
Alberto Casanova
0
0
ControlNet
avatar
S
sunshine
0
0
ControlNet
avatar
B
Beauty Trackers
0
2
ControlNet
logo
Português
Aplicativo
Criar imagem Personagens AI Swift AI Treinamento de modelo Canvas Ferramenta rápida Fluxo de Trabalho
Criado {time}
Estúdio Classificação Bate-papo IA AI blog AI notícias
Ajuda
Guias Atendimento ao Cliente
Obter aplicativo
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Siga-nos
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Termos
Política de Privacidade 特定商取引法 資金決済法に基づく表示
Mais