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

  • Log In
  • Sign Up

RadwaH
/
CustomDiffusionAgnes2

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
custom-diffusion
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use RadwaH/CustomDiffusionAgnes2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RadwaH/CustomDiffusionAgnes2", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "photo of a <new1> girl"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
CustomDiffusionAgnes2 / checkpoint-750
2.18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
RadwaH's picture
RadwaH
End of training
308e35d almost 3 years ago
  • custom_checkpoint_0.pkl
    102 MB
    xet
    End of training almost 3 years ago
  • optimizer.bin
    609 MB
    xet
    End of training almost 3 years ago
  • pytorch_model.bin
    102 MB
    xet
    End of training almost 3 years ago
  • pytorch_model_1.bin
    1.36 GB
    xet
    End of training almost 3 years ago
  • random_states_0.pkl
    14.7 kB
    xet
    End of training almost 3 years ago
  • scheduler.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    563 Bytes
    xet
    End of training almost 3 years ago