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 Pepe
prompt_pepe = (
"A funny and heroic depiction of Pepe the Frog as a Bitcoin superhero, flying through the sky with a Bitcoin cape. "
"Pepe is battling FUD (fear, uncertainty, doubt) with a confident expression, and the background is filled with Bitcoin symbols and comic-style action."
)
# Generate the image
image_pepe = pipe(prompt=prompt_pepe).images[0]
image_pepe.save("mezo_pepe.png")
print("Saved image: mezo_pepe.png")](https://image.cdn2.seaart.me/2024-08-30/cr927gle878c73ap5h70-1/682133d5228a649096845de4107ff5ed_high.webp)

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 Pepe prompt_pepe = ( "A funny and heroic depiction of Pepe the Frog as a Bitcoin superhero, flying through the sky with a Bitcoin cape. " "Pepe is battling FUD (fear, uncertainty, doubt) with a confident expression, and the background is filled with Bitcoin symbols and comic-style action." ) # Generate the image image_pepe = pipe(prompt=prompt_pepe).images[0] image_pepe.save("mezo_pepe.png") print("Saved image: mezo_pepe.png")
Prompts
Copier les Paramètres
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 Pepe
prompt_pepe = (
"A funny and heroic depiction of Pepe the Frog as a Bitcoin superhero
,
flying through the sky with a Bitcoin cape
.
"
"Pepe is battling FUD (fear
,
uncertainty
,
doubt) with a confident expression
,
and the background is filled with Bitcoin symbols and comic-style action
.
"
)
# Generate the image
image_pepe = pipe(prompt=prompt_pepe)
.
images[0]
image_pepe
.
save("mezo_pepe
.
png")
print("Saved image: mezo_pepe
.
png")
Info
Checkpoint & LoRA

Checkpoint
SeaArt Infinity
#Dessin animé
#Jeu
#Furry
#SeaArt Infinity
0 commentaire(s)
0
0
0