Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Posts
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Fictiverse
/
Stable_Diffusion_Microscopic_model

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Model card Files Files and versions Community
9
Stable_Diffusion_Microscopic_model
Ctrl+K
Ctrl+K
  • 5 contributors
History: 14 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`.
5c36649 about 2 years ago
  • feature_extractor
    Add Diffusers weights (#1) over 2 years ago
  • safety_checker
    Add Diffusers weights (#1) over 2 years ago
  • scheduler
    Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#4) over 2 years ago
  • text_encoder
    Add Diffusers weights (#1) over 2 years ago
  • tokenizer
    Add Diffusers weights (#1) over 2 years ago
  • unet
    Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#3) over 2 years ago
  • vae
    Add `scale_factor` to vae config. (#7) over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 2 years ago
  • Microscopic_v1.ckpt

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    4.27 GB
    LFS
    Upload Microscopic_v1.ckpt over 2 years ago
  • README.md
    1.34 kB
    Add text-to-image tag (#2) over 2 years ago
  • model_index.json
    546 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. about 2 years ago