lllyasviel / lllyasviel/stable-diffusion-webui-forge
[Feature Request]: --svd-{dir|path} and --z123-{dir|path} launch arguments
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 13k
- フォーク
- 1.7k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Add launch arguments to determine the directory where both svd and z123 checkpoints will be looked for.
### Proposed workflow
1. Go your launch script
2. Add --svd-dir (or --svd-path), --z123-dir (or --z123-path) to the launch arguments.
3. Save your launch script.
### Additional information
These are some already existing launch arguments (from either AUTOMATIC1111 or extensions) that solve this feature for other model types.
--ckpt-dir
--vae-dir
--gfpgan-dir
--codeformer-models-path
--gfpgan-models-path
--esrgan-models-path
--bsrgan-models-path
--realesrgan-models-path
--scunet-models-path
--swinir-models-path
--ldsr-models-path
--lora-dir
--clip-models-path
--embeddings-dir
--textual-inversion-templates-dir
--hypernetwork-dir
--localizations-dir
--controlnet-dir
--lyco-dir-backcompat
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、起動スクリプトと、--ckpt-dir や --vae-dir などの引数に対する既存の処理を見つけます。これらの引数がどのようにモデルディレクトリを選択するかを追跡し、その後、svd と z123 のチェックポイント検索がどこで設定されているかを特定します。起動引数が受け付けられ、それぞれが対応するチェックポイントディレクトリを選択すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100