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

jmanhype
/
Ideogram-4.0-LoRAs

Text-to-Image
Diffusers
lora
ideogram4
style
vintage
film
industrial
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use jmanhype/Ideogram-4.0-LoRAs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jmanhype/Ideogram-4.0-LoRAs with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ideogram-ai/ideogram-4-fp8", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("jmanhype/Ideogram-4.0-LoRAs")
    
    prompt = "Ektachrome vintage film style showcase - 2x3 grid of examples"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Ideogram-4.0-LoRAs
220 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
jmanhype's picture
jmanhype
Update README.md
17ea9c0 verified 3 days ago
  • .gitattributes
    1.99 kB
    Upload example_godzilla.png with huggingface_hub 5 days ago
  • README.md
    2.99 kB
    Update README.md 3 days ago
  • atomic_img2img_small.png
    164 kB
    xet
    Upload atomic_img2img_small.png with huggingface_hub 5 days ago
  • atomic_txt2img_small.png
    202 kB
    xet
    Upload atomic_txt2img_small.png with huggingface_hub 5 days ago
  • ekta_showcase_2x3.png
    2.52 MB
    xet
    Upload ekta_showcase_2x3.png with huggingface_hub 5 days ago
  • ektachrome_style_v1.safetensors
    212 MB
    xet
    Initial commit: Ektachrome LoRA v1 README and config 5 days ago
  • ektachrome_with_step3000.png
    2.52 MB
    xet
    Upload ektachrome_with_step3000.png with huggingface_hub 5 days ago
  • example_dog.png
    1.57 MB
    xet
    Upload example_dog.png with huggingface_hub 5 days ago
  • example_dog_small.png
    204 kB
    xet
    Upload example_dog_small.png with huggingface_hub 5 days ago
  • example_godzilla.png
    733 kB
    xet
    Upload example_godzilla.png with huggingface_hub 5 days ago
  • example_godzilla_small.png
    116 kB
    xet
    Upload example_godzilla_small.png with huggingface_hub 5 days ago
  • train_ektachrome_style_v1.yaml
    2.81 kB
    Initial commit: Ektachrome LoRA v1 README and config 5 days ago