sd-webui-segment-anything
Segment Anything for Stable Diffusion WebUI
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- sam.js
- __init__.py
- transforms.py
- __init__.py
- backbone.py
- position_encoding.py
- swin_transformer.py
- __init__.py
- bertwarper.py
- fuse_modules.py
- groundingdino.py
- ms_deform_attn.py
- transformer.py
- transformer_vanilla.py
- utils.py
- __init__.py
- registry.py
- __init__.py
- box_ops.py
- get_tokenlizer.py
- inference.py
- misc.py
- slconfig.py
- slio.py
- utils.py
- GroundingDINO_SwinB.cfg.py
- GroundingDINO_SwinT_OGC.py
- PUT_YOUR_SAM_MODEL_HERE.txt
- image_encoder.py
- mask_decoder_hq.py
- tiny_vit.py
- automatic.py
- build_sam_hq.py
- predictor.py
- api.py
- auto.py
- dino.py
- process_params.py
- sam.py
- .gitignore
- install.py
- README.md
- requirements.txt
- style.css
π Installation Guide
1. Get the code
git clone https://github.com/continue-revolution/sd-webui-segment-anything
Downloads the entire project code from GitHub to your computer.
cd sd-webui-segment-anything
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
