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", dtype="auto", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,6 +35,9 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
| 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;">
|
|
|
|
| 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 |
+
<a href="https://civitai.com/user/wiroai" target="_blank" style="margin: 2px;">
|
| 39 |
+
<img alt="CivitAI" src="https://huggingface.co/WiroAI/pokemon-flux-lora/resolve/main/civitai.svg" style="display: inline-block; vertical-align: middle;"/>
|
| 40 |
+
</a>
|
| 41 |
</div>
|
| 42 |
<div align="center" style="line-height: 1;">
|
| 43 |
<a href="https://instagram.com/wiroai" target="_blank" style="margin: 2px;">
|