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

  • Log In
  • Sign Up

IronFelix
/
vector001

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

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

  • Libraries
  • Diffusers

    How to use IronFelix/vector001 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("IronFelix/vector001")
    
    prompt = "vector001 A simple vector illustration of a female speaker in office clothes gives a report to a room with seated spectators. The speaker points to a white screen on which a bright financial histogram showing financial growth is visible.. black, white, cyan, <lora:vector001:1.5>"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
vector001
581 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
IronFelix's picture
IronFelix
Add 2 files
0c7f4d2 verified about 1 year ago
  • images
    Add 2 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • README.md
    974 Bytes
    initial commit about 1 year ago
  • vector001.safetensors
    580 MB
    xet
    Add 2 files about 1 year ago