Instructions to use furaidosu/enjuto-qwen-image-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/enjuto-qwen-image-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("furaidosu/enjuto-qwen-image-lora") prompt = "a man and a woman dressed in formal clothes standing in a forest surrounded by candles" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Choquinlabs commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,6 @@ tags:
|
|
| 7 |
- fal
|
| 8 |
base_model:
|
| 9 |
- Qwen/Qwen-Image
|
| 10 |
-
instance_prompt: null
|
| 11 |
license: other
|
| 12 |
pipeline_tag: text-to-image
|
| 13 |
---
|
|
@@ -23,8 +22,7 @@ pipeline_tag: text-to-image
|
|
| 23 |
|
| 24 |
## Trigger words
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
|
| 29 |
## Download model
|
| 30 |
|
|
|
|
| 7 |
- fal
|
| 8 |
base_model:
|
| 9 |
- Qwen/Qwen-Image
|
|
|
|
| 10 |
license: other
|
| 11 |
pipeline_tag: text-to-image
|
| 12 |
---
|
|
|
|
| 22 |
|
| 23 |
## Trigger words
|
| 24 |
|
| 25 |
+
No trigger words.
|
|
|
|
| 26 |
|
| 27 |
## Download model
|
| 28 |
|