Cossale commited on
Commit
3de713a
·
verified ·
1 Parent(s): 1c93c55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")