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

makiear
/
ideogram-nonsafe-work-merged

Text-to-Image
Diffusers
Safetensors
Ideogram4Pipeline
image-generation
diffusion
flow-matching
dit
ideogram
Model card Files Files and versions
xet
Community

Instructions to use makiear/ideogram-nonsafe-work-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use makiear/ideogram-nonsafe-work-merged with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("makiear/ideogram-nonsafe-work-merged", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ideogram-nonsafe-work-merged
42.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
makiear's picture
makiear
Rename transformer weights to diffusion_pytorch_model.safetensors
aeb7674 verified 21 days ago
  • assets
    Copy assets/samples/collage_landscape.jpg from original 27 days ago
  • scheduler
    Copy scheduler/scheduler_config.json from original 27 days ago
  • text_encoder
    Copy text_encoder/model.safetensors from original 27 days ago
  • tokenizer
    Copy tokenizer/tokenizer_config.json from original 27 days ago
  • transformer
    Rename transformer weights to diffusion_pytorch_model.safetensors 21 days ago
  • unconditional_transformer
    Add unconditional_transformer/model.safetensors 27 days ago
  • vae
    Copy vae/diffusion_pytorch_model.safetensors from original 27 days ago
  • .gitattributes
    2.09 kB
    Copy .gitattributes from original 27 days ago
  • LICENSE.md
    13.6 kB
    Copy LICENSE.md from original 27 days ago
  • README.md
    20.2 kB
    Copy README.md from original 27 days ago
  • model_index.json
    558 Bytes
    Copy model_index.json from original 27 days ago