# Stable Diffusion for Unity Documents

## What is Stable Diffusion for Unity?

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

stable-diffusion-for-unity is an open-source project managed by Witchpot Inc.

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

This project enable easily install the open-source project stable diffusion webui to your local Windows PC and usable on Unity for game development&#x20;

## About this Documents

This document is the official reference for stable-diffusion-for-unity, summarizing its usage and specifications.

For specific use cases and tips beyond basic usage, please access the following resources:

* [Discord Tools Community (English)](https://discord.gg/kfkwA8R67t)
  * A community focused on Witchpot's tools.
* [Discord Creator Community (Japanese)](https://t.co/z0Qt556Vnv)
  * A community for sharing informations for how we use generative AI in game development not only Witchpot for Unity.


---

# 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/english/stable-diffusion-for-unity-documents.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.
