Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ZeroCool94
/
stable-diffusion-v1-5
like
3
Text-to-Image
Diffusers
StableDiffusionPipeline
Inference Endpoints
License:
creativeml-openrail-m
Model card
Files
Files and versions
Community
5
Train
Deploy
Use this model
b040705
stable-diffusion-v1-5
3 contributors
History:
7 commits
ZeroCool94
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (
#5
)
b040705
over 1 year ago
feature_extractor
Add Diffusers weights (#1)
almost 2 years ago
safety_checker
Add Diffusers weights (#1)
almost 2 years ago
scheduler
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#3)
almost 2 years ago
text_encoder
Add Diffusers weights (#1)
almost 2 years ago
tokenizer
Add Diffusers weights (#1)
almost 2 years ago
unet
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#2)
almost 2 years ago
vae
Add `scale_factor` to vae config. (#4)
almost 2 years ago
.gitattributes
Safe
1.63 kB
Upload 3 files
about 2 years ago
README.md
Safe
39 Bytes
initial commit
about 2 years ago
Stable Diffusion v1-5-Pruned-ema only.ckpt
pickle
Detected Pickle imports (9)
"_codecs.encode"
,
"pytorch_lightning.callbacks.model_checkpoint.ModelCheckpoint"
,
"collections.OrderedDict"
,
"torch.IntStorage"
,
"numpy.core.multiarray.scalar"
,
"numpy.dtype"
,
"torch.LongStorage"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
How to fix it?
4.27 GB
LFS
Upload 3 files
about 2 years ago
Stable Diffusion-v1-5-Inpainting.ckpt
Safe
pickle
Detected Pickle imports (5)
"collections.OrderedDict"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.IntStorage"
,
"torch.LongStorage"
,
"torch.FloatStorage"
What is a pickle import?
4.27 GB
LFS
Upload 3 files
about 2 years ago
model_index.json
Safe
546 Bytes
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5)
over 1 year ago