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

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

# Define the prompt
prompt = (
    "A couple wrapped in silk sheets, with the Bitcoin logo subtly appearing as a pattern on the fabric. "
    "The scene is intimate and luxurious, with the soft silk sheets enveloping the couple, creating a sense of closeness and warmth. "
    "The Bitcoin logo is woven into the fabric, blending seamlessly with the silk, and is visible without being overly prominent. "
    "The lighting is soft, enhancing the smooth texture of the silk and the gentle expressions of the couple. "
    "The background is blurred to keep the focus on the couple and the detailed silk pattern, creating a serene and elegant mood."
)

# Configuration settings
tile_mode = "none"  # Disable tiling generation
clip_guidance_scale = 15  # Strengthen adherence to the prompt
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 = (
    "Couple wrapped in silk sheets::1.7 | Bitcoin logo subtly patterned on fabric::1.6 | "
    "Intimate and luxurious atmosphere::1.7 | Soft, flattering lighting::1.6 | "
    "Focus on couple and silk texture::1.6 | Serene and elegant mood::1.7"
)  # Weight for enhancing key elements
cross_attention_strength = 1.0  # Maximum detail for the couple and the silk
symmetry = "none"  # No symmetry to maintain natural positioning
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 = N
chatIcon
Hoje tenho pensamentos especiais, ideais para nós.
Criar personagem de IA
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 couple wrapped in silk sheets, with the Bitcoin logo subtly appearing as a pattern on the fabric. " "The scene is intimate and luxurious, with the soft silk sheets enveloping the couple, creating a sense of closeness and warmth. " "The Bitcoin logo is woven into the fabric, blending seamlessly with the silk, and is visible without being overly prominent. " "The lighting is soft, enhancing the smooth texture of the silk and the gentle expressions of the couple. " "The background is blurred to keep the focus on the couple and the detailed silk pattern, creating a serene and elegant mood." ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Strengthen adherence to the prompt 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 = ( "Couple wrapped in silk sheets::1.7 | Bitcoin logo subtly patterned on fabric::1.6 | " "Intimate and luxurious atmosphere::1.7 | Soft, flattering lighting::1.6 | " "Focus on couple and silk texture::1.6 | Serene and elegant mood::1.7" ) # Weight for enhancing key elements cross_attention_strength = 1.0 # Maximum detail for the couple and the silk symmetry = "none" # No symmetry to maintain natural positioning 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 = N

avatar
H
HelgaBlue
Generation Data
Registro
Prompts
Copiar prompts
# 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 couple wrapped in silk sheets , with the Bitcoin logo subtly appearing as a pattern on the fabric . " "The scene is intimate and luxurious , with the soft silk sheets enveloping the couple , creating a sense of closeness and warmth . " "The Bitcoin logo is woven into the fabric , blending seamlessly with the silk , and is visible without being overly prominent . " "The lighting is soft , enhancing the smooth texture of the silk and the gentle expressions of the couple . " "The background is blurred to keep the focus on the couple and the detailed silk pattern , creating a serene and elegant mood . " ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Strengthen adherence to the prompt 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 = ( "Couple wrapped in silk sheets::1 . 7 | Bitcoin logo subtly patterned on fabric::1 . 6 | " "Intimate and luxurious atmosphere::1 . 7 | Soft , flattering lighting::1 . 6 | " "Focus on couple and silk texture::1 . 6 | Serene and elegant mood::1 . 7" ) # Weight for enhancing key elements cross_attention_strength = 1 . 0 # Maximum detail for the couple and the silk symmetry = "none" # No symmetry to maintain natural positioning 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 = N
INFO
Prompts
# 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 couple wrapped in silk sheets, with the Bitcoin logo subtly appearing as a pattern on the fabric. " "The scene is intimate and luxurious, with the soft silk sheets enveloping the couple, creating a sense of closeness and warmth. " "The Bitcoin logo is woven into the fabric, blending seamlessly with the silk, and is visible without being overly prominent. " "The lighting is soft, enhancing the smooth texture of the silk and the gentle expressions of the couple. " "The background is blurred to keep the focus on the couple and the detailed silk pattern, creating a serene and elegant mood." ) # Configuration settings tile_mode = "none" # Disable tiling generation clip_guidance_scale = 15 # Strengthen adherence to the prompt 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 = ( "Couple wrapped in silk sheets::1.7 | Bitcoin logo subtly patterned on fabric::1.6 | " "Intimate and luxurious atmosphere::1.7 | Soft, flattering lighting::1.6 | " "Focus on couple and silk texture::1.6 | Serene and elegant mood::1.7" ) # Weight for enhancing key elements cross_attention_strength = 1.0 # Maximum detail for the couple and the silk symmetry = "none" # No symmetry to maintain natural positioning 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 = N
Escala CFG
7
Passos
25
Coletor
euler
Semente
1444544156
Agendador
karras
Tamanho de Imagem
688 X 1024
Modelo
SeaArt Infinity
Criar
Tamanho
688X1024
Data
Aug 23, 2024
Modo
Estúdio
Tipo
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#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

