ameerazam08 commited on
Commit
5db015d
·
verified ·
1 Parent(s): 272ff5d

Cartoon illustration of Sticker

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ def run_lora_sticker(prompt, image_strength, cfg_scale, steps, selected_index, r
395
  raise gr.Error("You must select a Sticker Image before proceeding.🧨")
396
 
397
  image, json_data = load_hf_image_and_json(sticker_dataset_id[selected_index]['image'],sticker_dataset_id[selected_index]['json'])
398
- prompt_mash = prompt#json_data['prompt']
399
 
400
  with calculateDuration("Randomizing seed"):
401
  if randomize_seed:
 
395
  raise gr.Error("You must select a Sticker Image before proceeding.🧨")
396
 
397
  image, json_data = load_hf_image_and_json(sticker_dataset_id[selected_index]['image'],sticker_dataset_id[selected_index]['json'])
398
+ prompt_mash = "Cartoon illustration of Sticker "+prompt
399
 
400
  with calculateDuration("Randomizing seed"):
401
  if randomize_seed: