Instructions to use Comfy-Org/JoyAI-Image-Edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/JoyAI-Image-Edit with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide
#2
by Lexius - opened
README.md
CHANGED
|
@@ -18,15 +18,15 @@ Original model repository: https://huggingface.co/jdopensource/JoyAI-Image-Edit-
|
|
| 18 |
|
| 19 |
Place the files in the following folders:
|
| 20 |
|
| 21 |
-
```
|
| 22 |
π ComfyUI/
|
| 23 |
βββ π models/
|
| 24 |
β βββ π diffusion_models/
|
| 25 |
-
β β βββ
|
| 26 |
-
β β βββ
|
| 27 |
β βββ π text_encoders/
|
| 28 |
-
β β βββ
|
| 29 |
-
β β βββ
|
| 30 |
-
|
| 31 |
-
|
| 32 |
```
|
|
|
|
| 18 |
|
| 19 |
Place the files in the following folders:
|
| 20 |
|
| 21 |
+
```text
|
| 22 |
π ComfyUI/
|
| 23 |
βββ π models/
|
| 24 |
β βββ π diffusion_models/
|
| 25 |
+
β β βββ joyai_image_edit_bf16.safetensors
|
| 26 |
+
β β βββ joyai_image_edit_int8_convrot.safetensors
|
| 27 |
β βββ π text_encoders/
|
| 28 |
+
β β βββ qwen3vl_8b_joyimage_edit_bf16.safetensors
|
| 29 |
+
β β βββ qwen3vl_8b_joyimage_edit_int8_convrot.safetensors
|
| 30 |
+
β βββ π vae/
|
| 31 |
+
β β βββ wan_2.1_vae.safetensors
|
| 32 |
```
|