Update pipelines/img2img.py
Browse files- pipelines/img2img.py +1 -1
pipelines/img2img.py
CHANGED
|
@@ -18,7 +18,7 @@ from PIL import Image
|
|
| 18 |
base_model = "SimianLuo/LCM_Dreamshaper_v7"
|
| 19 |
taesd_model = "madebyollin/taesd"
|
| 20 |
|
| 21 |
-
default_prompt = "
|
| 22 |
|
| 23 |
|
| 24 |
class Pipeline:
|
|
|
|
| 18 |
base_model = "SimianLuo/LCM_Dreamshaper_v7"
|
| 19 |
taesd_model = "madebyollin/taesd"
|
| 20 |
|
| 21 |
+
default_prompt = "network of underground roots and fungi, wet plate collodion print, fuzzy, box camera, film, fungi, , chaos, various mycelium. focus on the underground and aboveground connections,chaotic patterns , non-symmetrical"
|
| 22 |
|
| 23 |
|
| 24 |
class Pipeline:
|