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
21.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
FreeAi1111's picture
FreeAi1111
Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub
c7fb7b7 verified 5 days ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub 5 days ago
  • text_encoder
    Upload text_encoder/model.safetensors.index.json with huggingface_hub 5 days ago
  • tokenizer
    Upload tokenizer/tokenizer_config.json with huggingface_hub 5 days ago
  • transformer
    Upload transformer/diffusion_pytorch_model.safetensors.index.json with huggingface_hub 5 days ago
  • vae
    Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • LICENSE
    5.7 kB
    Upload LICENSE with huggingface_hub 5 days ago
  • README.md
    19.5 kB
    Upload README.md with huggingface_hub 5 days ago
  • README_zh.md
    18.5 kB
    Upload README_zh.md with huggingface_hub 5 days ago
  • configuration.json
    56 Bytes
    Upload configuration.json with huggingface_hub 5 days ago
  • model_index.json
    411 Bytes
    Upload model_index.json with huggingface_hub 5 days ago