Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Duplicated from  BestWishYsh/Helios-Base

jotham26
/
Helios-Base

Text-to-Video
Diffusers
Safetensors
English
HeliosPipeline
Model card Files Files and versions
xet
Community

Instructions to use jotham26/Helios-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jotham26/Helios-Base with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jotham26/Helios-Base", 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
Helios-Base
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
jotham26's picture
jotham26
BestWishYsh's picture
BestWishYsh
Duplicate from BestWishYsh/Helios-Base
838de53 about 2 months ago
  • scheduler
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • text_encoder
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • tokenizer
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • transformer
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • transformer_init
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • vae
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • .gitattributes
    2.17 kB
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • README.md
    31.4 kB
    Duplicate from BestWishYsh/Helios-Base about 2 months ago
  • model_index.json
    398 Bytes
    Duplicate from BestWishYsh/Helios-Base about 2 months ago