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
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,15 +14,16 @@ instance_prompt: null
|
|
| 14 |
---
|
| 15 |
# Ideogram 4.0 LORAs
|
| 16 |
|
| 17 |
-
To be used with the Ideogram 4.0 model.
|
| 18 |
-
|
|
|
|
| 19 |
|
| 20 |
<Gallery />
|
| 21 |
|
| 22 |
|
| 23 |
### Arcane style (experimental, no characters)
|
| 24 |
|
| 25 |
-
Add the trigger word `arcvfx` in the art_style section of the style description, to be used in combination with appropriate aesthetics and mediums
|
| 26 |
|
| 27 |
```json
|
| 28 |
{
|
|
|
|
| 14 |
---
|
| 15 |
# Ideogram 4.0 LORAs
|
| 16 |
|
| 17 |
+
To be used with the Ideogram 4.0 model. As this model is quite new, things are still experimental.
|
| 18 |
+
|
| 19 |
+
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/)
|
| 20 |
|
| 21 |
<Gallery />
|
| 22 |
|
| 23 |
|
| 24 |
### Arcane style (experimental, no characters)
|
| 25 |
|
| 26 |
+
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:
|
| 27 |
|
| 28 |
```json
|
| 29 |
{
|