Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
PublicPrompts
/
All-In-One-Pixel-Model
like
183
Text-to-Image
Diffusers
StableDiffusionPipeline
Inference Endpoints
License:
creativeml-openrail-m
Model card
Files
Files and versions
Community
12
Train
Deploy
Use this model
6cd59de
All-In-One-Pixel-Model
4 contributors
History:
10 commits
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`.
6cd59de
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.48 kB
initial commit
about 2 years ago
Public-Prompts-Pixel-Model.ckpt
Safe
pickle
Detected Pickle imports (3)
"collections.OrderedDict"
,
"torch.HalfStorage"
,
"torch._utils._rebuild_tensor_v2"
What is a pickle import?
2.13 GB
LFS
Upload Public-Prompts-Pixel-Model.ckpt
about 2 years ago
README.md
Safe
1.59 kB
Update README.md
about 2 years ago
model_index.json
Safe
546 Bytes
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`.
over 1 year ago