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

AlekseyCalvin
/
MayakArt

Text-to-Image
Diffusers
English
flux
lora
replicate
image-generation
flux-diffusers
schnell
photo
Mayakovsky
art
poster
realism
character
historical person
poetry
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use AlekseyCalvin/MayakArt 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/MayakArt")
    
    prompt = "MAYAK style drawing of politician saying /I AM CORRUPT!/, Constructivist cartoon poster"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
MayakArt
347 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
AlekseyCalvin's picture
AlekseyCalvin
Add generated example (#1)
4e77844 verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • MAYAKArt_ver1.safetensors
    344 MB
    xet
    Rename lora.safetensors to MAYAKArt_ver1.safetensors almost 2 years ago
  • MayakArtsV1.webp
    447 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_2.webp
    401 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_3.webp
    563 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_4.webp
    559 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_5.webp
    492 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_6.webp
    463 kB
    Upload 7 files almost 2 years ago
  • MayakArtsV1_7.webp
    280 kB
    Upload 7 files almost 2 years ago
  • README.md
    4.45 kB
    Add generated example (#1) over 1 year ago
  • config.yaml
    1.36 kB
    Upload folder using huggingface_hub almost 2 years ago