FredZhang7
commited on
Commit
•
e823903
1
Parent(s):
2441441
Update README.md
Browse files
README.md
CHANGED
@@ -102,7 +102,7 @@ def random_seed():
|
|
102 |
|
103 |
|
104 |
prompt = "((oil painting)), gentle waves, bright blue sky, white sails billowing, sun glistening on the surface, salty sea air, distant horizon, calm breeze, birds soaring overhead, vibrant colors, artstation digital painting, high resolution, uhd, 4 k, 8k wallpaper" # what you want to see
|
105 |
-
negative_prompt =
|
106 |
seed = random_seed() # replace with the desired seed if needed
|
107 |
width, height = 1280, 768 # width and height of the generated image
|
108 |
cfg_scale = 7.5 # classifer free guidance scale, 7 to 11 is usually a good range
|
|
|
102 |
|
103 |
|
104 |
prompt = "((oil painting)), gentle waves, bright blue sky, white sails billowing, sun glistening on the surface, salty sea air, distant horizon, calm breeze, birds soaring overhead, vibrant colors, artstation digital painting, high resolution, uhd, 4 k, 8k wallpaper" # what you want to see
|
105 |
+
negative_prompt = "low-res, blurry, haze, dark clouds looming, choppy waves, engine failing, sails tattered, stormy winds".split(", ") # what you don't want to see
|
106 |
seed = random_seed() # replace with the desired seed if needed
|
107 |
width, height = 1280, 768 # width and height of the generated image
|
108 |
cfg_scale = 7.5 # classifer free guidance scale, 7 to 11 is usually a good range
|