Downloads · 30 days
117
73% of all-time downloads
dlcvproj/sd-test
sd-test is a text-to-image model from dlcvproj. Use it when you need an image from a text prompt. It is set up for diffusers.
Downloads · 30 days
117
73% of all-time downloads
All-time downloads
161
Public
Parameters
830K
3.4 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors3.4 MB · 68%
From the Hugging Face model README
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('dlcvproj/sd-test')
image = pipeline().images[0]
image