Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,14 @@ STYLES = {
|
|
56 |
'gfx': {
|
57 |
'prompt': 'render this image into a gfx image, fill in the background perfect and edit the image to look like awesome graphic gfx image',
|
58 |
'lora_url': 'https://huggingface.co/jerrrycans/gfx/resolve/main/flux-kontext-gfx-lora.safetensors'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
},
|
60 |
'fluffy': {
|
61 |
'prompt': 'make this object fluffy',
|
|
|
56 |
'gfx': {
|
57 |
'prompt': 'render this image into a gfx image, fill in the background perfect and edit the image to look like awesome graphic gfx image',
|
58 |
'lora_url': 'https://huggingface.co/jerrrycans/gfx/resolve/main/flux-kontext-gfx-lora.safetensors'
|
59 |
+
},
|
60 |
+
'watermarkremover': {
|
61 |
+
'prompt': 'remove all the watermarks from this image, all watermarks that are over this image',
|
62 |
+
'lora_url': 'https://huggingface.co/jerrrycans/watermark20000/resolve/main/flux-kontext-watermark20000-lora.safetensors'
|
63 |
+
},
|
64 |
+
'gfxultra': {
|
65 |
+
'prompt': 'render this image into a gfx image, fill in the background perfect and edit the image to look like awesome graphic gfx image',
|
66 |
+
'lora_url': 'https://huggingface.co/jerrrycans/gfx20000/resolve/main/flux-kontext-gfx20000-lora.safetensors'
|
67 |
},
|
68 |
'fluffy': {
|
69 |
'prompt': 'make this object fluffy',
|