Instructions to use WiroAI/Rose-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WiroAI/Rose-Flux-LoRA 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("WiroAI/Rose-Flux-LoRA") prompt = "rosewiro, a young woman with silky black hair tied into a loose ponytail and striking green eyes. She wears a cozy beige sweater and jeans, sitting by a large window in a sunlit room. A steaming cup of tea rests in her hands as she gazes outside with a serene expression. Ultra-HD, realistic, with intricate details of her hair texture, soft lighting, and the peaceful ambiance of the room." image = pipe(prompt).images[0] - Transformers
How to use WiroAI/Rose-Flux-LoRA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WiroAI/Rose-Flux-LoRA", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,32 @@ license_name: flux-1-dev-non-commercial-license
|
|
| 24 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 25 |
---
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Model Details
|
| 28 |
|
| 29 |
### Model Description
|
|
|
|
| 24 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 25 |
---
|
| 26 |
|
| 27 |
+
<div align="center">
|
| 28 |
+
<img src="https://huggingface.co/WiroAI/wiroai-turkish-llm-9b/resolve/main/wiro_logo.png" width="15%" alt="Wiro AI" />
|
| 29 |
+
</div>
|
| 30 |
+
<hr>
|
| 31 |
+
<div align="center" style="line-height: 1;">
|
| 32 |
+
<a href="https://www.wiro.ai/" target="_blank" style="margin: 2px;">
|
| 33 |
+
<img alt="Homepage" src="https://huggingface.co/WiroAI/wiroai-turkish-llm-9b/resolve/main/homepage.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 34 |
+
</a>
|
| 35 |
+
<a href="https://huggingface.co/WiroAI" target="_blank" style="margin: 2px;">
|
| 36 |
+
<img alt="Hugging Face" src="https://huggingface.co/WiroAI/wiroai-turkish-llm-9b/resolve/main/huggingface.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 37 |
+
</a>
|
| 38 |
+
</div>
|
| 39 |
+
<div align="center" style="line-height: 1;">
|
| 40 |
+
<a href="https://instagram.com/wiroai" target="_blank" style="margin: 2px;">
|
| 41 |
+
<img alt="Instagram Follow" src="https://img.shields.io/badge/Instagram-wiroai-555555?logo=instagram&logoColor=white&labelColor=E4405F" style="display: inline-block; vertical-align: middle;"/>
|
| 42 |
+
</a>
|
| 43 |
+
<a href="https://x.com/wiroai" target="_blank" style="margin: 2px;">
|
| 44 |
+
<img alt="X Follow" src="https://img.shields.io/badge/X-wiroai-555555?logo=x&logoColor=white&labelColor=000000" style="display: inline-block; vertical-align: middle;"/>
|
| 45 |
+
</a>
|
| 46 |
+
</div>
|
| 47 |
+
<div align="center" style="line-height: 1;">
|
| 48 |
+
<a href="https://wiro.ai/agreement/terms-of-service" style="margin: 2px;">
|
| 49 |
+
<img alt="License" src="https://img.shields.io/badge/License-apache 2.0-f5de53?&color=f5de53" style="display: inline-block; vertical-align: middle;"/>
|
| 50 |
+
</a>
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
## Model Details
|
| 54 |
|
| 55 |
### Model Description
|