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

rain1011
/
pyramid-flow-miniflux

Text-to-Video
Diffusers
Safetensors
text-to-image
image-to-video
flux
Model card Files Files and versions
xet
Community
13

Instructions to use rain1011/pyramid-flow-miniflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use rain1011/pyramid-flow-miniflux with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("rain1011/pyramid-flow-miniflux", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
pyramid-flow-miniflux
34.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
rain1011's picture
rain1011
feifeiobama's picture
feifeiobama
Update README.md (#6)
c0ea661 verified over 1 year ago
  • causal_video_vae
    Upload folder using huggingface_hub almost 2 years ago
  • diffusion_transformer_384p
    Upload diffusion_transformer_384p/diffusion_pytorch_model.safetensors with huggingface_hub almost 2 years ago
  • diffusion_transformer_768p
    Upload diffusion_transformer_768p/diffusion_pytorch_model.safetensors with huggingface_hub over 1 year ago
  • diffusion_transformer_image
    Upload folder using huggingface_hub almost 2 years ago
  • text_encoder
    Upload folder using huggingface_hub almost 2 years ago
  • text_encoder_2
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_2
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    9.38 kB
    Update README.md (#6) over 1 year ago