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

  • Log In
  • Sign Up

plasmo
/
zombie-vector

Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
5

Instructions to use plasmo/zombie-vector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use plasmo/zombie-vector with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("plasmo/zombie-vector", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "zombie_vector "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
zombie-vector
15.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 24 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
279b4b6 verified 10 months ago
  • concept_images
    Upload 3 files over 3 years ago
  • feature_extractor
    Upload feature_extractor with huggingface_hub over 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model 10 months ago
  • scheduler
    Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#2) over 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model 10 months ago
  • tokenizer
    Upload tokenizer with huggingface_hub over 3 years ago
  • unet
    Adding `safetensors` variant of this model 10 months ago
  • vae
    Adding `safetensors` variant of this model 10 months ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    844 Bytes
    Update README.md over 3 years ago
  • model_index.json
    541 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#4) about 3 years ago
  • token_identifier.txt
    6 Bytes
    Upload the concept zombie_vector embeds and token over 3 years ago
  • zombie_vector.ckpt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage"

    What is a pickle import?

    2.13 GB
    xet
    Upload the concept zombie_vector embeds and token over 3 years ago
  • zombie_vector.safetensors
    2.13 GB
    xet
    Adding `safetensors` variant of this model 10 months ago