diffusers
Replacing the nn.Mish activation function with a get_activation function.
#5651
Merged

Commits
  • I added a new doc string to the class. This is more flexible to understanding other developers what are doing and where it's using.
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • Update src/diffusers/models/unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Update src/diffusers/models/unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Update unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Update unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Update unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • I run the black command to reformat style in the code
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • Merge branch 'main' into doc_string
    hisushanta committed 2 years ago
  • Merge pull request #1 from hi-sushanta/doc_string
    hisushanta committed 2 years ago
  • Update unet_2d_blocks.py
    hisushanta committed 2 years ago
  • Merge branch 'huggingface:main' into main
    hisushanta committed 2 years ago
  • Merge branch 'huggingface:main' into main
    hisushanta committed 2 years ago
  • Merge branch 'huggingface:main' into main
    hisushanta committed 2 years ago
  • Merge branch 'huggingface:main' into main
    hisushanta committed 2 years ago
  • I removed the dummy variable defined in both the encoder and decoder.
    hisushanta committed 2 years ago
  • Now, I run black package to reformat my file
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    DN6 committed 2 years ago
  • Remove the redundant line from the adapter.py file.
    hisushanta committed 2 years ago
  • Merge branch 'vae_modify' of github.com:hi-sushanta/diffusers into vae_modify
    hisushanta committed 2 years ago
  • Black package using to reformated my file
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    hisushanta committed 2 years ago
  • Replacing the nn.Mish activation function with a get_activation function allows developers to more easily choose the right activation function for their task. Additionally, removing redundant variables can improve code readability and maintainability.
    hisushanta committed 2 years ago
  • Merge branch 'huggingface:main' into vae_modify
    hisushanta committed 2 years ago
  • I try to fix this: Fast tests for PRs / Fast PyTorch Models & Schedulers CPU tests (pull_request)
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    hisushanta committed 2 years ago
  • Update src/diffusers/models/resnet.py
    hisushanta committed 2 years ago
  • Merge branch 'main' into vae_modify
    hisushanta committed 2 years ago
Loading