Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,13 +4,3 @@ conda env create -f environment.yaml
|
|
4 |
conda activate fooocus
|
5 |
pip install -r requirements_versions.txt
|
6 |
# Corrected decimal literal
|
7 |
-
value = 0.9
|
8 |
-
|
9 |
-
sd_xl_base_1.0_0.9vae.safetensors "Fooocus\models\checkpoints\sd_xl_base_1.0_0.9vae.safetensors", and download sd_xl_refiner_1.0_0.9vae.safetensors from here as the file "Fooocus\models\checkpoints\sd_xl_refiner_1.0_0.9vae.safetensors". Or let Fooocus automatically download the models using the launcher:
|
10 |
-
|
11 |
-
python launch.py
|
12 |
-
# Example of a commented line
|
13 |
-
# sd_xl_base_1.0_0.9vae.safetensors "Fooocus\models\checkpoints\sd_xl_base_1.0_0.9vae.safetensors", and download sd_xl_refiner_1.0_0.9vae.safetensors from here as the file "Fooocus\models\checkpoints\sd_xl_refiner_1.0_0.9vae.safetensors". Or let Fooocus automatically download the models using the launcher:
|
14 |
-
|
15 |
-
# Example of a string assignment
|
16 |
-
message = "sd_xl_base_1.0_0.9vae.safetensors 'Fooocus\\models\\checkpoints\\sd_xl_base_1.0_0.9vae.safetensors', and download sd_xl_refiner_1.0_0.9vae.safetensors from here as the file 'Fooocus\\models\\checkpoints\\sd_xl_refiner_1.0_0.9vae.safetensors'. Or let Fooocus automatically download the models using the launcher:"
|
|
|
4 |
conda activate fooocus
|
5 |
pip install -r requirements_versions.txt
|
6 |
# Corrected decimal literal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|