Chan-Y commited on
Commit
162bd29
1 Parent(s): 370e15d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -30,7 +30,8 @@ from diffusers import DiffusionPipeline
30
  pipeline = DiffusionPipeline.from_pretrained("Chan-Y/Stable-Flash-Lightning")
31
 
32
  # Define the prompt and negative prompt
33
- prompt = "a ultra-realistic cute little rabbit with big green eyes that wears a hat"
 
34
  neg = "low quality, blur"
35
 
36
  # Set random seed for reproducibility
 
30
  pipeline = DiffusionPipeline.from_pretrained("Chan-Y/Stable-Flash-Lightning")
31
 
32
  # Define the prompt and negative prompt
33
+ prompt = """a ultra-realistic cute little rabbit with big green eyes
34
+ that wears a hat"""
35
  neg = "low quality, blur"
36
 
37
  # Set random seed for reproducibility