changePersonimg
Alterar a pessoa na foto

Substitua facilmente a pessoa em qualquer foto com IA.

image2lineartimg
Imagem para arte linear

Converta qualquer imagem em arte linear elegante sem esforço

ai_tools_2img
Remover fundo.

Remova fundos de qualquer imagem em segundos.

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!

Explore mais aplicativos AI 

Recomendações relacionadas

ControlNet
Exclusivo
avatar
H
HelgaBlue
0
0
ControlNet
Exclusivo
avatar
D
avatar_frame
Designer83413
0
0
ControlNet
Exclusivo
avatar
A
Afra Akter moriyom
0
0
ControlNet
Exclusivo
avatar
J
Jaya Abadi
1
1
ControlNet
Exclusivo
avatar
J
Junior
1
3
ControlNet
Exclusivo
avatar
J
Jose Domingos Mendes
0
0
ControlNet
Exclusivo
avatar
Н
Настя Г.
0
0
ControlNet
Exclusivo
avatar
Y
Yeongwol
0
0
ControlNet
Exclusivo
avatar
T
Torrealba Nay
0
0
ControlNet
Exclusivo
avatar
R
Ridwan Grapher
0
0
ControlNet
Exclusivo
avatar
B
Big Bang
0
0
ControlNet
Exclusivo
avatar
R
Ridwan Grapher
1
1
ControlNet
Exclusivo
avatar
Н
Настя Г.
0
0
ControlNet
Exclusivo
avatar
T
The myth
1
2
ControlNet
Exclusivo
avatar
U
user2020303020302323
0
0
ControlNet
Exclusivo
avatar
A
Afra Akter moriyom
0
0
ControlNet
Exclusivo
avatar
C
CC CC
0
0
ControlNet
Exclusivo
avatar
D
Designer64677
0
0
ControlNet
Exclusivo
avatar
M
Mylevel Isgeek
1
1
ControlNet
Exclusivo
avatar
T
Torrealba Nay
0
0
ControlNet
Exclusivo
avatar
U
user2020303020302323
0
0
ControlNet
Exclusivo
avatar
M
Make Private
0
0
ControlNet
Exclusivo
avatar
J
JAMES BOND Ester
0
0
ControlNet
Exclusivo
avatar
M
Melio Carrioni
0
1
ControlNet
Exclusivo
avatar
A
Azhar Khan
1
0
ControlNet
Exclusivo
avatar
A
Aang Nuh
0
1
ControlNet
Exclusivo
avatar
D
Designer67818
0
0
ControlNet
Exclusivo
avatar
C
Cruz Anderson
0
0
ControlNet
Exclusivo
avatar
A
Abbas Habib
0
0
ControlNet
Exclusivo
avatar
D
avatar_frame
Dhitta Adinda
1
2
ControlNet
Exclusivo
avatar
N
Nickolas Plaza
0
0
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 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
iconiconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
Termos
Política de Privacidade 特定商取引法 資金決済法に基づく表示
Mais