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 = (
    "A dynamic and sensitive scene in a cozy home: 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 at home 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 setting is warm and intimate, with soft natural light coming through the windows, reflecting the emotional and physical warmth of the moment. "
    "The overall atmosphere is lively, with a touch of playful spontaneity."
)

# Configuration settings
clip_guidance_scale = 20  # Stronger adherence to the description for dynamic and emotional elements
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.015  # Slightly more variation in the latent space for a natural, lively look
prompt_weighting = (
    "Woman in oversized shirt::2.2 | Bitcoin hairpin::1.9 | Relaxed and lively atmosphere::2.0 | Bowling at home with Bitcoin symbol::1.9 | "
    "Blue eyes, large nose, narrow lips::1.7 | Spilled milk::1.6 | Cozy home with natural light::2.1"
)  # Enhanced focus on key elements to create a dynamic and sensitive scene
cross_attention_strength = 1.2  # Enhanced focus on dynamic elements
symmetry = "none"  # No symmetry for a natural composition
symmetry_loss_weight = 0.05  # Minimal influence of symmetry
color_match_strength = 0.9  # Harmonious color blending to enhance war
chatIcon
Hay algunas cosas que solo puedo decirte en secreto, ¿te interesa?
Crear personaje 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 = ( "A dynamic and sensitive scene in a cozy home: 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 at home 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 setting is warm and intimate, with soft natural light coming through the windows, reflecting the emotional and physical warmth of the moment. " "The overall atmosphere is lively, with a touch of playful spontaneity." ) # Configuration settings clip_guidance_scale = 20 # Stronger adherence to the description for dynamic and emotional elements 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.015 # Slightly more variation in the latent space for a natural, lively look prompt_weighting = ( "Woman in oversized shirt::2.2 | Bitcoin hairpin::1.9 | Relaxed and lively atmosphere::2.0 | Bowling at home with Bitcoin symbol::1.9 | " "Blue eyes, large nose, narrow lips::1.7 | Spilled milk::1.6 | Cozy home with natural light::2.1" ) # Enhanced focus on key elements to create a dynamic and sensitive scene cross_attention_strength = 1.2 # Enhanced focus on dynamic elements symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0.05 # Minimal influence of symmetry color_match_strength = 0.9 # Harmonious color blending to enhance war

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 = ( "A dynamic and sensitive scene in a cozy home: 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 at home 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 setting is warm and intimate , with soft natural light coming through the windows , reflecting the emotional and physical warmth of the moment . " "The overall atmosphere is lively , with a touch of playful spontaneity . " ) # Configuration settings clip_guidance_scale = 20 # Stronger adherence to the description for dynamic and emotional elements 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 . 015 # Slightly more variation in the latent space for a natural , lively look prompt_weighting = ( "Woman in oversized shirt::2 . 2 | Bitcoin hairpin::1 . 9 | Relaxed and lively atmosphere::2 . 0 | Bowling at home with Bitcoin symbol::1 . 9 | " "Blue eyes , large nose , narrow lips::1 . 7 | Spilled milk::1 . 6 | Cozy home with natural light::2 . 1" ) # Enhanced focus on key elements to create a dynamic and sensitive scene cross_attention_strength = 1 . 2 # Enhanced focus on dynamic elements symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0 . 05 # Minimal influence of symmetry color_match_strength = 0 . 9 # Harmonious color blending to enhance war
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 = ( "A dynamic and sensitive scene in a cozy home: 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 at home 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 setting is warm and intimate, with soft natural light coming through the windows, reflecting the emotional and physical warmth of the moment. " "The overall atmosphere is lively, with a touch of playful spontaneity." ) # Configuration settings clip_guidance_scale = 20 # Stronger adherence to the description for dynamic and emotional elements 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.015 # Slightly more variation in the latent space for a natural, lively look prompt_weighting = ( "Woman in oversized shirt::2.2 | Bitcoin hairpin::1.9 | Relaxed and lively atmosphere::2.0 | Bowling at home with Bitcoin symbol::1.9 | " "Blue eyes, large nose, narrow lips::1.7 | Spilled milk::1.6 | Cozy home with natural light::2.1" ) # Enhanced focus on key elements to create a dynamic and sensitive scene cross_attention_strength = 1.2 # Enhanced focus on dynamic elements symmetry = "none" # No symmetry for a natural composition symmetry_loss_weight = 0.05 # Minimal influence of symmetry color_match_strength = 0.9 # Harmonious color blending to enhance war
Escala CFG
7
Pasos
25
Recolector
euler
Semilla
1796328623
Programador
karras
Tamaño de imagen
688 X 1024
Modelo
SeaArt Infinity
Generar
Tamaño
688X1024
Fecha
Aug 24, 2024
Modo
Estudio
Tipo
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#SeaArt Infinity
0 comentario(s)
0
0
0

