From stable_diffusion import StableDiffusion # Configuración de la API o el mod

Generation Data
Records
Prompts
Copy
from stable_diffusion import StableDiffusion
# Configuración de la API o el modelo
model = StableDiffusion(api_key='tu_api_key_aqui')
# Define el prompt para la generación de la imagen
prompt = (
"A powerful mage combining elements of fire
,
water
,
and wind
,
"
"with a dynamic and dramatic background suitable for a Yu-GI-OH card
.
"
"The mage should be surrounded by swirling flames
,
crashing waves
,
and gusts of wind
.
"
"The background should be a magical
,
mystical landscape with intense colors and high contrast
.
"
"The mage should be detailed
,
with elaborate robes and an aura of elemental magic
.
"
"The image should be in UHD definition
,
capturing all the intricate details
.
"
)
# Genera la imagen
image = model
.
generate(prompt
,
resolution='UHD')
# Guarda la imagen generada
image
.
save('mago_elemental_yugioh_uhd
.
png')
INFO
Checkpoint & LoRA

Checkpoint
SeaArt Infinity
#Epic Characters
#SeaArt Infinity
0 comment
0
5
0