Instructions to use flymy-ai/qwen-image-anime-irl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use flymy-ai/qwen-image-anime-irl-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("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("flymy-ai/qwen-image-anime-irl-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md (Small Fix)
Browse files
README.md
CHANGED
|
@@ -16,9 +16,9 @@ library_name: diffusers
|
|
| 16 |
---
|
| 17 |
## Anime in Real Life LoRA for Qwen-Image
|
| 18 |
|
| 19 |
-
LoRA model that transforms anime-style prompts into photorealistic images for [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image)
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
# 📝 Updates
|
| 24 |
|
|
@@ -74,7 +74,7 @@ image.save("output.png")
|
|
| 74 |
|
| 75 |
### 🖼️ Sample Outputs
|
| 76 |
|
| 77 |
-
Examples of anime characters transformed into photorealistic
|
| 78 |
|
| 79 |
## 🎛️ Using with ComfyUI
|
| 80 |
|
|
|
|
| 16 |
---
|
| 17 |
## Anime in Real Life LoRA for Qwen-Image
|
| 18 |
|
| 19 |
+
LoRA model that transforms anime-style prompts into photorealistic images, for [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image)
|
| 20 |
|
| 21 |
+
Trigger word: **"Real life anime"**
|
| 22 |
|
| 23 |
# 📝 Updates
|
| 24 |
|
|
|
|
| 74 |
|
| 75 |
### 🖼️ Sample Outputs
|
| 76 |
|
| 77 |
+
Examples of anime characters transformed into photorealistic ones:
|
| 78 |
|
| 79 |
## 🎛️ Using with ComfyUI
|
| 80 |
|