magicfixeseverything commited on
Commit
9a7ed05
1 Parent(s): e426efa

Upload 2 files

Browse files
Files changed (2) hide show
  1. spaghetti_ai.zip +2 -2
  2. spaghetti_ai_script.py +1 -1
spaghetti_ai.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:099991965df4631d1c4eb0423fa9bf477e582e237926bad9bf7d8fe117205d45
3
- size 88891
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d0277d19fa65d8476f48587806150af5f3dc70042405e62b2027233c1de5f4
3
+ size 88898
spaghetti_ai_script.py CHANGED
@@ -2677,9 +2677,9 @@ def create_image_function (
2677
 
2678
 
2679
 
2680
- global current_actual_total_base_model_steps
2681
  global current_actual_total_base_model_steps
2682
  global current_actual_total_refiner_steps
 
2683
 
2684
  current_actual_total_base_model_steps = 0
2685
  current_actual_total_refiner_steps = 0
 
2677
 
2678
 
2679
 
 
2680
  global current_actual_total_base_model_steps
2681
  global current_actual_total_refiner_steps
2682
+ global current_actual_total_upscaler_steps
2683
 
2684
  current_actual_total_base_model_steps = 0
2685
  current_actual_total_refiner_steps = 0