banner_image ×
SeaArt AI Empresa

From stable_diffusion import StableDiffusionPipeline import torch from PIL impor

from stable_diffusion import StableDiffusionPipeline
import torch
from PIL import Image

# Load the Stable Diffusion model
pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4")
pipe = pipe.to("cuda")  # Use GPU if available

# Define the detailed third-person action game-style prompt
prompts = {
    "cooking_for_bitcoin_whale_action_game": (
        "A dynamic, third-person action game scene where a powerful, muscular whale, adorned with a glowing Bitcoin chain, is the central character. "
        "The whale is engaged in an intense standoff in a futuristic, dystopian kitchen that doubles as a high-tech battle arena. "
        "A beautiful woman in tactical gear, with a sleek and agile build, is preparing to serve the whale food, but her posture and expression indicate "
        "she's ready to spring into action at any moment. Her eyes are locked on the whale, who is smirking confidently, seemingly unaware of the impending danger. "
        "Behind the whale, the environment is filled with destructible objects, flickering lights, and a sense of tension, as if a battle is about to break out. "
        "The camera angle is over-the-shoulder, focusing on the woman as she moves stealthily, ready to either serve or strike, depending on the player's choice. "
        "The scene is packed with action elements, including explosions, debris, and other characters who are either allies or enemies, adding to the chaos and intensity. "
        "The overall atmosphere is gritty and suspenseful, capturing the high stakes and adrenaline-pumping action typical of a third-person shooter."
    )
}

# Generate the image for the prompt
for name, prompt in prompts.items():
    # Generate the image using the prompt
    image = pipe(prompt).images[0]
    
    # Save the generated image
    filename = f"{name.lower().replace(' ', '_')}.png"
    image.save(filename)
    print(f"Saved image: {filename}")

    # Optionally, show the generated image
    image.show()
chatIcon
Tenho algumas ideias ousadas, se atreve a ouvir?
Criar personagem de IA
image

from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") pipe = pipe.to("cuda") # Use GPU if available # Define the detailed third-person action game-style prompt prompts = { "cooking_for_bitcoin_whale_action_game": ( "A dynamic, third-person action game scene where a powerful, muscular whale, adorned with a glowing Bitcoin chain, is the central character. " "The whale is engaged in an intense standoff in a futuristic, dystopian kitchen that doubles as a high-tech battle arena. " "A beautiful woman in tactical gear, with a sleek and agile build, is preparing to serve the whale food, but her posture and expression indicate " "she's ready to spring into action at any moment. Her eyes are locked on the whale, who is smirking confidently, seemingly unaware of the impending danger. " "Behind the whale, the environment is filled with destructible objects, flickering lights, and a sense of tension, as if a battle is about to break out. " "The camera angle is over-the-shoulder, focusing on the woman as she moves stealthily, ready to either serve or strike, depending on the player's choice. " "The scene is packed with action elements, including explosions, debris, and other characters who are either allies or enemies, adding to the chaos and intensity. " "The overall atmosphere is gritty and suspenseful, capturing the high stakes and adrenaline-pumping action typical of a third-person shooter." ) } # Generate the image for the prompt for name, prompt in prompts.items(): # Generate the image using the prompt image = pipe(prompt).images[0] # Save the generated image filename = f"{name.lower().replace(' ', '_')}.png" image.save(filename) print(f"Saved image: {filename}") # Optionally, show the generated image image.show()

