Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="image_encod
|
|
| 174 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/3D_avatar/pytorch_lora_weights.safetensors", local_dir=".")
|
| 175 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/coloringbook/pytorch_lora_weights.safetensors", local_dir=".")
|
| 176 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/One_line_portraits_Light/pytorch_lora_weights.safetensors", local_dir=".")
|
| 177 |
-
|
| 178 |
|
| 179 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 180 |
|
|
@@ -218,7 +218,8 @@ Loras_dict = {
|
|
| 218 |
"":"",
|
| 219 |
"One_line_portraits_Light": "An illustration of ",
|
| 220 |
"3D_avatar": "An illustration of ",
|
| 221 |
-
"coloringbook": "An illustration of "
|
|
|
|
| 222 |
}
|
| 223 |
|
| 224 |
lora_names = Loras_dict.keys()
|
|
|
|
| 174 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/3D_avatar/pytorch_lora_weights.safetensors", local_dir=".")
|
| 175 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/coloringbook/pytorch_lora_weights.safetensors", local_dir=".")
|
| 176 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/One_line_portraits_Light/pytorch_lora_weights.safetensors", local_dir=".")
|
| 177 |
+
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="LoRAs/Stickers/pytorch_lora_weights.safetensors", local_dir=".")
|
| 178 |
|
| 179 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 180 |
|
|
|
|
| 218 |
"":"",
|
| 219 |
"One_line_portraits_Light": "An illustration of ",
|
| 220 |
"3D_avatar": "An illustration of ",
|
| 221 |
+
"coloringbook": "An illustration of ",
|
| 222 |
+
"Stickers": "An illustration of "
|
| 223 |
}
|
| 224 |
|
| 225 |
lora_names = Loras_dict.keys()
|