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

ehristoforu
/
dalle-3-xl

Text-to-Image
Diffusers
English
French
Russian
stable-diffusion
lora
dalle-3
dalle
deepvision
template:sd-lora
openskyml
Model card Files Files and versions
xet
Community
5

Instructions to use ehristoforu/dalle-3-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ehristoforu/dalle-3-xl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/juggernaut-xl-v5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ehristoforu/dalle-3-xl")
    
    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
  • Local Apps
  • Draw Things
  • DiffusionBee
dalle-3-xl
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
ehristoforu's picture
ehristoforu
Rename Dall-e_3_0.3-v2.safetensors to dalle-3-xl-lora-v1.safetensors
0259dca verified about 2 years ago
  • images
    Upload 2 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    2.26 kB
    Update README.md over 2 years ago
  • dalle-3-xl-lora-v1.safetensors
    685 MB
    xet
    Rename Dall-e_3_0.3-v2.safetensors to dalle-3-xl-lora-v1.safetensors about 2 years ago