Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/flux.1-dev", transformer=
|
|
84 |
pipe.enable_model_cpu_offload()
|
85 |
|
86 |
# Generate an image from a prompt
|
87 |
-
prompt = "A mystic Tiger
|
88 |
image = pipe(prompt, guidance_scale=0.0, num_inference_steps=4, generator=torch.manual_seed(0)).images[0]
|
89 |
image.save("simple.png")
|
90 |
```
|
|
|
84 |
pipe.enable_model_cpu_offload()
|
85 |
|
86 |
# Generate an image from a prompt
|
87 |
+
prompt = "A mystic Tiger play guitar with sign that says hello world!"
|
88 |
image = pipe(prompt, guidance_scale=0.0, num_inference_steps=4, generator=torch.manual_seed(0)).images[0]
|
89 |
image.save("simple.png")
|
90 |
```
|