Koolchh commited on
Commit
6292731
·
verified ·
1 Parent(s): 7d20472

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ tags:
28
  ```
29
  - Append
30
  ```
31
- , best quality, amazing quality, best aesthetic, amazing aesthetic, absurdres
32
  ```
33
  to the prompt to improve image quality.
34
  - (*Optional*) Append
@@ -58,7 +58,7 @@ from diffusers import DiffusionPipeline
58
  pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v3.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
59
  pipe.to("cuda")
60
 
61
- prompt = "1boy, male focus, shirt, solo, looking at viewer, smile, black hair, brown eyes, short hair, best quality, amazing quality, best aesthetic, amazing aesthetic, absurdres"
62
  negative_prompt = "lowres, bad, text, error, missing, extra, fewer, cropped, jpeg artifacts, worst quality, bad quality, watermark, bad aesthetic, unfinished, chromatic aberration, scan, scan artifacts, 1girl, breasts"
63
 
64
  image = pipe(
 
28
  ```
29
  - Append
30
  ```
31
+ , best quality, amazing quality, best aesthetic, absurdres
32
  ```
33
  to the prompt to improve image quality.
34
  - (*Optional*) Append
 
58
  pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v3.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
59
  pipe.to("cuda")
60
 
61
+ prompt = "1boy, male focus, shirt, solo, looking at viewer, smile, black hair, brown eyes, short hair, best quality, amazing quality, best aesthetic, absurdres"
62
  negative_prompt = "lowres, bad, text, error, missing, extra, fewer, cropped, jpeg artifacts, worst quality, bad quality, watermark, bad aesthetic, unfinished, chromatic aberration, scan, scan artifacts, 1girl, breasts"
63
 
64
  image = pipe(