Spaces:
Runtime error
Runtime error
copy
Browse files
pipelines/img2imgSDTurbo.py
CHANGED
@@ -25,7 +25,7 @@ taesd_model = "madebyollin/taesd"
|
|
25 |
default_prompt = "close-up photography of old man standing in the rain at night, in a street lit by lamps, leica 35mm summilux"
|
26 |
default_negative_prompt = "blurry, low quality, render, 3D, oversaturated"
|
27 |
page_content = """
|
28 |
-
<h1 class="text-3xl font-bold">Real-Time
|
29 |
<h3 class="text-xl font-bold">Image-to-Image</h3>
|
30 |
<p class="text-sm">
|
31 |
This demo showcases
|
|
|
25 |
default_prompt = "close-up photography of old man standing in the rain at night, in a street lit by lamps, leica 35mm summilux"
|
26 |
default_negative_prompt = "blurry, low quality, render, 3D, oversaturated"
|
27 |
page_content = """
|
28 |
+
<h1 class="text-3xl font-bold">Real-Time SD-Turbo</h1>
|
29 |
<h3 class="text-xl font-bold">Image-to-Image</h3>
|
30 |
<p class="text-sm">
|
31 |
This demo showcases
|