Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

fspecii
/
anm

Text-to-Image
Diffusers
flux
lora
template:sd-lora
fluxgym
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use fspecii/anm 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("fspecii/anm")
    
    prompt = "anm amb in park"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
anm
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
fspecii's picture
fspecii
Delete anm-000012.safetensors
0c14bfa verified 10 months ago
  • sample
    Upload folder using huggingface_hub 10 months ago
  • .gitattributes
    3.8 kB
    Upload folder using huggingface_hub 10 months ago
  • README.md
    941 Bytes
    Upload folder using huggingface_hub 10 months ago
  • anm.safetensors
    39.8 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • dataset.toml
    252 Bytes
    Upload folder using huggingface_hub 10 months ago
  • sample_prompts.txt
    65 Bytes
    Upload folder using huggingface_hub 10 months ago
  • train.sh
    1.27 kB
    Upload folder using huggingface_hub 10 months ago