実現したいこと
ここに実現したいことを箇条書きで書いてください。
Stable Diffusionを動かす
前提
ここに質問の内容を詳しく書いてください。
https://drive.google.com/drive/folders/1k4XViTlOqhs49-q3tlu9gL3KBkM2vzON?usp=share_link を参考にstable diffusionを動かしてますが!COMMANDLINE_ARGS以降で止まってしまいます 以下の文章が何か関係しているのでしょうか?
発生している問題・エラーメッセージ
エラーメッセージ なし
該当のソースコード
Python 3.9.16 (main, Dec 7 2022, 01:11:51) [GCC 9.4.0] Commit hash: 955df7751eef11bb7697e2d77f6b8a6226b21e13 Installing requirements for Web UI Launching Web UI with arguments: --share --gradio-debug --gradio-auth me:qwerty 2023-03-28 10:11:06.289353: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2023-03-28 10:11:08.089122: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib64-nvidia 2023-03-28 10:11:08.089249: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib64-nvidia 2023-03-28 10:11:08.089269: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly. No module 'xformers'. Proceeding without it. Loading weights [6ce0161689] from /content/stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors Creating model from config: /content/stable-diffusion-webui/stable-diffusion-webui/configs/v1-inference.yaml LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Applying cross attention optimization (Doggettx). Textual inversion embeddings loaded(0): Model loaded in 15.4s (load weights from disk: 0.9s, create model: 1.3s, apply weights to model: 5.3s, apply half(): 1.1s, load VAE: 6.1s, move model to device: 0.6s). Running on local URL: http://127.0.0.1:7860 Running on public URL: https://405bf3303df2a5ea46.gradio.live This share link expires in 72 hours. For free permanent hosting and GPU upgrades (NEW!), check out Spaces: https://huggingface.co/spaces
試したこと
他のサイトのインストール方法も試してます
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
> https://drive.google.com/drive/folders/1k4XViTlOqhs49-q3tlu9gL3KBkM2vzON?usp=share_link
を参考に
上記webページを開こうとしたら、
「アクセス権が必要です」
と出てきて、開くことができません
> !COMMANDLINE_ARGS以降で止まって
「!COMMANDLINE_ARGS」とは何でしょうか?
質問には見当たりませんけど
jbpb0さん
この質問者の次の質問のリンク https://blogcake.net/stable-diffusion-automatic1111/
にあるリンク「無料のGoogle ColabでWebUIを動かす方法」 https://blogcake.net/stable-diffusion-colab/
にあるリンク「Automatic1111 WebUI 公式ページ」 https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services
にあるリンク「maintained by Akaibu」 https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl
に!COMMANDLINE_ARGSがあります
質問者さん
解答者はエスパーではありません.上のように時間をかけて調査しないといけないようではマトモな解答が得られると思わないでください.
また,「『調査したこと・試したことが記載されていない質問』いう指摘を受けました。」とされている理由は,「他のサイトのインストール方法も試してます」が今出ているエラーの解消に繋がらない行動だからであると考えられます.何かやりたいことがあってエラーに直面することは当然のことで,質問者の取っている逃避策は最終手段でしかなく,ここでは今出たエラーに対してのアクションを問われています.今出たエラーに対して何もしていないのであれば推奨されてない質問 https://teratail.com/help/avoid-asking の丸投げの項に該当しますので注意してください.
> 「maintained by Akaibu」
https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl
に!COMMANDLINE_ARGSがあります
を手がかりにググって出てきた
https://qiita.com/hibohiboo/items/9f2b05edf13c195410f7#%E8%B5%B7%E5%8B%95
https://murasan-net.com/index.php/2023/02/10/automatic1111-colab/#index_id8
https://wikiwiki.jp/sd_toshiaki/Colab%E7%89%88%E5%B0%8E%E5%85%A5#x075d2c6
あたりを見ると、
> Running on public URL: https://405bf3303df2a5ea46.gradio.live
のurl(「https://...」の部分)をwebブラウザで開けばいいみたいです

あなたの回答
tips
プレビュー