CushyStudio
Blog
  • 🛋️CushyStudio
  • Getting Started
    • 🛠️Installation
      • Installing Cushy
      • Updating Cushy
      • Scripts
      • Installing Modules
        • Install ComfyUI
        • Install FFMpeg (optional)
        • Installing Models
        • Install ImageMagick (optional)
    • 👋First Steps
      • Intro to Generative AI
      • Making an image
      • Coming From...
    • 🎁Built-in apps
      • CushyDiffusion
      • Rotate anything
      • Cushy Cascade
      • Remove Background
      • Slay the Spire - Art Pack
      • Manga Coloring
    • 🚶Cushy Interface
      • Draft Panel
      • Welcome Panel
      • Minipaint
      • File Explorer
      • Quick-Civitai
      • Iframes
        • Minipaint
        • Civitai
      • Image Comtext menu
    • 🍏Images, Videos, 3d scenes
      • Quick Actions
      • LLM (Large Language Model)
    • 😁Unified canvas
      • Starin
      • Inpainting
      • Outpainting
    • 🧪Prompting
      • adding Loras
  • Going further
    • 💡Creating apps
      • Creating a new App file
      • Prefabs
      • App Structure
      • Contextual Apps
      • For loops
      • App UI
      • Using ImageMagick in your app
    • ⚙️CushyKit
    • 🏈Importing from ComfyUI
    • 🤝Woking on Cushy
      • Setting up VSCode
      • Contributing on the UI
      • Contributing on top-level scripts
      • Database
      • Migrations
    • 🔥Troubleshooting
      • Page 1
  • Community
    • 🤝Community
    • 💬FAQs
      • ⁉️Can Cushy...
    • 📰News
    • 😁Changelog
    • 🚀Roadmap
    • 💬Blog
      • 2024-02-18 - creating the website
    • 🚂Other Softwares
      • Coming from Krita
      • Coming from A1111
      • Coming from ComfyUI
      • Coming from InvokeAI
      • Coming from Fooocus
    • Contributing
      • Supporting the team
      • Writing Docs
  • TEMP
    • ✨CushyStudio Features
    • 🛋️TEMPORARY
      • Manual
      • GPT alt A
      • GPT alt B
      • GPT alt C
Powered by GitBook
On this page
  • Installation Guide
  • Windows
  • Mac and Linux
Edit on GitHub
Export as PDF
  1. Getting Started
  2. Installation

Installing Cushy

PreviousInstallationNextUpdating Cushy

Last updated 1 year ago

Installation Guide

Follow the instructions below to set up CushyStudio on your machine. If you encounter any problems please check out our Troubleshootingsteps.

Windows

If you encounter any permission issues, try running the script as an administrator by right-clicking on `_windows-install.bat` and selecting "Run as administrator".
  1. Download the Repository:

    • You can download the CushyStudio repository from by either:

      • Cloning the repository using Git:

      git clone https://github.com/rvion/CushyStudio.git
      • Or downloading the latest stable release directly from the .

  2. Run the Install Script:

    • After downloading the repository, extract the contents of the downloaded .zip file to a directory of your choice.

    • Navigate to the extracted directory and locate the _windows-install.bat script.

    • Double-click on _windows-install.bat to run the installation script.

    • This script will automatically install Cushy, as well as any required dependencies.

  3. Start Cushy:

    • Start Cushy with the _windows-start.bat


Mac and Linux

  1. Download the Repository:

      • Cloning the repository using Git:

      git clone https://github.com/rvion/CushyStudio.git

  2. Run the Install Script:

    cd CushyStudio
    ./_mac-linux-install.sh
    • This script will automatically install Cushy, as well as any required dependencies.

  3. Start Cushy

    ./_mac-linux-start.sh

You can download the CushyStudio repository from by either:

Or downloading the latest stable release directly from the .

🛠️
GitHub
releases page
GitHub
releases page