Apps de AI Rápido de SeaArt

ai_video_generationimg
Generación de videos con IA

Libera tu imaginación, la IA creará maravillas visuales para ti

face_swap_titleimg
Cambio de cara en línea gratis

Crea rápidamente videos y fotos de cambio de cara divertidos y realistas

ghibli_filter_h1img
Filtro de Studio Ghibli

Convierte cualquier foto en arte único estilo Ghibli con solo un clic.

cartoon_avatar_h1img
Creador de avatares de dibujos animados

Convierte tus fotos en avatares de dibujos animados únicos al instante.

video_face_swapimg
Intercambio de caras en video

Crea videos divertidos intercambiando caras en cualquier clip de video.

vrtry_cloth_h1img
Prueba virtual de ropa

Prueba cualquier tipo de ropa virtualmente con IA

Explora más aplicaciones AI 

Recomendaciones relacionadas

ControlNet
Exclusivo
avatar
H
HelgaBlue
0
1
ControlNet
Exclusivo
avatar
H
HelgaBlue
0
0
ControlNet
Exclusivo
avatar
K
Kjd Vnhj
0
0
ControlNet
Exclusivo
avatar
S
shu
0
0
ControlNet
Exclusivo
avatar
E
Except Notes
1
1
ControlNet
Exclusivo
avatar
M
Muhammad Zeeshan
1
0
ControlNet
Exclusivo
avatar
H
Hamza Hajjaji
0
0
ControlNet
Exclusivo
avatar
H
HelgaBlue
0
0
ControlNet
Exclusivo
avatar
A
Andres Martinez
0
0
ControlNet
Exclusivo
avatar
C
ch asad abbas guru
1
0
ControlNet
Exclusivo
avatar
D
Daniel Pereira dos santos
0
0
ControlNet
Exclusivo
avatar
Z
Zain Khan
1
1
ControlNet
Exclusivo
avatar
D
Designer50219
0
0
ControlNet
Exclusivo
avatar
H
HB HL
0
0
ControlNet
Exclusivo
avatar
A
abragummy
0
0
ControlNet
Exclusivo
avatar
A
abragummy
0
1
ControlNet
Exclusivo
avatar
T
TESTE
0
1
ControlNet
Exclusivo
avatar
R
rose ann
0
0
ControlNet
Exclusivo
avatar
S
soner oğuztürk
0
0
ControlNet
Exclusivo
avatar
ส
สมัครเฟส รับทําป้าย
0
0
ControlNet
Exclusivo
avatar
С
Сергей Александрович
0
0
ControlNet
Exclusivo
avatar
P
Pampersas papsa
0
0
ControlNet
Exclusivo
avatar
M
Marques Python
0
0
ControlNet
Exclusivo
avatar
S
Strawberry Lowbottoms
0
1
ControlNet
Exclusivo
avatar
?
?????\??筋肉
0
0
ControlNet
Exclusivo
avatar
J
Jentix
2
2
ControlNet
Exclusivo
avatar
İ
İpek Deniz
0
0
ControlNet
Exclusivo
avatar
L
Laura Santos Yoselin
0
1
ControlNet
Exclusivo
avatar
O
Odete Ramos
0
0
ControlNet
Exclusivo
avatar
M
Monika H.
0
3
ControlNet
Exclusivo
avatar
A
azerbaycanturan
0
0
ControlNet
Exclusivo
avatar
A
Andreja Minova
0
0
ControlNet
Exclusivo
avatar
N
NPC Coin
1
1
ControlNet
Exclusivo
avatar
M
Maria jose guzman
0
0
ControlNet
logo
Español
Aplicación
Crear imagen Personajes AI Swift AI Entrenamiento de modelos Canvas Aplicación rápida Flujo de trabajo
Sobre él/ella
Estudio Clasificación Chat IA AI blog AI noticias
Ayuda
Guías Servicio al cliente
Obtener aplicación
icon
Download on the
APP Store
icon
GET IT ON
Google Play
Síguenos
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Términos
Privacidad 特定商取引法 資金決済法に基づく表示
Más