Instructions to use glif-loradex-trainer/AP123_flux_dev_gpu_poor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif-loradex-trainer/AP123_flux_dev_gpu_poor 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/AP123_flux_dev_gpu_poor") prompt = "wounded centaur, mythical creature gr4ph1c-4rt" 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
|
@@ -24,6 +24,7 @@ widget:
|
|
| 24 |
url: https://huggingface.co/glif-loradex-trainer/AP123_flux_dev_gpu_poor/resolve/main/samples/1726950628175__000003000_2.jpg
|
| 25 |
text: silver vampire sword gr4ph1c-4rt
|
| 26 |
trigger: gr4ph1c-4rt
|
|
|
|
| 27 |
---
|
| 28 |
# flux_dev_gpu_poor
|
| 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 `AP123`.
|
|
|
|
| 24 |
url: https://huggingface.co/glif-loradex-trainer/AP123_flux_dev_gpu_poor/resolve/main/samples/1726950628175__000003000_2.jpg
|
| 25 |
text: silver vampire sword gr4ph1c-4rt
|
| 26 |
trigger: gr4ph1c-4rt
|
| 27 |
+
instance_prompt: gr4ph1c-4rt
|
| 28 |
---
|
| 29 |
# flux_dev_gpu_poor
|
| 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 `AP123`.
|