Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zulense
/
Z1_V0.1.0

Text-to-Video
Diffusers
English
text-to-image
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use zulense/Z1_V0.1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use zulense/Z1_V0.1.0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("rain1011/pyramid-flow-miniflux", torch_dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("zulense/Z1_V0.1.0")
    
    prompt = "Line, you will remember that in the last match we made it, what was it, the graph was going up like this, it was going down, it was going through, it was going down, something like this,"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
Z1_V0.1.0
12.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ProgramerSalar's picture
ProgramerSalar
Update README.md
69141ac verified 5 months ago
  • images
    Add 3 files 6 months ago
  • .gitattributes
    2.31 kB
    initial commit 6 months ago
  • FineTune_2_checkpoint.pt
    4.17 GB
    xet
    Add 3 files 6 months ago
  • README.md
    3.48 kB
    Update README.md 5 months ago
  • finetune_2_pytorch_model.bin
    7.89 GB
    xet
    Add 3 files 6 months ago