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

  • Log In
  • Sign Up

Duplicated from  stablediffusionapi/anything-v5

hogiahien
/
anything-v5-edited

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

Instructions to use hogiahien/anything-v5-edited with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hogiahien/anything-v5-edited with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hogiahien/anything-v5-edited", 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-v5-edited
11 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
hogiahien's picture
hogiahien
Update README.md
4c647b9 verified almost 2 years ago
  • feature_extractor
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • safety_checker
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • scheduler
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • text_encoder
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • tokenizer
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • unet
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • vae
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • .gitattributes
    1.48 kB
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • .gitignore
    15 Bytes
    Duplicate from stablediffusionapi/anything-v5 almost 3 years ago
  • README.md
    4 Bytes
    Update README.md almost 2 years ago
  • model_index.json
    545 Bytes
    Stop, Takeshi! Your body can't handle much more of this! almost 3 years ago