# Stable Diffusion for Unity ドキュメント

## Stable Diffusion for Unityとは

{% embed url="<https://youtu.be/GfsZ9gjPyzk>" %}

stable-diffusion-for-unityは株式会社Witchpotにより運営されているOSSプロジェクトです。

{% embed url="<https://github.com/witchpot-studio/stable-diffusion-for-unity>" %}

既存OSSの画像生成AI StableDiffusionを簡単にUnity上で使えるようにし、画像生成AIをゲーム開発に活かすことが出来るよう開発を進めています。

## このドキュメントについて

このドキュメントはstable-diffusion-for-unityの使い方や仕様をまとめた公式リファレンスです。

まずはじめにこちら↓から、このツールを使ってできることと推奨環境、OSSについてをご確認ください。

{% content-ref url="settoappu/hajimeni" %}
[hajimeni](https://docs.witchpot.com/settoappu/hajimeni)
{% endcontent-ref %}

どう使うか具体例はこちら

{% content-ref url="production/ino" %}
[ino](https://docs.witchpot.com/production/ino)
{% endcontent-ref %}

各コンポーネントの詳細はこちら

{% content-ref url="component" %}
[component](https://docs.witchpot.com/component)
{% endcontent-ref %}

基本的な使い方を超える具体的な活用事例やTipsは下記にアクセスして取得してください

* [Discordクリエイターコミュニティ（日本語）](https://t.co/z0Qt556Vnv)
  * Witchpotに限らず生成AIをゲーム開発に活かす方法の共有コミュニティです
* [Discordツール向けコミュニティ（英語）](https://discord.gg/kfkwA8R67t)
  * Witchpotのツールについてのコミュニティです
* [公式noteマガジン](https://note.com/witchpot/m/mbde416d22538)
  * Witchpotに限らず生成AIをゲーム開発に活かす方法記事を記載しています。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.witchpot.com/stable-diffusion-for-unity-dokyumento.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
