Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=dtype, vae=taef
|
|
16 |
MAX_SEED = 2**32-1
|
17 |
|
18 |
# Hidden variables (you would set these based on your specific LoRA)
|
19 |
-
LORA_PATH = "
|
20 |
-
TRIGGER_WORD = "
|
21 |
|
22 |
# Load LoRA weights (do this once at startup)
|
23 |
pipe.load_lora_weights(LORA_PATH)
|
|
|
16 |
MAX_SEED = 2**32-1
|
17 |
|
18 |
# Hidden variables (you would set these based on your specific LoRA)
|
19 |
+
LORA_PATH = "SebastianBodza/Flux_Aquarell_Watercolor_v2"
|
20 |
+
TRIGGER_WORD = "AQUACOLTOK"
|
21 |
|
22 |
# Load LoRA weights (do this once at startup)
|
23 |
pipe.load_lora_weights(LORA_PATH)
|