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
File size: 2,193 Bytes
05233f3 144875e 05233f3 b275cdb 80b9220 05233f3 3f4541d 80b9220 b275cdb 80b9220 05233f3 55d7fc8 05233f3 3f4541d 05233f3 3f4541d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: samples/arcane.png
text: 'Arcane samples'
base_model: ideogram-ai/ideogram-4-fp8
instance_prompt: null
---
# 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](https://www.reddit.com/r/StableDiffusion/comments/1tysann/workflow_ideogram4_with_lora_support_fixes/)
<Gallery />
### 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:
```json
{
...
"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](/DeverStyle/Ideogram-4.0-Loras/tree/main) 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.
|