Update README.md
Browse files
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
|
|
|
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
|