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

salo1999
/
mymodel

Diffusers
ONNX
Safetensors
OotdPipeline
Model card Files Files and versions
xet
Community

Instructions to use salo1999/mymodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use salo1999/mymodel with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("salo1999/mymodel", 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
mymodel / checkpoints /clip-vit-large-patch14
6.85 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
salo1999's picture
salo1999
Upload 6 files
c1108c5 verified 8 months ago
  • .gitattributes
    1.23 kB
    Upload 6 files 8 months ago
  • README.md
    7.95 kB
    Upload 6 files 8 months ago
  • config.json
    434 Bytes
    Upload config.json 8 months ago
  • flax_model.msgpack
    1.71 GB
    xet
    Upload 6 files 8 months ago
  • merges.txt
    525 kB
    Upload 29 files 8 months ago
  • model.safetensors
    1.71 GB
    xet
    Upload 6 files 8 months ago
  • preprocessor_config.json
    585 Bytes
    Upload 29 files 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.71 GB
    xet
    Upload 6 files 8 months ago
  • special_tokens_map.json
    496 Bytes
    Upload 29 files 8 months ago
  • tf_model.h5
    1.71 GB
    xet
    Upload 6 files 8 months ago
  • tokenizer.json
    2.22 MB
    Upload 29 files 8 months ago
  • tokenizer_config.json
    809 Bytes
    Upload 29 files 8 months ago
  • vocab.json
    862 kB
    Upload 29 files 8 months ago