erikbeltran commited on
Commit
3ea2ab0
·
verified ·
1 Parent(s): 4989e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "path/to/your/lora"
20
- TRIGGER_WORD = "your_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)