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

1Cris
/
generative-ai-leader

Text-to-Image
Diffusers
Lora
flux
lora
fal
Model card Files Files and versions
xet
Community

Instructions to use 1Cris/generative-ai-leader with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use 1Cris/generative-ai-leader with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("1Cris/generative-ai-leader")
    
    prompt = "Crystal"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
generative-ai-leader
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
1Cris's picture
1Cris
Upload hlpvWkBrqzopjecZbuVIA_pytorch_lora_weights_sdxl.safetensors
599ddd5 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    774 Bytes
    initial commit 7 months ago
  • adapter_config.json
    236 Bytes
    Create adapter_config.json 7 months ago
  • config.json
    255 Bytes
    Create config.json 6 months ago
  • convert_lora.py
    673 Bytes
    Create convert_lora.py 6 months ago
  • generative-ai-leader.safetensors
    89.7 MB
    xet
    Add generative-ai-leader.safetensors 7 months ago
  • hlpvWkBrqzopjecZbuVIA_pytorch_lora_weights.safetensors
    89.7 MB
    xet
    Upload hlpvWkBrqzopjecZbuVIA_pytorch_lora_weights.safetensors 6 months ago
  • hlpvWkBrqzopjecZbuVIA_pytorch_lora_weights_sdxl.safetensors
    89.7 MB
    xet
    Upload hlpvWkBrqzopjecZbuVIA_pytorch_lora_weights_sdxl.safetensors 6 months ago