Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ def generate_image(prompt, negative_prompt, width, height, steps, cfg, seed):
|
|
| 192 |
emptysd3latentimage_69 = emptysd3latentimage.generate(
|
| 193 |
width=width, height=height, batch_size=1
|
| 194 |
)
|
| 195 |
-
ksamplerselect_72 = ksamplerselect.get_sampler(sampler_name="
|
| 196 |
|
| 197 |
cliptextencode_74 = cliptextencode.encode(
|
| 198 |
text=prompt,
|
|
@@ -271,7 +271,7 @@ Space Author: [GitHub](https://github.com/gokayfem) | [X.com](https://x.com/goka
|
|
| 271 |
negative_prompt = gr.Textbox(
|
| 272 |
label="Negative Prompt",
|
| 273 |
placeholder="Enter negative prompt here...",
|
| 274 |
-
value="
|
| 275 |
lines=2
|
| 276 |
)
|
| 277 |
|
|
|
|
| 192 |
emptysd3latentimage_69 = emptysd3latentimage.generate(
|
| 193 |
width=width, height=height, batch_size=1
|
| 194 |
)
|
| 195 |
+
ksamplerselect_72 = ksamplerselect.get_sampler(sampler_name="heun")
|
| 196 |
|
| 197 |
cliptextencode_74 = cliptextencode.encode(
|
| 198 |
text=prompt,
|
|
|
|
| 271 |
negative_prompt = gr.Textbox(
|
| 272 |
label="Negative Prompt",
|
| 273 |
placeholder="Enter negative prompt here...",
|
| 274 |
+
value="This greyscale unfinished sketch has bad proportions, is featureless and disfigured. It is a blurry ugly mess and with excessive gaussian blur. It is riddled with watermarks and signatures. Everything is smudged with leaking colors and nonsensical orientation of objects. Messy and abstract image filled with artifacts disrupt the coherency of the overall composition. The image has extreme chromatic abberations and inconsistent lighting. Dull, monochrome colors and countless artistic errors.",
|
| 275 |
lines=2
|
| 276 |
)
|
| 277 |
|