Giter Club home page Giter Club logo

ainodes-pyside's Introduction

aiNodes - Stable Diffusion Desktop

Last Commit GitHub issues GitHub stars GitHub forks Colab

Colab API Server added with limited functionality

Please join our Discord for further information: https://discord.gg/XDQm9pk5pd

https://www.patreon.com/ainodes

Welcome to aiNodes, a desktop GUI with Deforum Art, Outpaint, Upscalers, and many more.

A more simple install method is WIP, until then, please make sure that you have a working Anaconda, or Miniconda installation, then run:

conda env create -n ai-pixel -f environment-installer.yaml
conda activate ai-pixel
setup.bat

Once it is finished, the GUI will show up, but before you continue, please make sure that you have your models, model configs and vae files in the models folder named the same. e.g.: v1-5-pruned-emaonly.ckpt (*model) v1-5-pruned-emaonly.pt (VAE, optional) v1-5-pruned-emaonly.yaml (*config)

With RTX3XXX, xFormers is automatically installed, for the rest, if you'd like acceleration, do the following steps:

install MS Visual Studio 2019 with Windows 10 SDK, Cuda 11.6 https://developer.nvidia.com/cuda-11-6-0-download-archive https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=16&utm_medium=microsoft&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button https://www.anaconda.com/products/distribution

Then:

conda env create -n ainodes -f environment_310.yaml
conda activate ainodes
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
git clone https://github.com/facebookresearch/xformers
cd xformers
(optionally) pip install ninja
git submodule update --init --recursive
pip install -r requirements-test.txt
pip install -e .```

Linux, macOS installers coming up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.