Cartoon illustration of Sticker
Browse files
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
|
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:
|