Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camenduru/stable-diffusion-webui-vultr
https://github.com/camenduru/stable-diffusion-webui-vultr
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camenduru/stable-diffusion-webui-vultr
- Owner: camenduru
- License: unlicense
- Created: 2023-03-18T15:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T15:55:48.000Z (over 1 year ago)
- Last Synced: 2024-10-10T17:30:48.569Z (24 days ago)
- Size: 23.4 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🐣 Please follow me for new updates https://twitter.com/camenduru
🔥 Please join our discord server https://discord.gg/k5BwmmvJJU
🥳 Please join my patreon community https://patreon.com/camenduru### Tutorial Video
https://www.youtube.com/watch?v=Fgc3ZHBephk### Vultr Console
```py
apt install python-is-python3 && iptables -P INPUT ACCEPT && iptables -P FORWARD ACCEPT && iptables -P OUTPUT ACCEPT && pip install jupyterlab && tmux
``````py
mkdir /content && jupyter-lab --ip 0.0.0.0 --port 8888 --no-browser --allow-root --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}" --NotebookApp.disable_check_xsrf=True --notebook-dir=/content
```### Jupyter Lab Notebook
```py
!pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
```copy & paste any colab from https://github.com/camenduru/stable-diffusion-webui-colab
Jupyter Lab URL: `your_vultr_vm_ip_address:8888`
Public WebUI Colab URL: `your_vultr_vm_ip_address:7860`