Import torch from diffusers import StableDiffusionPipeline
![import torch
from diffusers import StableDiffusionPipeline
# Load the pre-trained model from Hugging Face Hub (you need to have access)
model_id = "CompVis/stable-diffusion-v1-4"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
# Define the prompt based on your description
prompt = ("A hunter black cat with glowing blue eyes, wearing leather clothes, "
"a white and blue necklace around its neck. The background is dark and mysterious, "
"showing the full body of the cat from a slight distance in a dark place.")
# Generate the image
image = pipe(prompt, num_inference_steps=50).images[0]
# Save the image
image.save("hunter_black_cat.png")](https://image.cdn2.seaart.me/2024-06-23/cps0405e878c73fm53l0/9e07dcd17e16c8940e94c51d0bb11cb98468f0c1_high.webp)

import torch from diffusers import StableDiffusionPipeline # Load the pre-trained model from Hugging Face Hub (you need to have access) model_id = "CompVis/stable-diffusion-v1-4" pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) pipe = pipe.to("cuda") # Define the prompt based on your description prompt = ("A hunter black cat with glowing blue eyes, wearing leather clothes, " "a white and blue necklace around its neck. The background is dark and mysterious, " "showing the full body of the cat from a slight distance in a dark place.") # Generate the image image = pipe(prompt, num_inference_steps=50).images[0] # Save the image image.save("hunter_black_cat.png")
프롬프트
Copy prompts
import torch
from diffusers import StableDiffusionPipeline
# Load the pre-trained model from Hugging Face Hub (you need to have access)
model_id = "CompVis/stable-diffusion-v1-4"
pipe = StableDiffusionPipeline
.
from_pretrained(model_id
,
torch_dtype=torch
.
float16)
pipe = pipe
.
to("cuda")
# Define the prompt based on your description
prompt = ("A hunter black cat with glowing blue eyes
,
wearing leather clothes
,
"
"a white and blue necklace around its neck
.
The background is dark and mysterious
,
"
"showing the full body of the cat from a slight distance in a dark place
.
")
# Generate the image
image = pipe(prompt
,
num_inference_steps=50)
.
images[0]
# Save the image
image
.
save("hunter_black_cat
.
png")
정보
Checkpoint & LoRA

Checkpoint
CyberRealistic
#동물
#퍼리
0개의 댓글
0
0
0