Spaces:
Sleeping
Sleeping
hsuwill000
commited on
Commit
•
07a5035
1
Parent(s):
6ac807a
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ print(pipe.scheduler.compatibles)
|
|
38 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
39 |
#pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
|
40 |
|
41 |
-
pipe.load_lora_weights(adapter_id)
|
42 |
-
pipe.fuse_lora()
|
43 |
|
44 |
|
45 |
pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
|
|
|
38 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
39 |
#pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
|
40 |
|
41 |
+
#pipe.load_lora_weights(adapter_id)
|
42 |
+
#pipe.fuse_lora()
|
43 |
|
44 |
|
45 |
pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
|