HaileyStorm commited on
Commit
4385f55
1 Parent(s): b56725c

Update infer.py

Browse files
Files changed (1) hide show
  1. infer.py +2 -2
infer.py CHANGED
@@ -4,8 +4,8 @@ import os
4
 
5
  # Configuration
6
  MODEL_DIR = "./merged_models/10_1"
7
- IMAGE_OUTPUT_DIR = "./young"
8
- IMAGE_PREFIX = "ginny_10_1"
9
  DEVICE = torch.device("cpu")
10
  # If True, uses pipeline.enable_sequential_cpu_offload(). Make sure device is CPU.
11
  USE_CPU_OFFLOAD = True
 
4
 
5
  # Configuration
6
  MODEL_DIR = "./merged_models/10_1"
7
+ IMAGE_OUTPUT_DIR = "./flowers"
8
+ IMAGE_PREFIX = "flowers_10_1"
9
  DEVICE = torch.device("cpu")
10
  # If True, uses pipeline.enable_sequential_cpu_offload(). Make sure device is CPU.
11
  USE_CPU_OFFLOAD = True