Instructions to use furaidosu/panorama-qwen-image-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/panorama-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/panorama-qwen-image-lora") prompt = "a mad scientist laboratory interior" 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
|
@@ -11,12 +11,42 @@ inference:
|
|
| 11 |
parameters:
|
| 12 |
width: 1024
|
| 13 |
height: 1024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# fisheye_v3-qwen-image-lora
|
| 17 |
|
| 18 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 19 |
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
## Trigger words
|
|
|
|
| 11 |
parameters:
|
| 12 |
width: 1024
|
| 13 |
height: 1024
|
| 14 |
+
|
| 15 |
+
widget:
|
| 16 |
+
- text: >-
|
| 17 |
+
a mad scientist laboratory interior
|
| 18 |
+
output:
|
| 19 |
+
url: images/1.png
|
| 20 |
+
|
| 21 |
+
- text: >-
|
| 22 |
+
a restaurant kitchen interior
|
| 23 |
+
output:
|
| 24 |
+
url: images/3.png
|
| 25 |
+
|
| 26 |
+
- text: >-
|
| 27 |
+
a small street at Mikonos, greece
|
| 28 |
+
output:
|
| 29 |
+
url: images/4.png
|
| 30 |
+
|
| 31 |
+
- text: >-
|
| 32 |
+
cartoon style illustration of a tv studio
|
| 33 |
+
output:
|
| 34 |
+
url: images/5.png
|
| 35 |
+
|
| 36 |
+
- text: >-
|
| 37 |
+
cartoon style illustration of a tv studio. There is a big quiz show set. There are color lights. Many cameras are pointing to the main stage.
|
| 38 |
+
output:
|
| 39 |
+
url: images/6.png
|
| 40 |
+
|
| 41 |
+
|
| 42 |
---
|
| 43 |
|
| 44 |
# fisheye_v3-qwen-image-lora
|
| 45 |
|
| 46 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 47 |
|
| 48 |
+
# Gallery
|
| 49 |
+
<Gallery />
|
| 50 |
|
| 51 |
|
| 52 |
## Trigger words
|