alfredplpl
commited on
Commit
•
4cabd79
1
Parent(s):
18db6b4
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,6 @@ pipe = StableDiffusion3Pipeline.from_pretrained(
|
|
32 |
torch_dtype=torch.bfloat16,
|
33 |
)
|
34 |
pipe.enable_model_cpu_offload()
|
35 |
-
image = pipe("
|
36 |
image.save("sd35.png")
|
37 |
```
|
|
|
32 |
torch_dtype=torch.bfloat16,
|
33 |
)
|
34 |
pipe.enable_model_cpu_offload()
|
35 |
+
image = pipe("modern anime style, A close-up shot of a girl's face in the center, looking directly at the viewer. Autumn maple trees with red leaves frame both the left and right sides of the background, with the sky visible in the middle.").images[0]
|
36 |
image.save("sd35.png")
|
37 |
```
|