Koolchh commited on
Commit
07b057c
1 Parent(s): 43d46b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ from diffusers import DiffusionPipeline
53
  pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v1.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
54
  pipe.to("cuda")
55
 
56
- prompt = ", best quality, amazing quality, best aesthetic, absurdres"
57
  negative_prompt = "lowres, (bad:1.05), text, error, missing, extra, fewer, cropped, jpeg artifacts, worst quality, bad quality, watermark, bad aesthetic, unfinished, chromatic aberration, scan, scan artifacts, 1girl, breasts"
58
 
59
  image = pipe(
 
53
  pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v1.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
54
  pipe.to("cuda")
55
 
56
+ prompt = "1boy, solo, male focus, hoodie, grey hoodie, hood, hood up, close-up, sleepy, short hair, bara, undercut, stubble, black hair, green eyes, parted lips, white background, simple background, best quality, amazing quality, best aesthetic, absurdres, year 2023"
57
  negative_prompt = "lowres, (bad:1.05), text, error, missing, extra, fewer, cropped, jpeg artifacts, worst quality, bad quality, watermark, bad aesthetic, unfinished, chromatic aberration, scan, scan artifacts, 1girl, breasts"
58
 
59
  image = pipe(