Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ Weights for this model are available in Safetensors format.
|
|
57 |
from diffusers import AutoPipelineForText2Image
|
58 |
import torch
|
59 |
|
60 |
-
pipeline = AutoPipelineForText2Image.from_pretrained('Cossale/Frames-Flex', torch_dtype=torch.bfloat16).to('cuda')
|
61 |
pipeline.load_lora_weights('None', weight_name='backdrops_v1.safetensors')
|
62 |
image = pipeline('FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.').images[0]
|
63 |
image.save("my_image.png")
|
|
|
57 |
from diffusers import AutoPipelineForText2Image
|
58 |
import torch
|
59 |
|
60 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('Cossale/Frames-Flex.1', torch_dtype=torch.bfloat16).to('cuda')
|
61 |
pipeline.load_lora_weights('None', weight_name='backdrops_v1.safetensors')
|
62 |
image = pipeline('FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.').images[0]
|
63 |
image.save("my_image.png")
|