vloikas commited on
Commit
7355f42
·
1 Parent(s): 090871a

Update pipelines/img2img.py

Browse files
Files changed (1) hide show
  1. 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 = "Portrait of The Terminator with , glare pose, detailed, intricate, full of colour, cinematic lighting, trending on artstation, 8k, hyperrealistic, focused, extreme details, unreal engine 5 cinematic, masterpiece"
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: