banner_image ×
SeaArt AI 기업

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 prompt for Mezo Whale
prompt_whale = (
    "A comical depiction of a whale symbolizing large Bitcoin holders in the Mezo ecosystem. "
    "The whale is lounging in a luxurious underwater Bitcoin vault, surrounded by Bitcoin bars, wearing a top hat and monocle. "
    "The background includes satirical crypto elements and vibrant designs."
)

# Configuration settings
clip_guidance_scale = 20  # Strong guidance for focus
hr_scale = 4.0  # High-resolution scaling
hr_upscaler = "R-ESRGAN"  # High-quality upscaling
latent_shift = torch.randn(1, 4, 64, 64) * 0.02  # Subtle variation for dynamic effect
shallow_depth_of_field = True  # Shallow depth of field for subject focus
lighting_style = "modern and bright"  # Modern lighting effects
color_match_strength = 1.5  # Balanced color matching
noise_scale = 0.02  # Noise level for texture
fractal_noise = True  # Adds fractal noise for enhanced texture

# Generate the image for Mezo Whale
image_whale = pipe(
    prompt=prompt_whale,
    clip_guidance_scale=clip_guidance_scale,
    hr_scale=hr_scale,
    hr_upscaler=hr_upscaler,
    latent_shift=latent_shift,
    shallow_depth_of_field=shallow_depth_of_field,
    lighting_style=lighting_style,
    color_match_strength=color_match_strength,
    noise="perlin",
    noise_scale=noise_scale,
    fractal_noise=fractal_noise
).images[0]

# Save the generated image
filename_whale = "mezo_whale.png"
image_whale.save(filename_whale)
print(f"Saved image: {filename_whale}")
chatIcon
내 개인적인 것에 관심있을 거야.
AI 캐릭터 생성
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 prompt for Mezo Whale prompt_whale = ( "A comical depiction of a whale symbolizing large Bitcoin holders in the Mezo ecosystem. " "The whale is lounging in a luxurious underwater Bitcoin vault, surrounded by Bitcoin bars, wearing a top hat and monocle. " "The background includes satirical crypto elements and vibrant designs." ) # Configuration settings clip_guidance_scale = 20 # Strong guidance for focus hr_scale = 4.0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.02 # Subtle variation for dynamic effect shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "modern and bright" # Modern lighting effects color_match_strength = 1.5 # Balanced color matching noise_scale = 0.02 # Noise level for texture fractal_noise = True # Adds fractal noise for enhanced texture # Generate the image for Mezo Whale image_whale = pipe( prompt=prompt_whale, clip_guidance_scale=clip_guidance_scale, hr_scale=hr_scale, hr_upscaler=hr_upscaler, latent_shift=latent_shift, shallow_depth_of_field=shallow_depth_of_field, lighting_style=lighting_style, color_match_strength=color_match_strength, noise="perlin", noise_scale=noise_scale, fractal_noise=fractal_noise ).images[0] # Save the generated image filename_whale = "mezo_whale.png" image_whale.save(filename_whale) print(f"Saved image: {filename_whale}")

avatar
B
Bena Millionaire
Generation Data
기록
프롬프트
Copy 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 prompt for Mezo Whale prompt_whale = ( "A comical depiction of a whale symbolizing large Bitcoin holders in the Mezo ecosystem . " "The whale is lounging in a luxurious underwater Bitcoin vault , surrounded by Bitcoin bars , wearing a top hat and monocle . " "The background includes satirical crypto elements and vibrant designs . " ) # Configuration settings clip_guidance_scale = 20 # Strong guidance for focus hr_scale = 4 . 0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch . randn(1 , 4 , 64 , 64) * 0 . 02 # Subtle variation for dynamic effect shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "modern and bright" # Modern lighting effects color_match_strength = 1 . 5 # Balanced color matching noise_scale = 0 . 02 # Noise level for texture fractal_noise = True # Adds fractal noise for enhanced texture # Generate the image for Mezo Whale image_whale = pipe( prompt=prompt_whale , clip_guidance_scale=clip_guidance_scale , hr_scale=hr_scale , hr_upscaler=hr_upscaler , latent_shift=latent_shift , shallow_depth_of_field=shallow_depth_of_field , lighting_style=lighting_style , color_match_strength=color_match_strength , noise="perlin" , noise_scale=noise_scale , fractal_noise=fractal_noise ) . images[0] # Save the generated image filename_whale = "mezo_whale . png" image_whale . save(filename_whale) print(f"Saved image: {filename_whale}")
정보
프롬프트
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 prompt for Mezo Whale prompt_whale = ( "A comical depiction of a whale symbolizing large Bitcoin holders in the Mezo ecosystem. " "The whale is lounging in a luxurious underwater Bitcoin vault, surrounded by Bitcoin bars, wearing a top hat and monocle. " "The background includes satirical crypto elements and vibrant designs." ) # Configuration settings clip_guidance_scale = 20 # Strong guidance for focus hr_scale = 4.0 # High-resolution scaling hr_upscaler = "R-ESRGAN" # High-quality upscaling latent_shift = torch.randn(1, 4, 64, 64) * 0.02 # Subtle variation for dynamic effect shallow_depth_of_field = True # Shallow depth of field for subject focus lighting_style = "modern and bright" # Modern lighting effects color_match_strength = 1.5 # Balanced color matching noise_scale = 0.02 # Noise level for texture fractal_noise = True # Adds fractal noise for enhanced texture # Generate the image for Mezo Whale image_whale = pipe( prompt=prompt_whale, clip_guidance_scale=clip_guidance_scale, hr_scale=hr_scale, hr_upscaler=hr_upscaler, latent_shift=latent_shift, shallow_depth_of_field=shallow_depth_of_field, lighting_style=lighting_style, color_match_strength=color_match_strength, noise="perlin", noise_scale=noise_scale, fractal_noise=fractal_noise ).images[0] # Save the generated image filename_whale = "mezo_whale.png" image_whale.save(filename_whale) print(f"Saved image: {filename_whale}")
CFG Scale
7
단계
25
수집기
euler
랜덤 시드
787052616
스케줄러
karras
이미지 사이즈
688 X 1024
모델
SeaArt Infinity
생성
사이즈
688X1024
날짜
Aug 30, 2024
모드
스튜디오
유형
cell
Checkpoint & LoRA
SeaArt Infinity
Checkpoint
SeaArt Infinity
#동물
#SeaArt Infinity
0개의 댓글
0
2
0

