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
/
ASSA_lora

Text-to-Image
Diffusers
English
FluxPipeline
template:sd-lora
flux
lora
flux dev
image-generation
photo
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Diffusers

    How to use AlekseyCalvin/ASSA_lora 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/ASSA_lora")
    
    prompt = "movie cover"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ASSA_lora
348 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
AlekseyCalvin's picture
AlekseyCalvin
Add generated example (#5)
ea7f626 verified over 1 year ago
  • images
    Add generated example (#5) over 1 year ago
  • .gitattributes
    1.57 kB
    Upload assa4.png over 1 year ago
  • ASSAtitle.jpg
    886 kB
    Upload ASSAtitle.jpg over 1 year ago
  • README.md
    4.11 kB
    Add generated example (#5) over 1 year ago
  • assa1.jpg
    68.1 kB
    Upload 2 files over 1 year ago
  • assa2.jpg
    162 kB
    Upload 2 files over 1 year ago
  • assa4.png
    1.15 MB
    xet
    Upload assa4.png over 1 year ago
  • assa_model_000002000.safetensors
    172 MB
    xet
    Upload 3 files over 1 year ago
  • config.yaml
    2.86 kB
    Upload 3 files over 1 year ago
  • model_index.json
    535 Bytes
    Create model_index.json over 1 year ago
  • optimizer.pt

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.ByteStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    173 MB
    xet
    Upload 3 files over 1 year ago