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

AlekseyCalvin
/
Akhmatova_Flux_LoRA_SilverAgePoets_v2_regularFluxD

Text-to-Image
Diffusers
English
flux
lora
replicate
image-generation
flux-diffusers
photo
realism
character
historical person
poetry
literature
history
archival
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Diffusers

    How to use AlekseyCalvin/Akhmatova_Flux_LoRA_SilverAgePoets_v2_regularFluxD 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("AlekseyCalvin/Akhmatova_Flux_LoRA_SilverAgePoets_v2_regularFluxD")
    
    prompt = "a close-up photo of AKHMATOVA"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Akhmatova_Flux_LoRA_SilverAgePoets_v2_regularFluxD
263 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
AlekseyCalvin's picture
AlekseyCalvin
Add generated example (#2)
463b934 verified over 1 year ago
  • images
    Add generated example (#2) over 1 year ago
  • .gitattributes
    1.68 kB
    Upload 4 files over 1 year ago
  • AkhmatovaV3_1.png
    1.7 MB
    xet
    Upload 4 files over 1 year ago
  • AkhmatovaV3_2.png
    1.22 MB
    xet
    Upload 4 files over 1 year ago
  • AkhmatovaV3_3.png
    1.71 MB
    xet
    Upload 4 files over 1 year ago
  • Akhmatova_Flux_LoRA_SilverAgePoets_v2.safetensors
    258 MB
    xet
    Upload 4 files over 1 year ago
  • README.md
    4.64 kB
    Add generated example (#2) over 1 year ago