Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
index.py
CHANGED
@@ -50,6 +50,7 @@ def image_classifier(prompt, starter_image, image_strength):
|
|
50 |
"width": 512,
|
51 |
"height": 512,
|
52 |
"prompt": prompt + " in the style of TOK",
|
|
|
53 |
#"refine": "expert_ensemble_refiner",
|
54 |
"apply_watermark": False,
|
55 |
"num_inference_steps": 25,
|
@@ -63,6 +64,7 @@ def image_classifier(prompt, starter_image, image_strength):
|
|
63 |
"width": 512,
|
64 |
"height": 512,
|
65 |
"prompt": prompt + " in the style of TOK",
|
|
|
66 |
#"refine": "expert_ensemble_refiner",
|
67 |
"apply_watermark": False,
|
68 |
"num_inference_steps": 25,
|
|
|
50 |
"width": 512,
|
51 |
"height": 512,
|
52 |
"prompt": prompt + " in the style of TOK",
|
53 |
+
"negative_prompt": "worst quality, low quality, illustration, 2d, painting, cartoons, sketch",
|
54 |
#"refine": "expert_ensemble_refiner",
|
55 |
"apply_watermark": False,
|
56 |
"num_inference_steps": 25,
|
|
|
64 |
"width": 512,
|
65 |
"height": 512,
|
66 |
"prompt": prompt + " in the style of TOK",
|
67 |
+
"negative_prompt": "worst quality, low quality, illustration, 2d, painting, cartoons, sketch",
|
68 |
#"refine": "expert_ensemble_refiner",
|
69 |
"apply_watermark": False,
|
70 |
"num_inference_steps": 25,
|