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 LoRA Collection
๐ง Free 5-page LoRA training guide โ https://batmanosama.kit.com/9fee60068c
A curated collection of style LoRAs trained on Ideogram 4.0. This repository will be regularly updated with new aesthetic styles and specialized LoRAs.
To be used with the Ideogram 4.0 model. As this model is quite new, things are still experimental.
If you're looking for a ComfyUI workflow for Ideogram with lora support checkout this Reddit post

- Prompt
- Ektachrome vintage film style showcase - 2x3 grid of examples

- Prompt
- Atomic era industrial documentation - img2img generation

- Prompt
- Vintage nuclear test site - txt2img generation
Available LoRAs
Ektachrome Style v1 (vintage 1960s/70s Kodak Ektachrome film aesthetic)
Add the trigger word ektachrome in the art_style section of the style description, to be used in combination with appropriate aesthetics and mediums. All samples are generated with the following style_description:
{
...
"style_description": {
"aesthetics": "Desolate, industrial, stark",
"lighting": "Bright, direct overhead sunlight",
"medium": "Photograph",
"photo": "Photograph. Film grain visible. Wide-angle.",
"art_style": "ektachrome"
}
...
}
Other examples:
"aesthetics":"Desolate, industrial, stark"
"aesthetics":"Moody, cinematic, atmospheric"
"aesthetics":"Stylized, colorful, cinematic"
"aesthetics":"Cold, scientific, archival"
"aesthetics":"Vintage, 1960s, Kodachrome-like"
"art_style":"ektachrome, vintage 1960s Kodak Ektachrome film emulation"
"art_style":"ektachrome, industrial documentation style with heavy film grain"
"art_style":"ektachrome, archival scientific photography with faded colors"
"art_style":"ektachrome, military test site documentation aesthetic"
Download model
Download ektachrome_style_v1.safetensors in the Files & versions tab.
Disclaimer and Important notes
The LoRAs in this repository are created for research purposes only and are not intended for commercial use. Some are based on TV series which are protected by copyright. Users utilize these models at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The models have been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of these models. no more no less
- Downloads last month
- 176
Model tree for jmanhype/Ideogram-4.0-LoRAs
Base model
ideogram-ai/ideogram-4-fp8