Import torch from diffusers import StableDiffusionPipeline
![import torch
from diffusers import StableDiffusionPipeline
# Configurar la semilla para resultados consistentes
torch.manual_seed(42)
# Cargar el modelo
pipeline = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4")
# Prompt detallado
prompt = ("A young woman with long straight light brown hair, smiling and looking at the camera. "
"She is standing with one hand on her hip, vistiendo una camiseta blanca sin mangas con tirantes delgados y estampados coloridos. "
"Lleva minifalda ajustada de color negro, pearl colored high heel slippers. "
"The background shows a light door and a dark brown tiled floor, con una pared azul claro a la izquierda.")
# Generar la imagen
image = pipeline(prompt).images[0]
# Guardar la imagen
image.save("output.png")](https://image.cdn2.seaart.me/2025-05-28/d0rh4hle878c73f54flg/7f0b38239137a33761166e3a21ae4070f78fe026_high.webp)
Generation Data
Records
Prompts
Copy
import torch
from diffusers import StableDiffusionPipeline
# Configurar la semilla para resultados consistentes
torch
.
manual_seed(42)
# Cargar el modelo
pipeline = StableDiffusionPipeline
.
from_pretrained("CompVis/stable-diffusion-v1-4")
# Prompt detallado
prompt = ("A young woman with long straight light brown hair
,
smiling and looking at the camera
.
"
"She is standing with one hand on her hip
,
vistiendo una camiseta blanca sin mangas con tirantes delgados y estampados coloridos
.
"
"Lleva minifalda ajustada de color negro
,
pearl colored high heel slippers
.
"
"The background shows a light door and a dark brown tiled floor
,
con una pared azul claro a la izquierda
.
")
# Generar la imagen
image = pipeline(prompt)
.
images[0]
# Guardar la imagen
image
.
save("output
.
png")
INFO
Checkpoint & LoRA

Checkpoint
epiCRealism
#Realistic
0 comment
0
17
0