HelloSun commited on
Commit
67fea0c
·
verified ·
1 Parent(s): 39c626a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ model_id = "stabilityai/stable-diffusion-xl-base-1.0"
17
  #pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
18
  pipeline = OVStableDiffusionXLPipeline.from_pretrained(model_id)
19
 
20
- batch_size, num_images, height, width = 1, 1, 1024, 512
21
  #pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
22
  #pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
23
  #hiten1
 
17
  #pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
18
  pipeline = OVStableDiffusionXLPipeline.from_pretrained(model_id)
19
 
20
+ batch_size, num_images, height, width = 1, 1, 256, 256
21
  #pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
22
  #pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
23
  #hiten1