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

AbstractPhil
/
geolip-sdxl-aleph

Text-to-Image
Diffusers
Safetensors
English
stable-diffusion-xl
lora
rectified-flow
flow-matching
geometric-deep-learning
qwen
aleph
geolip
experimental
Model card Files Files and versions
xet
Community

Instructions to use AbstractPhil/geolip-sdxl-aleph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AbstractPhil/geolip-sdxl-aleph with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("AbstractPhil/geolip-sdxl-aleph")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
geolip-sdxl-aleph
Ctrl+K
Ctrl+K
  • 1 contributor
History: 277 commits
AbstractPhil's picture
AbstractPhil
Update README.md
ca71335 verified 23 days ago
  • phase0_prelim
    Move phase0 prelim files into phase0_prelim/ 27 days ago
  • phase_0
    Upload folder using huggingface_hub 26 days ago
  • phase_0_fid_score
    Upload phase_0_fid_score/SUMMARY.md with huggingface_hub 26 days ago
  • phase_1
    Upload folder using huggingface_hub 23 days ago
  • .gitattributes
    464 kB
    Upload folder using huggingface_hub 23 days ago
  • README.md
    17.6 kB
    Update README.md 23 days ago
  • aleph_trainer_prelim_test.py
    25.2 kB
    Rename aleph_trainer.py to aleph_trainer_prelim_test.py 28 days ago
  • frame_procrustes.py
    18.8 kB
    Create frame_procrustes.py 28 days ago
  • phase_0_fid_scoring_mechanism.py
    41.7 kB
    Create phase_0_fid_scoring_mechanism.py 26 days ago
  • test_colab_phase_1.py
    11.5 kB
    Update test_colab_phase_1.py 24 days ago
  • trainer_lora_sweep.py
    38.9 kB
    Create trainer_lora_sweep.py 27 days ago