ironjr commited on
Commit
13ba306
1 Parent(s): ceffafa

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -166,7 +166,7 @@ class StableMultiDiffusionPipeline(nn.Module):
166
  self.vae_scale_factor = self.pipe.vae_scale_factor
167
 
168
  # Prepare white background for bootstrapping.
169
- self.get_white_background(768, 768)
170
 
171
  print(f'[INFO] Model is loaded!')
172
 
 
166
  self.vae_scale_factor = self.pipe.vae_scale_factor
167
 
168
  # Prepare white background for bootstrapping.
169
+ # self.get_white_background(768, 768) # This cause problem in HF ZeroGPU environment.
170
 
171
  print(f'[INFO] Model is loaded!')
172