Instructions to use eggnog/Qwen-Edit-2509-Stereogram_LoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use eggnog/Qwen-Edit-2509-Stereogram_LoRa with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("eggnog/Qwen-Edit-2509-Stereogram_LoRa") prompt = "Make Stereogram" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- text-to-image
|
| 4 |
- lora
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
|
|
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
url: images/food.png
|
|
@@ -23,6 +23,7 @@ widget:
|
|
| 23 |
base_model: Qwen/Qwen-Image-Edit-2509
|
| 24 |
instance_prompt: Make Stereogram
|
| 25 |
license: mit
|
|
|
|
| 26 |
---
|
| 27 |
# Qwen-Edit-2509-Stereogram_LoRa
|
| 28 |
|
|
@@ -48,4 +49,4 @@ You should use `Make Stereogram` to trigger the image generation.
|
|
| 48 |
## Download model
|
| 49 |
|
| 50 |
|
| 51 |
-
[Download](/eggnog/Qwen-Edit-2509-Stereogram_LoRa/tree/main) them in the Files & versions tab.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
| 3 |
- lora
|
| 4 |
- diffusers
|
| 5 |
- template:diffusion-lora
|
| 6 |
+
- image-to-image
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
url: images/food.png
|
|
|
|
| 23 |
base_model: Qwen/Qwen-Image-Edit-2509
|
| 24 |
instance_prompt: Make Stereogram
|
| 25 |
license: mit
|
| 26 |
+
pipeline_tag: image-to-image
|
| 27 |
---
|
| 28 |
# Qwen-Edit-2509-Stereogram_LoRa
|
| 29 |
|
|
|
|
| 49 |
## Download model
|
| 50 |
|
| 51 |
|
| 52 |
+
[Download](/eggnog/Qwen-Edit-2509-Stereogram_LoRa/tree/main) them in the Files & versions tab.
|