Instructions to use glif-loradex-trainer/maxxd4240_minimalistPastel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif-loradex-trainer/maxxd4240_minimalistPastel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("glif-loradex-trainer/maxxd4240_minimalistPastel") prompt = "wounded centaur, mythical creature minimalistPastel" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update metadata with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,14 +15,14 @@ tags:
|
|
| 15 |
- lora
|
| 16 |
widget:
|
| 17 |
- output:
|
| 18 |
-
url: samples/1727255690613__000002500_0.jpg
|
| 19 |
-
text: wounded centaur, mythical creature
|
| 20 |
- output:
|
| 21 |
-
url: samples/1727255715214__000002500_1.jpg
|
| 22 |
-
text: ruins of athens, snake
|
| 23 |
- output:
|
| 24 |
-
url: samples/1727255739813__000002500_2.jpg
|
| 25 |
-
text: silver vampire sword
|
| 26 |
trigger: minimalistPastel
|
| 27 |
---
|
| 28 |
# minimalistPastel
|
|
|
|
| 15 |
- lora
|
| 16 |
widget:
|
| 17 |
- output:
|
| 18 |
+
url: https://huggingface.co/glif-loradex-trainer/maxxd4240_minimalistPastel/resolve/main/samples/1727255690613__000002500_0.jpg
|
| 19 |
+
text: wounded centaur, mythical creature minimalistPastel
|
| 20 |
- output:
|
| 21 |
+
url: https://huggingface.co/glif-loradex-trainer/maxxd4240_minimalistPastel/resolve/main/samples/1727255715214__000002500_1.jpg
|
| 22 |
+
text: ruins of athens, snake minimalistPastel
|
| 23 |
- output:
|
| 24 |
+
url: https://huggingface.co/glif-loradex-trainer/maxxd4240_minimalistPastel/resolve/main/samples/1727255739813__000002500_2.jpg
|
| 25 |
+
text: silver vampire sword minimalistPastel
|
| 26 |
trigger: minimalistPastel
|
| 27 |
---
|
| 28 |
# minimalistPastel
|