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

  • Log In
  • Sign Up

sd-concepts-library
/
thumbsup-v2

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use sd-concepts-library/thumbsup-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sd-concepts-library/thumbsup-v2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("sd-concepts-library/thumbsup-v2", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
thumbsup-v2
3.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
harshitaskh's picture
harshitaskh
Upload folder using huggingface_hub
81eeba4 over 2 years ago
  • concept_images
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.69 kB
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    1.4 kB
    Upload the concept thumbsUp_v2 embeds and token over 2 years ago
  • learned_embeds.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.86 kB
    xet
    Upload the concept thumbsUp_v2 embeds and token over 2 years ago
  • token_identifier.txt
    11 Bytes
    Upload the concept thumbsUp_v2 embeds and token over 2 years ago
  • type_of_concept.txt
    6 Bytes
    Upload the concept thumbsUp_v2 embeds and token over 2 years ago