Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- diffusers
|
11 |
- template:sd-lora
|
12 |
widget:
|
13 |
-
- text:
|
14 |
output:
|
15 |
url: samples/1725442203798__000002000_0.jpg
|
16 |
instance_prompt: in the style of TIMESTRETCH
|
@@ -38,7 +38,7 @@ import torch
|
|
38 |
|
39 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
40 |
pipeline.load_lora_weights('lazarzivanovicc/timestretchlora', weight_name='timestretchlora')
|
41 |
-
image = pipeline('
|
42 |
image.save("my_image.png")
|
43 |
```
|
44 |
|
|
|
10 |
- diffusers
|
11 |
- template:sd-lora
|
12 |
widget:
|
13 |
+
- text: People in a bustling cafe in the style of TIMESTRETCH
|
14 |
output:
|
15 |
url: samples/1725442203798__000002000_0.jpg
|
16 |
instance_prompt: in the style of TIMESTRETCH
|
|
|
38 |
|
39 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
40 |
pipeline.load_lora_weights('lazarzivanovicc/timestretchlora', weight_name='timestretchlora')
|
41 |
+
image = pipeline('People in a bustling cafe in the style of TIMESTRETCH').images[0]
|
42 |
image.save("my_image.png")
|
43 |
```
|
44 |
|