IDKiro commited on
Commit
57ad597
1 Parent(s): 49fb12b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ pipe = StableDiffusionPipeline.from_pretrained(repo, torch_dtype=weight_type)
36
  pipe.unet = PeftModel.from_pretrained(pipe.unet, lora_repo)
37
  pipe.to("cuda")
38
 
39
- prompt = "a close-up picture of an old man standing in the rain"
40
 
41
  # Ensure using 1 inference step and CFG set to 0.
42
  image = pipe(
 
36
  pipe.unet = PeftModel.from_pretrained(pipe.unet, lora_repo)
37
  pipe.to("cuda")
38
 
39
+ prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
40
 
41
  # Ensure using 1 inference step and CFG set to 0.
42
  image = pipe(