SeaArt 빠른 AI 앱

ai_video_generationimg
AI 영상 생성

상상력을 해방시키고, AI가 시각적 기적을 이룩하게 하세요

face_swap_titleimg
무료 온라인 얼굴 바꾸기

빠르고 재미있고 진짜 같은 얼굴 바꾸기 비디오와 사진 제작

fuse_anyoneimg
AI 이미지 융합

AI 이미지 퓨전을 사용하여 두 이미지를 결합해 새로운 놀라운 비주얼을 만들어보세요.

dance_vidimg
AI 댄스 비디오 생성기

이 AI 댄스 비디오 생성기를 사용하여 즉시 내면의 댄서를 해방하세요!

video_face_swapimg
비디오 얼굴 교체

얼굴을 어떤 비디오 클립에서도 바꿔 재미있는 영상을 만들어보세요.

wanimg2vid_h1img
Wan 2.1 이미지에서 비디오로

사진을 현실적인 움직임과 영화 효과로 생동감 있게 애니메이션화하세요.

더 많은 AI 앱 탐색 

관련 추천

컨트롤넷
avatar
B
Bena Millionaire
0
0
컨트롤넷
avatar
E
egg
1
1
컨트롤넷
avatar
A
Ale
0
0
컨트롤넷
avatar
A
Asiel Aldana Ortiz
0
0
컨트롤넷
avatar
V
valdem.
0
0
컨트롤넷
avatar
A
Alireza Moghadam
0
0
컨트롤넷
avatar
A
Adee Hady
0
0
컨트롤넷
avatar
伟
伟
0
0
컨트롤넷
avatar
D
Designer61626
0
1
컨트롤넷
avatar
F
Frank Meyer
0
0
컨트롤넷
avatar
O
Orlan irgit
0
0
컨트롤넷
avatar
E
Emerson Bernardo
0
0
컨트롤넷
avatar
S
Saugat Shrestha
0
0
컨트롤넷
avatar
S
SonJia
0
0
컨트롤넷
avatar
C
COBRA 09
0
0
컨트롤넷
avatar
A
Adee Hady
0
0
컨트롤넷
avatar
T
Tatiane
0
0
컨트롤넷
avatar
C
Camila Ferreira Mariano
0
0
컨트롤넷
avatar
F
Frank Meyer
0
0
컨트롤넷
avatar
K
avatar_frame
khon kyaw myint
0
0
컨트롤넷
avatar
K
Kraintroat
0
0
컨트롤넷
avatar
A
Adee Hady
1
1
컨트롤넷
avatar
R
Riy Tov
1
0
컨트롤넷
avatar
A
Adee Hady
0
0
컨트롤넷
avatar
A
Adee Hady
0
0
컨트롤넷
avatar
L
LAW 106 Rachain Untarabut
1
0
컨트롤넷
avatar
D
Designer86719
1
1
컨트롤넷
avatar
A
Anton Shallan
0
0
컨트롤넷
avatar
R
Rafael Silva
0
0
컨트롤넷
avatar
S
Sit Kumar
0
0
컨트롤넷
logo
한국어
응용
이미지 창작 AI 캐릭터 스위프트 AI 모델 훈련 Canvas 퀵 앱 워크플로우
TA에 대하여
스튜디오 리더보드 AI채팅 AI 블로그 AI 뉴스
도움말
가이드 고객 서비스
응용 프로그램 가져오기
icon
Download on the
APP Store
icon
GET IT ON
Google Play
우리를 팔로우하세요
iconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
<약관>
<개인 정보 정책> 特定商取引法 資金決済法に基づく表示
더 보기