ds1david commited on
Commit
1b614d0
Β·
1 Parent(s): 3dd7500

Trying fix variants

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def processar_imagem(imagem: Image.Image):
45
  # PrΓ©-processamento
46
  print("Generating image with LoRA style...")
47
  result = pipe(
48
- prompt=full_prompt,
49
  image=imagem,
50
  num_inference_steps=15, # reduce if too slow
51
  guidance_scale=7.5,
 
45
  # PrΓ©-processamento
46
  print("Generating image with LoRA style...")
47
  result = pipe(
48
+ prompt="BAS-RELIEF",
49
  image=imagem,
50
  num_inference_steps=15, # reduce if too slow
51
  guidance_scale=7.5,