magicfixeseverything
commited on
Commit
·
cb047e9
1
Parent(s):
7b7a221
Delete ai_image_creation.bat
Browse files- ai_image_creation.bat +0 -38
ai_image_creation.bat
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
@echo off
|
2 |
-
|
3 |
-
REM ############################################################################
|
4 |
-
REM
|
5 |
-
REM Instructions
|
6 |
-
REM
|
7 |
-
REM ############################################################################
|
8 |
-
REM
|
9 |
-
REM HF_HUB_OFFLINE
|
10 |
-
REM
|
11 |
-
REM To allow data to download, set HF_HUB_OFFLINE to 0. Do not include
|
12 |
-
REM any spaces before or after the equals sign. Once you have used each
|
13 |
-
REM model, the refiner, and the upscaler, I recommend setting this back
|
14 |
-
REM to 1. If you don't, model data will often download even though you
|
15 |
-
REM don't need an updated version. The older versions will not be deleted
|
16 |
-
REM automatically. That means your drive would eventually run out of
|
17 |
-
REM space if you never deleted older versions.
|
18 |
-
|
19 |
-
set HF_HUB_OFFLINE=1
|
20 |
-
|
21 |
-
REM HF_HUB_DISABLE_TELEMETRY
|
22 |
-
REM
|
23 |
-
REM This disables telemetry.
|
24 |
-
REM
|
25 |
-
REM About:
|
26 |
-
REM
|
27 |
-
REM https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfhubdisabletelemetry
|
28 |
-
|
29 |
-
set HF_HUB_DISABLE_TELEMETRY=1
|
30 |
-
|
31 |
-
REM ############################################################################
|
32 |
-
|
33 |
-
cd C:\Diffusers
|
34 |
-
call .venv\Scripts\activate.bat
|
35 |
-
REM timeout /t 0 >nul
|
36 |
-
py .venv\ai_image_creation\app.py
|
37 |
-
|
38 |
-
cmd /k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|