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

  • Log In
  • Sign Up

KappaNeuro
/
dixit-card-generator

Text-to-Image
Diffusers
stable-diffusion
lora
card
style
game
boardgame
Model card Files Files and versions
xet
Community

Instructions to use KappaNeuro/dixit-card-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use KappaNeuro/dixit-card-generator with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("KappaNeuro/dixit-card-generator")
    
    prompt = "Dixit Card Generator - Bird Card,Framed with shades of deep blues and light sky blues, symbolizing the boundless sky, the Bird Card showcases a vibrant bird in flight. Its opulent feathers spread wide, and its sharp gaze is set on the next target, exuding an air of unpredictability. Upon playing this card, the subsequent player is challenged to draw two cards, representing the potential threats a bird can pose to newly sown seeds."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dixit-card-generator
229 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
multimodalart's picture
multimodalart HF Staff
Upload folder using huggingface_hub
bc83dbb over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 2322059.jpeg
    41.1 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322061.jpeg
    46.8 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322063.jpeg
    51.1 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322065.jpeg
    54.2 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322066.jpeg
    48.9 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322090.jpeg
    42.2 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322095.jpeg
    51.8 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322096.jpeg
    44.1 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322104.jpeg
    40.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • 2322112.jpeg
    41.9 kB
    Upload folder using huggingface_hub over 2 years ago
  • Dixit Card Generator.safetensors
    228 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    6.08 kB
    Upload folder using huggingface_hub over 2 years ago