avatar
H
HelgaBlue
Generation Data
Registro
Prompts
Copiar prompts
from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline . from_pretrained("stable-diffusion-v1-4") pipe = pipe . to("cuda") # Use GPU if available # Define the detailed third-person action game-style prompt prompts = { "cooking_for_bitcoin_whale_action_game": ( "A dynamic , third-person action game scene where a powerful , muscular whale , adorned with a glowing Bitcoin chain , is the central character . " "The whale is engaged in an intense standoff in a futuristic , dystopian kitchen that doubles as a high-tech battle arena . " "A beautiful woman in tactical gear , with a sleek and agile build , is preparing to serve the whale food , but her posture and expression indicate " "she's ready to spring into action at any moment . Her eyes are locked on the whale , who is smirking confidently , seemingly unaware of the impending danger . " "Behind the whale , the environment is filled with destructible objects , flickering lights , and a sense of tension , as if a battle is about to break out . " "The camera angle is over-the-shoulder , focusing on the woman as she moves stealthily , ready to either serve or strike , depending on the player's choice . " "The scene is packed with action elements , including explosions , debris , and other characters who are either allies or enemies , adding to the chaos and intensity . " "The overall atmosphere is gritty and suspenseful , capturing the high stakes and adrenaline-pumping action typical of a third-person shooter . " ) } # Generate the image for the prompt for name , prompt in prompts . items(): # Generate the image using the prompt image = pipe(prompt) . images[0] # Save the generated image filename = f"{name . lower() . replace(' ' , '_')} . png" image . save(filename) print(f"Saved image: {filename}") # Optionally , show the generated image image . show()
INFO
Prompts
from stable_diffusion import StableDiffusionPipeline import torch from PIL import Image # Load the Stable Diffusion model pipe = StableDiffusionPipeline.from_pretrained("stable-diffusion-v1-4") pipe = pipe.to("cuda") # Use GPU if available # Define the detailed third-person action game-style prompt prompts = { "cooking_for_bitcoin_whale_action_game": ( "A dynamic, third-person action game scene where a powerful, muscular whale, adorned with a glowing Bitcoin chain, is the central character. " "The whale is engaged in an intense standoff in a futuristic, dystopian kitchen that doubles as a high-tech battle arena. " "A beautiful woman in tactical gear, with a sleek and agile build, is preparing to serve the whale food, but her posture and expression indicate " "she's ready to spring into action at any moment. Her eyes are locked on the whale, who is smirking confidently, seemingly unaware of the impending danger. " "Behind the whale, the environment is filled with destructible objects, flickering lights, and a sense of tension, as if a battle is about to break out. " "The camera angle is over-the-shoulder, focusing on the woman as she moves stealthily, ready to either serve or strike, depending on the player's choice. " "The scene is packed with action elements, including explosions, debris, and other characters who are either allies or enemies, adding to the chaos and intensity. " "The overall atmosphere is gritty and suspenseful, capturing the high stakes and adrenaline-pumping action typical of a third-person shooter." ) } # Generate the image for the prompt for name, prompt in prompts.items(): # Generate the image using the prompt image = pipe(prompt).images[0] # Save the generated image filename = f"{name.lower().replace(' ', '_')}.png" image.save(filename) print(f"Saved image: {filename}") # Optionally, show the generated image image.show()
Escala CFG
7
Passos
25
Coletor
euler
Semente
474230914
Agendador
karras
Tamanho de Imagem
688 X 1024
Modelo
SeaArt Infinity
Criar
Tamanho
688X1024
Data
Aug 31, 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 gratuita

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

anime2realityimg
Do anime para a realidade

Traga instantaneamente seus personagens de anime favoritos à vida.

vrtry_cloth_h1img
Prova virtual de roupas

Experimente qualquer tipo de roupa virtualmente com IA

changePersonimg
Alterar a pessoa na foto

Substitua facilmente a pessoa em qualquer foto com IA.

ai_tools_4img
Filtro de IA.

Transforme cada foto em uma obra de arte.

Explore mais aplicativos AI 

Recomendações relacionadas

ControlNet
avatar
H
HelgaBlue
0
0
ControlNet
avatar
H
HelgaBlue
0
0
ControlNet
avatar
L
Long Nguyễn
0
0
ControlNet
avatar
내
내계정
0
0
ControlNet
avatar
N
Nazar Husain
0
0
ControlNet
avatar
G
Gabriel Victor
0
1
ControlNet
avatar
F
Feel ing
0
0
ControlNet
avatar
将
将人富田
0
0
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
L
LawBlade
3
1
ControlNet
avatar
A
Aziz A8
0
0
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
D
Designer24073
0
0
ControlNet
avatar
J
Joao Pedro
1
1
ControlNet
avatar
C
Clipes
0
0
ControlNet
avatar
S
sok phann
0
0
ControlNet
avatar
A
Ahmeed Shagor
1
1
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
I
avatar_frame
ino y
0
0
ControlNet
avatar
S
skd
1
0
ControlNet
avatar
S
Silvana Pinzon
0
0
ControlNet
avatar
V
Valeria Pérez Gómez
0
0
ControlNet
avatar
R
Ruhalam
0
0
ControlNet
avatar
A
Adhil Anu
0
0
ControlNet
avatar
D
Designer97432
0
0
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
T
avatar_frame
Tender With Tiddies
0
0
ControlNet
avatar
J
Jesús Alfredo Navas
0
0
ControlNet
avatar
H
Hobbyist
0
0
ControlNet
avatar
L
Lollo
1
0
ControlNet
avatar
J
Jess Shidqi
0
0
ControlNet
avatar
L
LawBlade
3
0
ControlNet
avatar
R
Rezakempes45
1
1
ControlNet
avatar
S
Shivam Gupta
0
1
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