Koolchh commited on
Commit
f3c17bb
·
verified ·
1 Parent(s): 530c208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 quality, amazing quality, best aesthetic, great quality, amazing aesthetic, great aesthetic, normal aesthetic, normal quality, absurdres"
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(