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
|
@@ -15,15 +15,12 @@ instance_prompt: null
|
|
| 15 |
# Ideogram 4.0 LORAs
|
| 16 |
|
| 17 |
To be used with the Ideogram 4.0 model.
|
|
|
|
| 18 |
|
| 19 |
<Gallery />
|
| 20 |
|
| 21 |
-
## Model description
|
| 22 |
|
| 23 |
-
|
| 24 |
-
<Gallery />
|
| 25 |
-
|
| 26 |
-
#### Arcane style (experimental, no characters)
|
| 27 |
|
| 28 |
Add the trigger word `arcvfx` in the art_style section of the style description, to be used in combination with appropriate aesthetics and mediums, for example:
|
| 29 |
|
|
@@ -41,7 +38,10 @@ Add the trigger word `arcvfx` in the art_style section of the style description,
|
|
| 41 |
```
|
| 42 |
|
| 43 |
|
| 44 |
-
## Download model
|
| 45 |
|
| 46 |
|
| 47 |
[Download](/DeverStyle/Ideogram-4.0-Loras/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Ideogram 4.0 LORAs
|
| 16 |
|
| 17 |
To be used with the Ideogram 4.0 model.
|
| 18 |
+
As this model is quite new things are still experimental
|
| 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, for example:
|
| 26 |
|
|
|
|
| 38 |
```
|
| 39 |
|
| 40 |
|
| 41 |
+
### Download model
|
| 42 |
|
| 43 |
|
| 44 |
[Download](/DeverStyle/Ideogram-4.0-Loras/tree/main) them in the Files & versions tab.
|
| 45 |
+
|
| 46 |
+
#### Disclaimer and Important notes
|
| 47 |
+
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.
|