Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ from diffusers import DiffusionPipeline
|
|
52 |
pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v3.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
53 |
pipe.to("cuda")
|
54 |
|
55 |
-
prompt = "1boy, male focus, shirt, solo, looking at viewer, smile, black hair, brown eyes, short hair, best
|
56 |
negative_prompt = "lowres, jpeg artifacts, worst quality, watermark, blurry, bad aesthetic"
|
57 |
|
58 |
image = pipe(
|
|
|
52 |
pipe = DiffusionPipeline.from_pretrained("Koolchh/AnimeBoysXL-v3.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
53 |
pipe.to("cuda")
|
54 |
|
55 |
+
prompt = "1boy, male focus, shirt, solo, looking at viewer, smile, black hair, brown eyes, short hair, best aesthetic, amazing aesthetic, great aesthetic, normal aesthetic, best quality, amazing quality, great quality, normal quality, absurdres"
|
56 |
negative_prompt = "lowres, jpeg artifacts, worst quality, watermark, blurry, bad aesthetic"
|
57 |
|
58 |
image = pipe(
|