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

Satyam-Singh
/
LLaVa-Imagine

Image-Text-to-Text
Diffusers
text-to-image
stable-diffusion
template:sd-lora
openskyml
llava
Model card Files Files and versions
xet
Community
1

Instructions to use Satyam-Singh/LLaVa-Imagine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Satyam-Singh/LLaVa-Imagine with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Satyam-Singh/LLaVa-Imagine", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a close up of a fire breathing pokemon figure, digital art, trending on polycount, real life charmander, sparks flying, photo-realistic unreal engine, pokemon in the wild"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
LLaVa-Imagine
Ctrl+K
Ctrl+K
  • 2 contributors
History: 27 commits
Satyam-Singh's picture
Satyam-Singh
Update README.md
f7c5904 verified over 1 year ago
  • images
    Upload 4 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 1.jpeg
    112 kB
    Rename 00002441-10291230.jpeg to 1.jpeg over 2 years ago
  • 2.jpg
    144 kB
    Rename c96a4147-b14d-4e71-8c08-e04c31c8be18.jpg to 2.jpg over 2 years ago
  • 3.jpg
    73 kB
    Rename b7ad0f38-5d2a-48cd-b7d4-b94be1d23c40.jpg to 3.jpg over 2 years ago
  • 4.jpeg
    114 kB
    Rename 00002489-10291327.jpeg to 4.jpeg over 2 years ago
  • LLaVa-Imagine0.3-v2.safetensors
    685 MB
    xet
    Rename Dall-e_3_0.3-v2.safetensors to LLaVa-Imagine0.3-v2.safetensors over 2 years ago
  • README.md
    2.06 kB
    Update README.md over 1 year ago