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

  • Log In
  • Sign Up

HyHorX
/
AlphaGen-v1-preview

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

Instructions to use HyHorX/AlphaGen-v1-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use HyHorX/AlphaGen-v1-preview with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("HyHorX/AlphaGen-v1-preview", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
AlphaGen-v1-preview
17.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
HARRY07979's picture
HARRY07979
Update model_config.json
0ac2ad2 verified 20 days ago
  • diffusion_model
    Delete diffusion_model/image.png 28 days ago
  • vision_language_model
    Delete vision_language_model/README.md 28 days ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 28 days ago
  • README.md
    237 Bytes
    Update README.md 20 days ago
  • alpha_gen_pipeline.py
    6.7 kB
    Rename pipeline.py to alpha_gen_pipeline.py 20 days ago
  • model_config.json
    277 Bytes
    Update model_config.json 20 days ago
  • pipeline.py
    2.33 kB
    Create pipeline.py 20 days ago