clementchadebec commited on
Commit
25ae729
1 Parent(s): e23ae33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -42,9 +42,6 @@ pipe.scheduler = LCMScheduler.from_pretrained(
42
  timestep_spacing="trailing",
43
  )
44
 
45
- pipe.load_lora_weights(adapter_id)
46
- pipe.fuse_lora()
47
-
48
  MAX_SEED = np.iinfo(np.int32).max
49
  MAX_IMAGE_SIZE = 1024
50
  NUM_INFERENCE_STEPS = 4
 
42
  timestep_spacing="trailing",
43
  )
44
 
 
 
 
45
  MAX_SEED = np.iinfo(np.int32).max
46
  MAX_IMAGE_SIZE = 1024
47
  NUM_INFERENCE_STEPS = 4