Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ tags:
|
|
28 |
```
|
29 |
- Append
|
30 |
```
|
31 |
-
, best quality, amazing quality, best aesthetic,
|
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,
|
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(
|