Lexius commited on
Commit
272e47a
Β·
1 Parent(s): e9e85de

Add ComfyUI model installation guide (#24)

Browse files

- Add ComfyUI model installation guide (0d071c72ac684dd5052859383828ccd9d521da10)
- Normalize README folder tree formatting (76a7029a07eb8f93c0a5dd875bdbf5c94a0bddfd)

Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -5,9 +5,46 @@ tags:
5
  - comfyui
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ## LoRA model source
9
  - Qwen-Image-Edit-2509-Light-Migration.safetensors from [dx8152/Qwen-Edit-2509-Light-Migration](https://huggingface.co/dx8152/Qwen-Edit-2509-Light-Migration/)
10
  - Qwen-Edit-2509-Multiple-angles.safetensors from [dx8152/Qwen-Edit-2509-Multiple-angles](https://huggingface.co/dx8152/Qwen-Edit-2509-Multiple-angles)
11
  - Qwen-Image-Edit-2509-Relight.safetensors from [dx8152/Qwen-Image-Edit-2509-Fusion](https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Fusion)
12
  - Qwen-Image-Edit-2509-Relight.safetensors fromt [dx8152/Qwen-Image-Edit-2509-Relight](https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Relight)
13
- - Qwen-Image-Edit-2509-Anything2RealAlpha.safetensors from [lrzjason/QwenEdit-Anything2Real_Alpha](https://huggingface.co/lrzjason/QwenEdit-Anything2Real_Alpha/)
 
5
  - comfyui
6
  ---
7
 
8
+ # Qwen-Image Edit
9
+
10
+ Repackaged model files for ComfyUI.
11
+
12
+ Original model repository:
13
+
14
+ - https://huggingface.co/dx8152/Qwen-Edit-2509-Light-Migration/
15
+ - https://huggingface.co/dx8152/Qwen-Edit-2509-Multiple-angles
16
+ - https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Fusion
17
+ - https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Relight
18
+ - https://huggingface.co/lrzjason/QwenEdit-Anything2Real_Alpha/
19
+
20
+ Place the files in the following folders:
21
+
22
+ ```
23
+ πŸ“‚ ComfyUI/
24
+ β”œβ”€β”€ πŸ“‚ models/
25
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
26
+ β”‚ β”‚ β”œβ”€β”€ firered_image_edit_1.0_bf16.safetensors
27
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2509_bf16.safetensors
28
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2509_fp8_e4m3fn.safetensors
29
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2509_fp8mixed.safetensors
30
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2511_bf16.safetensors
31
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2511_fp8mixed.safetensors
32
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_2511_int8_convrot.safetensors
33
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_edit_bf16.safetensors
34
+ β”‚ β”‚ └── qwen_image_edit_fp8_e4m3fn.safetensors
35
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
36
+ β”‚ β”‚ β”œβ”€β”€ Qwen-Edit-2509-Multiple-angles.safetensors
37
+ β”‚ β”‚ β”œβ”€β”€ Qwen-Image-Edit-2509-Anything2RealAlpha.safetensors
38
+ β”‚ β”‚ β”œβ”€β”€ Qwen-Image-Edit-2509-Fusion.safetensors
39
+ β”‚ β”‚ β”œβ”€β”€ Qwen-Image-Edit-2509-Light-Migration.safetensors
40
+ β”‚ β”‚ β”œβ”€β”€ Qwen-Image-Edit-2509-Relight.safetensors
41
+ β”‚ β”‚ └── Qwen-Image-Edit-2509-White_to_Scene.safetensors
42
+ ```
43
+
44
+ ---
45
  ## LoRA model source
46
  - Qwen-Image-Edit-2509-Light-Migration.safetensors from [dx8152/Qwen-Edit-2509-Light-Migration](https://huggingface.co/dx8152/Qwen-Edit-2509-Light-Migration/)
47
  - Qwen-Edit-2509-Multiple-angles.safetensors from [dx8152/Qwen-Edit-2509-Multiple-angles](https://huggingface.co/dx8152/Qwen-Edit-2509-Multiple-angles)
48
  - Qwen-Image-Edit-2509-Relight.safetensors from [dx8152/Qwen-Image-Edit-2509-Fusion](https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Fusion)
49
  - Qwen-Image-Edit-2509-Relight.safetensors fromt [dx8152/Qwen-Image-Edit-2509-Relight](https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Relight)
50
+ - Qwen-Image-Edit-2509-Anything2RealAlpha.safetensors from [lrzjason/QwenEdit-Anything2Real_Alpha](https://huggingface.co/lrzjason/QwenEdit-Anything2Real_Alpha/)