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

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 about 1 month ago
  • diffusion_model
    Delete diffusion_model/image.png about 1 month ago
  • vision_language_model
    Delete vision_language_model/README.md about 1 month ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    237 Bytes
    Update README.md about 1 month ago
  • alpha_gen_pipeline.py
    6.7 kB
    Rename pipeline.py to alpha_gen_pipeline.py about 1 month ago
  • model_config.json
    277 Bytes
    Update model_config.json about 1 month ago
  • pipeline.py
    2.33 kB
    Create pipeline.py about 1 month ago