Instructions to use tarn59/character_turnaround_sheet_qwen_image_edit_2509 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tarn59/character_turnaround_sheet_qwen_image_edit_2509 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("tarn59/character_turnaround_sheet_qwen_image_edit_2509") prompt = "Character turnaround sheet" 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
Add 3 files
Browse files
character_turnaround_sheet_v2_qwen_image_edit_000000760.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f674d9024cced4c6e397c1b01a7c44176040d64ad9abb29cf489e0da02291a0
|
| 3 |
+
size 295146336
|
images/Screenshot 2025-11-22 at 1.55.53 PM.png
ADDED
|
Git LFS Details
|
images/Screenshot 2025-11-22 at 1.57.08 PM.png
ADDED
|
Git LFS Details
|