Merged
Conversation
added 18 commits
March 2, 2021 15:09
support mmcli
add manifest.in and add config at setup.py
add requirements
modify manifest
add metafile
Codecov Report
@@ Coverage Diff @@
## master #549 +/- ##
==========================================
- Coverage 86.76% 86.41% -0.35%
==========================================
Files 101 101
Lines 5250 5279 +29
Branches 849 851 +2
==========================================
+ Hits 4555 4562 +7
- Misses 535 557 +22
Partials 160 160
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
added 10 commits
May 13, 2021 10:21
added 7 commits
May 15, 2021 15:51
…ation into mmcli_support
Collaborator
|
Example for Swin Transformer open-mmlab/mim-example#1 |
xvjiarui
reviewed
May 27, 2021
configs/ccnet/metafile.yml
Outdated
| - Name: ccnet_r101-d8_512x512_160k_ade20k | ||
| In Collection: CCNet | ||
| Metadata: | ||
| inference time (fps): |
xvjiarui
approved these changes
May 31, 2021
bowenroom
pushed a commit
to bowenroom/mmsegmentation
that referenced
this pull request
Feb 25, 2022
* dice loss * format code, add docstring and calculate denominator without valid_mask * minor change * restore * add metafile * add manifest.in and add config at setup.py * add requirements * modify manifest * modify manifest * Update MANIFEST.in * add metafile * add metadata * fix typo * Update metafile.yml * Update metafile.yml * minor change * Update metafile.yml * add subfix * fix mmshow * add more metafile * add config to model_zoo * fix bug * Update mminstall.txt * [fix] Add models * [Fix] Add collections * [fix] Modify collection name * [Fix] Set datasets to unet metafile * [Fix] Modify collection names * complement inference time
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this pull request
Mar 27, 2023
* Add an argument "negative_prompt" * Fix argument order * Fix to use TypeError instead of ValueError * Removed needless batch_size multiplying * Fix to multiply by batch_size * Add truncation=True for long negative prompt * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_onnx.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_img2img.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_onnx.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Fix styles * Renamed ucond_tokens to uncond_tokens * Added description about "negative_prompt" Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference
Add metafile, ref https://github.com/open-mmlab/mmdetection3d/blob/master/model_zoo.yml
Add MANIFEST.in, ref https://github.com/open-mmlab/mmdetection3d/blob/master/MANIFEST.in
Set
include_package_data=Trueat setup.py, ref https://github.com/open-mmlab/mmdetection3d/blob/master/setup.py#L151Add mminstall.txt to
requirements, ref https://github.com/open-mmlab/mmdetection3d/blob/master/requirements/mminstall.txt and https://github.com/open-mmlab/mmclassification/blob/master/requirements/mminstall.txt