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
      • 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Add library_name and remove redundant tags

#13 opened about 1 year ago by
nielsr

Use with Blackwell gpu?

1
#12 opened over 1 year ago by
Godbearmax

Anyone had this error while trying to load model into pipeline?

2
#11 opened over 1 year ago by
mayukitan

SD3 vs FLUX

1
#10 opened over 1 year ago by
ZenMaterialist

What's the min requirements to run this model?

1
#9 opened over 1 year ago by
yodagitmaster

can it support video generation with different resolutions?

#8 opened over 1 year ago by
liu00

Settings

4
#7 opened over 1 year ago by
Kotoshko

768p Will you post the model soon?

6
#5 opened over 1 year ago by
Vinyl86

Current CUDA Device does not support bfloat16. Please switch dtype to float16.

#4 opened over 1 year ago by
marcos777123

Conversão para slow tokenizer por causa da variável : add_prefix_space

#3 opened over 1 year ago by
marcos777123

model_name = "pyramid_flux", - error

#2 opened over 1 year ago by
marcos777123

🚩 Report: Not working

2
#1 opened over 1 year ago by
pythonllm
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs