Instructions to use glif-loradex-trainer/fabian3000_ethereal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif-loradex-trainer/fabian3000_ethereal 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("glif-loradex-trainer/fabian3000_ethereal") prompt = "wounded centaur, mythical creature etheral style photography" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update metadata with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,6 +24,7 @@ widget:
|
|
| 24 |
url: https://huggingface.co/glif-loradex-trainer/fabian3000_ethereal/resolve/main/samples/1727364320974__000001000_2.jpg
|
| 25 |
text: silver vampire sword etheral style photography
|
| 26 |
trigger: etheral style photography
|
|
|
|
| 27 |
---
|
| 28 |
# ethereal
|
| 29 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `fabian3000`.
|
|
|
|
| 24 |
url: https://huggingface.co/glif-loradex-trainer/fabian3000_ethereal/resolve/main/samples/1727364320974__000001000_2.jpg
|
| 25 |
text: silver vampire sword etheral style photography
|
| 26 |
trigger: etheral style photography
|
| 27 |
+
instance_prompt: etheral style photography
|
| 28 |
---
|
| 29 |
# ethereal
|
| 30 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `fabian3000`.
|