philipp-zettl commited on
Commit
8f007ec
·
verified ·
1 Parent(s): a3d77a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ model_name = os.environ.get('MODEL_REPO_ID')
9
  pipe = DiffusionPipeline.from_pretrained(
10
  model_name,
11
  torch_dtype=torch.float16,
12
- variant="fp16"
13
  )
14
 
15
  def generate(prompt, negative_prompt, num_inference_steps, guidance_scale, width, height, num_samples):
 
9
  pipe = DiffusionPipeline.from_pretrained(
10
  model_name,
11
  torch_dtype=torch.float16,
 
12
  )
13
 
14
  def generate(prompt, negative_prompt, num_inference_steps, guidance_scale, width, height, num_samples):