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

  • Log In
  • Sign Up

miittnnss
/
diffusion-faces

Diffusers
TensorBoard
Safetensors
DDPMPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use miittnnss/diffusion-faces with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use miittnnss/diffusion-faces with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("miittnnss/diffusion-faces", 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
diffusion-faces / logs /train_example
447 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Miittenss
Epoch 59
8f354ef over 2 years ago
  • events.out.tfevents.1704616559.a317380218e3.625.0
    206 Bytes
    xet
    Epoch 29 over 2 years ago
  • events.out.tfevents.1704616630.a317380218e3.625.1
    184 kB
    xet
    Epoch 49 over 2 years ago
  • events.out.tfevents.1704618101.a317380218e3.625.2
    10.9 kB
    xet
    Epoch 29 over 2 years ago
  • events.out.tfevents.1704618381.a317380218e3.625.3
    31.1 kB
    xet
    Epoch 29 over 2 years ago
  • events.out.tfevents.1704618599.a317380218e3.625.4
    221 kB
    xet
    Epoch 59 over 2 years ago