HelloSun commited on
Commit
943bb0f
·
verified ·
1 Parent(s): f67ef4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ model_id = "OpenVINO/LCM_Dreamshaper_v7-int8-ov"
14
  #pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False, safety_checker=safety_checker)
15
  pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
16
 
17
- batch_size, num_images, height, width = 1, 1, 2048, 1024
18
  pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
19
  pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
20
  pipeline.compile()
 
14
  #pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False, safety_checker=safety_checker)
15
  pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
16
 
17
+ batch_size, num_images, height, width = 1, 1, 1024, 1024
18
  pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
19
  pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
20
  pipeline.compile()