You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default="a portrait of an old coal miner in 19th century, beautiful painting with highly detailed face by greg rutkowski and magali villanueve",
205
205
required=False,
206
-
#help='Optional. Specify the prompt. Default: "a bowl of cherries"')
207
206
help='Optional. Specify the prompt. Default: "castle surrounded by water and nature, village, volumetric lighting, photorealistic, detailed and intricate, fantasy, epic cinematic shot, mountains, 8k ultra hd"')
208
-
args.add_argument('-np','--neg_prompt',type=str, default="deformed face, Ugly, bad quality, lowres, monochrome, bad anatomy", required=False,
log.warning(f"Max guidance scale for {model_name} is 1.0, adjusting {args.guidance_scale} down to 1.0")
296
+
args.guidance_scale=1.0
293
297
294
298
prompt=args.prompt#"a beautiful artwork illustration, concept art sketch of an astronaut in white futuristic cybernetic armor in a dark cave, volumetric fog, godrays, high contrast, vibrant colors, vivid colors, high saturation, by Greg Rutkowski and Jesper Ejsing and Raymond Swanland and alena aenami, featured on artstation, wide angle, vertical orientation"
295
299
negative_prompt=args.neg_prompt# "lowres, bad quality, monochrome, cropped head, deformed face, bad anatomy"
0 commit comments