# text2image_stablediffusion **Repository Path**: mirrors_nextcloud/text2image_stablediffusion ## Basic Information - **Project Name**: text2image_stablediffusion - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-02 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Text2Image Stable Diffusion Text2Image provider using Stable Diffusion XL by Stability AI The models run completely on your machine. No private data leaves your servers. ### This app is deprecated in favor of [tetx2image_stablediffusion2](https://github.com/nextcloud/text2image_stablediffusion2) ## Ethical AI Rating ### Rating: 🟢 Positive: * the software for training and inference of this model is open source * the trained model is freely available, and thus can be run on-premises * the training data is freely available, making it possible to check or correct for bias or optimise the performance and CO2 usage. Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ## Install * Place this app in **nextcloud/apps/** or * Install from the Nextcloud appstore After installing this app you will need to run: ``` $ php occ text2image_stablediffusion:download-models ``` ## Building the app The app can be built by using the provided Makefile by running: make This requires the following things to be present: * make * which * tar: for building the archive * curl: used if phpunit and composer are not installed to fetch them from the web * npm: for building and testing everything JS