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

FreeAi1111
/
PrepGenius

Text-to-Video
Diffusers
Safetensors
English
CogVideoXPipeline
cogvideox
video-generation
thudm
Model card Files Files and versions
xet
Community

Instructions to use FreeAi1111/PrepGenius with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FreeAi1111/PrepGenius with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FreeAi1111/PrepGenius", 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
PrepGenius / tokenizer
817 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
FreeAi1111's picture
FreeAi1111
Upload tokenizer/tokenizer_config.json with huggingface_hub
18b6b09 verified 5 days ago
  • added_tokens.json
    2.59 kB
    Upload tokenizer/added_tokens.json with huggingface_hub 5 days ago
  • special_tokens_map.json
    2.54 kB
    Upload tokenizer/special_tokens_map.json with huggingface_hub 5 days ago
  • spiece.model
    792 kB
    xet
    Upload tokenizer/spiece.model with huggingface_hub 5 days ago
  • tokenizer_config.json
    20.6 kB
    Upload tokenizer/tokenizer_config.json with huggingface_hub 5 days ago