File size: 1,530 Bytes
af0780d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10b6f16
af0780d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@echo off

REM ############################################################################
REM
REM
REM    Install Spaghetti AI for Windows using NVIDIA GPU
REM
REM        December 28th, 2023 - This app remains a work in progress.
REM
REM
REM    Instructions for this file
REM
REM        This is the file you should launch once the app is installed. You can
REM        create a shortcut to this file to use it.
REM
REM
REM ############################################################################

REM
REM      HF_HUB_OFFLINE
REM
REM        To allow data to download, set HF_HUB_OFFLINE to 0. Do not include
REM        any spaces before or after the equals sign. Once you have used each
REM        model, the refiner, and the upscaler, I recommend setting this back
REM        to 1. If you don't, model data will often download even though you
REM        don't need an updated version. The older versions will not be deleted
REM        automatically. That means your drive would eventually run out of
REM        space if you never deleted older versions.
REM

set HF_HUB_OFFLINE=0

REM
REM      HF_HUB_DISABLE_TELEMETRY
REM
REM        This disables telemetry.
REM
REM        About:
REM          https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfhubdisabletelemetry
REM

set HF_HUB_DISABLE_TELEMETRY=1

REM ############################################################################

cd C:/Spaghetti_AI

call .venv/Scripts/activate.bat

call py .venv/app_files/spaghetti_ai_script.py

cmd /k