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

callgg
/
solidity-fp8

Diffusers
Safetensors
codegen
Model card Files Files and versions
xet
Community

Instructions to use callgg/solidity-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use callgg/solidity-fp8 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("callgg/solidity-fp8", 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
solidity-fp8
2.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
chatpig's picture
chatpig
Upload vocab.json with huggingface_hub
fbb08d4 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    78 Bytes
    Update README.md 10 months ago
  • added_tokens.json
    1.08 kB
    Upload added_tokens.json with huggingface_hub 10 months ago
  • config.json
    955 Bytes
    Upload config.json with huggingface_hub 10 months ago
  • generation_config.json
    115 Bytes
    Upload generation_config.json with huggingface_hub 10 months ago
  • merges.txt
    456 kB
    Upload merges.txt with huggingface_hub 10 months ago
  • model.safetensors
    2.78 GB
    xet
    Upload model.safetensors with huggingface_hub 10 months ago
  • special_tokens_map.json
    441 Bytes
    Upload special_tokens_map.json with huggingface_hub 10 months ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer.json with huggingface_hub 10 months ago
  • tokenizer_config.json
    7.4 kB
    Upload tokenizer_config.json with huggingface_hub 10 months ago
  • vocab.json
    798 kB
    Upload vocab.json with huggingface_hub 10 months ago