romptnとは?
AI活用を無料相談する
Q&Aで質問する
ログインすると、Q&Aで質問・回答できたり、AIツールをブックマークできます。
新着の質問
Tiled DiffusionのUpscalerが反映されない
if devices.fp8: AttributeError: module 'modules.devices' has no attribute 'fp8'
Stable Diffusionがインストール出来ない
Stable Diffusion WebUI エラー対応
グーグルコラボでstable diffusionが起動できなくなった。
Figmaのデザインから効率よくコーディングできる方法を教えて欲しい
Stable Diffusionでカメラ目線にしないプロンプトってありますか?
Stable Diffusionで生成した画像の著作権って誰になりますか?
AI美女の画像生成でyayoi_mix以外におすすめのモデルはありますか?
ChatGPTは無料と有料で結構違いますか?
romptn aiからのご紹介
romptn Q&A
romptn Q&AでAIの悩みを解決しよう!
  • ChatGPTで〇〇を上手にしたい
  • Stable Diffusionで作りたい画像ができない
  • スライドを作るならどのAIが一番いい?
など、AIに関するお悩みがあれば投稿してみてください。
詳しい人が解決してくれるかもしれません。
投稿された質問一覧
全33件/21〜30件
Tiled DiffusionのUpscalerが反映されない
下記のエラーが出て、Upscalerがどれも反映されなくなってしまっています。 再インストールしてみましたが症状は変わりませんでした、解消方法をご教示いただけますと大変助かります。 [Tiled Diffusion] upscaling image with R-ESRGAN 4x+... *** Error running process: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/multidiffusion-upscaler-for-automatic1111/scripts/tilediffusion.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 784, in process script.process(p, *script_args) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/multidiffusion-upscaler-for-automatic1111/scripts/tilediffusion.py", line 279, in process image = upscaler.scaler.upscale(init_img, scale_factor, upscaler.data_path) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/upscaler.py", line 65, in upscale img = self.do_upscale(img, selected_model) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/realesrgan_model.py", line 39, in do_upscale model_descriptor = modelloader.load_spandrel_model( File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/modelloader.py", line 149, in load_spandrel_model import spandrel ModuleNotFoundError: No module named 'spandrel'
回答件数:1件 2024年03月07日投稿
if devices.fp8: AttributeError: module 'modules.devices' has no attribute 'fp8'
AttributeError: module 'modules.devices' has no attribute 'fp8' 2/29あたりからこのエラーが表示され画像生成ができなくなってしまいました。 Google Colabを使ってStable Diffusion Web UIを立ち上げています。 TheLastBenさんノートを使用していまして自分は特に設定変更はしていません。 どなたか解決方法をご教示いただけますと大変幸いです。
回答件数:1件 2024年03月06日投稿
Stable Diffusionがインストール出来ない
Stable Diffusionをインストールしたのですが、 コマンド表示までは完了したのですが、 指定のフォルダ内に何も表示されません。
回答件数:0件 2024年03月05日投稿
Stable Diffusion WebUI エラー対応
googlecolab でStable Diffusion WebUIの起動ができなくなってしまいました。 下記内容の表示がでているのですが、わかる方いましたら教えて頂きたいです。 Style database not found: /content/gdrive/MyDrive/sd/stable-diffusion-webui/styles.csv ControlNet preprocessor location: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads 2024-03-04 05:42:43,246 - ControlNet - INFO - ControlNet v1.1.441 2024-03-04 05:42:51,940 - ControlNet - INFO - ControlNet v1.1.441 Loading weights [ca28aa4a44] from /content/gdrive/MyDrive/Colab Notebooks/model/yayoiMix_v25.safetensors 2024-03-04 05:43:15,012 - ControlNet - INFO - ControlNet UI callback registered. Creating model from config: /content/gdrive/MyDrive/sd/stable-diffusion-webui/configs/v1-inference.yaml ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/h11_impl.py", line 404, in run_asgi result = await app( # type: ignore[func-returns-value] File "/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ return await self.app(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/fastapi/applications.py", line 273, in __call__ await super().__call__(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/applications.py", line 122, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", line 184, in __call__ raise exc File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", line 162, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/cors.py", line 84, in __call__ await self.app(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", line 79, in __call__ raise exc File "/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", line 68, in __call__ await self.app(scope, receive, sender) File "/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", line 21, in __call__ raise e File "/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__ await self.app(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 718, in __call__ await route.handle(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 276, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.10/dist-packages/starlette/routing.py", line 66, in app response = await func(request) File "/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", line 227, in app solved_result = await solve_dependencies( File "/usr/local/lib/python3.10/dist-packages/fastapi/dependencies/utils.py", line 545, in solve_dependencies solved = await run_in_threadpool(call, **sub_values) File "/usr/local/lib/python3.10/dist-packages/starlette/concurrency.py", line 41, in run_in_threadpool return await anyio.to_thread.run_sync(func, *args) File "/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( AttributeError: partially initialized module 'anyio._backends._asyncio' has no attribute 'run_sync_in_worker_thread' (most likely due to a circular import) Running on public URL: https://********.gradio.live ✔ Connected Startup time: 249.3s (launcher: 1.3s, import torch: 9.7s, import gradio: 1.3s, setup paths: 39.8s, import ldm: 1.3s, initialize shared: 12.3s, other imports: 57.7s, setup codeformer: 14.8s, setup gfpgan: 0.7s, list SD models: 2.5s, load scripts: 69.7s, load upscalers: 1.3s, reload hypernetworks: 1.5s, initialize extra networks: 8.4s, create ui: 17.1s, gradio launch: 9.8s, add APIs: 0.1s). loading stable diffusion model: AttributeError Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 147, in load_model shared.sd_model # noqa: B018 File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared_items.py", line 128, in sd_model return modules.sd_models.model_data.get_sd_model() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 621, in get_sd_model load_model() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 749, in load_model load_model_weights(sd_model, checkpoint_info, state_dict, timer) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 370, in load_model_weights if devices.fp8: AttributeError: module 'modules.devices' has no attribute 'fp8'
回答件数:1件 2024年03月04日投稿
グーグルコラボでstable diffusionが起動できなくなった。
グーグルコラボでstable diffusionを使っていたのですが急に使えなくなりました。 グーグルコラボの有料会員でまだユニット数も充分に余っています。 git hubからTheLastBen/fast-stable-diffusionのコードをコピーして起動させていました。 起動できなくなってからエラーが発生している部分を載せます。 RuntimeError: Directory '/content/gdrive/MyDrive/sd/stable-diffusion-webui/repositories/stable-diffusion-webui-assets' does not exist Applying attention optimization: xformers... done. どうすればいいか分かる方居たら教えてください。
回答件数:1件 2024年03月03日投稿
Figmaのデザインから効率よくコーディングできる方法を教えて欲しい
エンジニアになりたてのものです。 Figmaで作成したデザインからコーディングしたいのですが、AIを使って効率よくコーディングできるようなツールであったりおすすめの方法があったりしますか? いちいちフォントやカラーや位置を確認するのにかなり時間がかかってしまっているので、理想としてはFigmaのデザインからある程度自動でHTMLやCSSのコードを生成してほしいです。
回答件数:1件 2024年02月29日投稿
Stable Diffusionでカメラ目線にしないプロンプトってありますか?
Stable Diffusionで視線をはずすようなプロンプトを教えて欲しいです!
回答件数:2件 2024年02月29日投稿
Stable Diffusionで生成した画像の著作権って誰になりますか?
Stable Diffusionで作成した画像を使ってコンテンツを販売したいのですが、著作権についてよくわからず、知り合いに聞いたところグレーなんじゃない?と言っていたのですが、実際のところどうなのでしょうか。
回答件数:1件 2024年02月29日投稿
AI美女の画像生成でyayoi_mix以外におすすめのモデルはありますか?
最近Stable DiffusionでAI美女の画像生成にはまっている画像生成初心者です。 Stable Diffusionのモデルに関して質問です。 いろんな記事をみたところ、とりあえずyayoi_mixがおすすめされていたので、yayoi_mixを使っているのですが、他にもいろいろモデルを試したくなり、おすすめのStable Diffusionのモデルとかあれば教えて欲しいです!
回答件数:1件 2024年02月29日投稿
ChatGPTは無料と有料で結構違いますか?
ChatGPTを無料で使っています。 無料版だと時々思ったように回答してくれないなと思ったり、人のプロンプトを使ってもうまく答えてくれないなということがあります。 有料版を使っている人に聞きたいのですが、無料版と有料版だと性能は目に見えて違うものですか? 精度がそんなに変わらないのならあまり課金したくないのですが、、、
回答件数:1件 2024年02月29日投稿