Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ Feel free to request for other models for compression as well, although I curren
|
|
| 35 |
prompt = "A futuristic cityscape at sunset, with flying cars, neon lights, and reflective water canals"
|
| 36 |
image = pipe(
|
| 37 |
prompt,
|
| 38 |
-
guidance_scale=
|
| 39 |
num_inference_steps=30,
|
| 40 |
max_sequence_length=256,
|
| 41 |
generator=torch.Generator("cpu").manual_seed(0)
|
|
|
|
| 35 |
prompt = "A futuristic cityscape at sunset, with flying cars, neon lights, and reflective water canals"
|
| 36 |
image = pipe(
|
| 37 |
prompt,
|
| 38 |
+
guidance_scale=3.5,
|
| 39 |
num_inference_steps=30,
|
| 40 |
max_sequence_length=256,
|
| 41 |
generator=torch.Generator("cpu").manual_seed(0)
|