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

  • Log In
  • Sign Up

MaxMixAlex
/
anything-v3.0-mirror

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use MaxMixAlex/anything-v3.0-mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MaxMixAlex/anything-v3.0-mirror with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MaxMixAlex/anything-v3.0-mirror", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
anything-v3.0-mirror
19.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
MaxMixAlex's picture
MaxMixAlex
valhalla's picture
valhalla
Add `scale_factor` to vae config. (#1)
49f6c34 over 3 years ago
  • feature_extractor
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • safety_checker
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • scheduler
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • text_encoder
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • tokenizer
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • unet
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#1) over 3 years ago
  • .gitattributes
    1.59 kB
    feat: upload anything-v3-fp32-pruned over 3 years ago
  • anything-v3-fp16-pruned.safetensors
    2.13 GB
    xet
    feat: upload anything-v3-fp16-pruned.safetensors over 3 years ago
  • anything-v3-fp32-pruned.safetensors
    4.27 GB
    xet
    feat: upload anything-v3-fp32-pruned.safetensors over 3 years ago
  • anything-v3-full.safetensors
    7.7 GB
    xet
    feat: upload anything-v3-full.safetensors over 3 years ago
  • model_index.json
    511 Bytes
    feat: upload anything-v3-fp32-pruned over 3 years ago