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

  • Log In
  • Sign Up

ermu2001
/
ChatAnything

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ermu2001/ChatAnything with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ermu2001/ChatAnything", 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
ChatAnything / MODELS /anything-v5
5.48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
ermu2001's picture
ermu2001
Upload MODELS/anything-v5/text_encoder/model.safetensors with huggingface_hub
f8cd3b2 over 2 years ago
  • feature_extractor
    Upload MODELS/anything-v5/feature_extractor/preprocessor_config.json with huggingface_hub over 2 years ago
  • safety_checker
    Upload MODELS/anything-v5/safety_checker/model.safetensors with huggingface_hub over 2 years ago
  • scheduler
    Upload MODELS/anything-v5/scheduler/scheduler_config.json with huggingface_hub over 2 years ago
  • text_encoder
    Upload MODELS/anything-v5/text_encoder/model.safetensors with huggingface_hub over 2 years ago
  • tokenizer
    Upload MODELS/anything-v5/tokenizer/special_tokens_map.json with huggingface_hub over 2 years ago
  • unet
    Upload MODELS/anything-v5/unet/diffusion_pytorch_model.safetensors with huggingface_hub over 2 years ago
  • vae
    Upload MODELS/anything-v5/vae/diffusion_pytorch_model.safetensors with huggingface_hub over 2 years ago
  • .gitattributes
    1.48 kB
    Upload MODELS/anything-v5/.gitattributes with huggingface_hub over 2 years ago
  • .gitignore
    15 Bytes
    Upload MODELS/anything-v5/.gitignore with huggingface_hub over 2 years ago
  • README.md
    2.41 kB
    Upload MODELS/anything-v5/README.md with huggingface_hub over 2 years ago
  • model_index.json
    584 Bytes
    Upload MODELS/anything-v5/model_index.json with huggingface_hub over 2 years ago