Instructions to use DeverStyle/Ideogram-4.0-Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeverStyle/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("DeverStyle/Ideogram-4.0-Loras") prompt = "Arcane samples" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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("DeverStyle/Ideogram-4.0-Loras")
prompt = "Arcane samples"
image = pipe(prompt).images[0]Ideogram 4.0 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
- Arcane samples
Arcane style (experimental, no characters)
Add the trigger word arcvfx 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": "cinematic, atmospheric",
"lighting": "dramatic directional lighting",
"medium": "animation",
"art_style": "arcvfx"
}
...
}
Other examples:
"aesthetics":"moody, cinematic, atmospheric","lighting"
"aesthetics":"stylized, colorful, cinematic"
"aesthetics":"moody, cold, atmospheric"
"aesthetics":"cinematic, ethereal, moody"
"art_style":"arcvfx, stylized digital illustration with clean lines and soft gradients"
"art_style":"arcvfx, stylized digital art with detailed textures and painterly finishes"
"art_style":"arcvfx, modern 2D animation style with clean lines and painterly shading"
"art_style":"arcvfx, hyper-realistic CGI"
Download model
Download them 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.
- Downloads last month
- 40
Model tree for DeverStyle/Ideogram-4.0-Loras
Base model
ideogram-ai/ideogram-4-fp8