Trying fix variants
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def enhance_depth_map(depth_arr: np.ndarray) -> Image.Image:
|
|
40 |
|
41 |
def generate_bas_relief_and_depth(imagem):
|
42 |
# Use the token "BAS-RELIEF" so the LoRA triggers
|
43 |
-
full_prompt = f"BAS-RELIEF
|
44 |
print("Generating image with LoRA style...")
|
45 |
result = pipe(
|
46 |
prompt=full_prompt,
|
|
|
40 |
|
41 |
def generate_bas_relief_and_depth(imagem):
|
42 |
# Use the token "BAS-RELIEF" so the LoRA triggers
|
43 |
+
full_prompt = f"BAS-RELIEF"
|
44 |
print("Generating image with LoRA style...")
|
45 |
result = pipe(
|
46 |
prompt=full_prompt,
|