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

amanfor18
/
Ahsaas

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use amanfor18/Ahsaas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use amanfor18/Ahsaas with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("amanfor18/Ahsaas")
    
    prompt = "Ahsaas"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Ahsaas / images
144 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
amanfor18's picture
amanfor18
Add generated example (#1)
3c6886c verified about 1 year ago
  • 39b2306948f03aa06232492d38288663_high.webp
    107 kB
    xet
    Add 2 files about 1 year ago
  • example_nlajhc78s.png
    37.7 kB
    xet
    Add generated example (#1) about 1 year ago