Instructions to use lrzjason/QwenEdit-Anything2Real_Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lrzjason/QwenEdit-Anything2Real_Alpha 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("lrzjason/QwenEdit-Anything2Real_Alpha") prompt = "Turn this cat into a dog" 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 (Small Fix)
#3
by qpqpqpqpqpqp - opened
README.md
CHANGED
|
@@ -49,9 +49,9 @@ I'd love to see what you create with Anything2Real! Please share your results an
|
|
| 49 |
|
| 50 |
|
| 51 |
## Contact
|
| 52 |
-
Feel free to reach out via any of the following channels:
|
| 53 |
-
Twitter: @Lrzjason
|
| 54 |
-
Email: lrzjason@gmail.com
|
| 55 |
-
QQ Group: 866612947
|
| 56 |
-
WeChat ID: fkdeai
|
| 57 |
CivitAI: xiaozhijason
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
## Contact
|
| 52 |
+
Feel free to reach out via any of the following channels:
|
| 53 |
+
Twitter: @Lrzjason
|
| 54 |
+
Email: lrzjason@gmail.com
|
| 55 |
+
QQ Group: 866612947
|
| 56 |
+
WeChat ID: fkdeai
|
| 57 |
CivitAI: xiaozhijason
|