Views
No views yet
1[Gender], solo, [EN_Name], [Arbitrary scene description]"1girl, solo, Nahida, on the playground11. \
22. (((NSFW))),poorly drawn, anatomical nonsense, bad anatomy, bad feet, bad hands, bad proportions, quality
33. (worst quality, low quality:1.4), (monochrome:1.1), turn pale, text, watermark1from diffusers import StableDiffusionPipeline
2import torch
3
4model_id = "ckpt/anything-v3.0"
5pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
6
7lora_file = "Nahida.safetensors"
8pipe.load_lora_weights(lora_file)
9pipe = pipe.to("cuda")
10
11prompt = "1girl, Nahida, solo, on the playground"
12image = pipe(prompt).images[0]
13image.save("./hatsune_miku.png")1Gender: girl
2EN_Name: Nahida, YaeMiko, Ganyu
3Arbitrary scene description: on the playground, in the classroom