Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tzvc
/
2cabda5b-4e53-40e9-8fcf-cdba5ea5bd6c

Text-to-Image
Diffusers
TensorBoard
StableDiffusionPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use tzvc/2cabda5b-4e53-40e9-8fcf-cdba5ea5bd6c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tzvc/2cabda5b-4e53-40e9-8fcf-cdba5ea5bd6c with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tzvc/2cabda5b-4e53-40e9-8fcf-cdba5ea5bd6c", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a portrait of [V]"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
2cabda5b-4e53-40e9-8fcf-cdba5ea5bd6c
7.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tzvc's picture
tzvc
End of training
da88f93 over 3 years ago
  • feature_extractor
    End of training over 3 years ago
  • instance_data
    End of training over 3 years ago
  • logs
    End of training over 3 years ago
  • safety_checker
    End of training over 3 years ago
  • scheduler
    End of training over 3 years ago
  • text_encoder
    End of training over 3 years ago
  • tokenizer
    End of training over 3 years ago
  • unet
    End of training over 3 years ago
  • vae
    End of training over 3 years ago
  • .gitattributes
    1.88 kB
    End of training over 3 years ago
  • README.md
    920 Bytes
    End of training over 3 years ago
  • model.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    End of training over 3 years ago
  • model_index.json
    577 Bytes
    End of training over 3 years ago