Upload 11 files
Browse files- AmorousWanKisses.safetensors +3 -0
- I2V-jiggle_tits.safetensors +3 -0
- Wan2.1_I2V_14B_FusionX_LoRA.safetensors +3 -0
- Wan2GP.ipynb +66 -0
- jfj-deepthroat-v1.safetensors +3 -0
- nippleSuckWan_e40.safetensors +3 -0
- spanking_for_wan_v1_e128.safetensors +3 -0
- wan_cumshot_i2v.safetensors +3 -0
- wan_female_masturbation.safetensors +3 -0
- wan_i2v_fusionix_mm.json +38 -0
- wan_t2v_phantom_fusionix.json +37 -0
AmorousWanKisses.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07ddcf1ce84b7a1655bef7b66971c4474bdce315f075152959c9f63d12c53578
|
| 3 |
+
size 153454328
|
I2V-jiggle_tits.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2886ca4d278a2b236346ef1c79e26f09adf86d6fe1f0bc43bb04a86d6903abef
|
| 3 |
+
size 306807976
|
Wan2.1_I2V_14B_FusionX_LoRA.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eb5df85d5bc5fba32966de8b357c7643413219479605cc933412b60305c01f8
|
| 3 |
+
size 371128616
|
Wan2GP.ipynb
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
+
"id": "3da917aa-d675-42ea-9974-2dc76d3eb755",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"id": "3da917aa-d675-42ea-9974-2dc76d3eb755",
|
| 9 |
+
"scrolled": true
|
| 10 |
+
},
|
| 11 |
+
"outputs": [],
|
| 12 |
+
"source": [
|
| 13 |
+
"!git clone https://github.com/deepbeepmeep/Wan2GP.git\n",
|
| 14 |
+
"%cd Wan2GP\n",
|
| 15 |
+
"!pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124\n",
|
| 16 |
+
"!pip install -r requirements.txt\n",
|
| 17 |
+
"!pip install sageattention==1.0.6"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"cell_type": "code",
|
| 22 |
+
"execution_count": null,
|
| 23 |
+
"id": "aeefbb8c-da90-4b46-b6a7-9e51220e8195",
|
| 24 |
+
"metadata": {},
|
| 25 |
+
"outputs": [],
|
| 26 |
+
"source": [
|
| 27 |
+
"!mkdir -p ./ckpts/mask && wget -O ./ckpts/mask/sam_vit_h_4b8939_fp16.safetensors https://huggingface.co/DeepBeepMeep/Wan2.1/resolve/main/mask/sam_vit_h_4b8939_fp16.safetensors"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"cell_type": "code",
|
| 32 |
+
"execution_count": null,
|
| 33 |
+
"id": "0df98841-e97d-4449-a1e1-0f911bab1e4a",
|
| 34 |
+
"metadata": {},
|
| 35 |
+
"outputs": [],
|
| 36 |
+
"source": [
|
| 37 |
+
"!pip install flash-attn==2.7.2.post1\n",
|
| 38 |
+
"!python wgp.py --share"
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"metadata": {
|
| 43 |
+
"colab": {
|
| 44 |
+
"provenance": []
|
| 45 |
+
},
|
| 46 |
+
"kernelspec": {
|
| 47 |
+
"display_name": "Python 3 (ipykernel)",
|
| 48 |
+
"language": "python",
|
| 49 |
+
"name": "python3"
|
| 50 |
+
},
|
| 51 |
+
"language_info": {
|
| 52 |
+
"codemirror_mode": {
|
| 53 |
+
"name": "ipython",
|
| 54 |
+
"version": 3
|
| 55 |
+
},
|
| 56 |
+
"file_extension": ".py",
|
| 57 |
+
"mimetype": "text/x-python",
|
| 58 |
+
"name": "python",
|
| 59 |
+
"nbconvert_exporter": "python",
|
| 60 |
+
"pygments_lexer": "ipython3",
|
| 61 |
+
"version": "3.10.12"
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"nbformat": 4,
|
| 65 |
+
"nbformat_minor": 5
|
| 66 |
+
}
|
jfj-deepthroat-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57789e81227daafd51189fd7145eb80337dc3d8033953bc40aaaf5729bf57f87
|
| 3 |
+
size 269477240
|
nippleSuckWan_e40.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9808235a8e362da5ae87c7c7c44bc51d3c57f847e310b48907b1d4b1eb864278
|
| 3 |
+
size 306807976
|
spanking_for_wan_v1_e128.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4be4f36833d1b84045e440023afd8cb62a9e6993b389cf9f95078ab9b66ebc13
|
| 3 |
+
size 359257680
|
wan_cumshot_i2v.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e4269ba02bdceb0dc0f0f3f35eb84db6892b964fd453f370517c05340b34429
|
| 3 |
+
size 359257680
|
wan_female_masturbation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abe4560de57cdfbf131d9c3884cf3e83648948aeb41c4a073edd2e571652eea
|
| 3 |
+
size 306807976
|
wan_i2v_fusionix_mm.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model":
|
| 3 |
+
{
|
| 4 |
+
"name": "Wan image2video FusioniX 14B MM",
|
| 5 |
+
"architecture" : "i2v",
|
| 6 |
+
"description": "A powerful merged text-to-video model based on the original WAN 2.1 T2V model, enhanced using multiple open-source components and LoRAs to boost motion realism, temporal consistency, and expressive detail.",
|
| 7 |
+
"URLs": [
|
| 8 |
+
"https://huggingface.co/hdtrnk/FusioniX-All/resolve/main/Wan14Bi2vFusioniX_pure_fp16.safetensors",
|
| 9 |
+
"https://huggingface.co/hdtrnk/FusioniX-All/resolve/main/Wan14Bi2vFusioniX_pure_quanto_bf16_int8.safetensors",
|
| 10 |
+
"https://huggingface.co/hdtrnk/FusioniX-All/resolve/main/Wan14Bi2vFusioniX_pure_quanto_bf16_int8.safetensors"
|
| 11 |
+
],
|
| 12 |
+
"auto_quantize": true
|
| 13 |
+
},
|
| 14 |
+
"negative_prompt": "",
|
| 15 |
+
"prompt": "",
|
| 16 |
+
"resolution": "832x480",
|
| 17 |
+
"video_length": 81,
|
| 18 |
+
"seed": -1,
|
| 19 |
+
"num_inference_steps": 8,
|
| 20 |
+
"guidance_scale": 1,
|
| 21 |
+
"flow_shift": 5,
|
| 22 |
+
"embedded_guidance_scale": 6,
|
| 23 |
+
"repeat_generation": 1,
|
| 24 |
+
"multi_images_gen_type": 0,
|
| 25 |
+
"tea_cache_setting": 0,
|
| 26 |
+
"tea_cache_start_step_perc": 0,
|
| 27 |
+
"loras_multipliers": "",
|
| 28 |
+
"temporal_upsampling": "",
|
| 29 |
+
"spatial_upsampling": "",
|
| 30 |
+
"RIFLEx_setting": 0,
|
| 31 |
+
"slg_switch": 0,
|
| 32 |
+
"slg_start_perc": 10,
|
| 33 |
+
"slg_end_perc": 90,
|
| 34 |
+
"cfg_star_switch": 0,
|
| 35 |
+
"cfg_zero_step": -1,
|
| 36 |
+
"prompt_enhancer": "",
|
| 37 |
+
"activated_loras": []
|
| 38 |
+
}
|
wan_t2v_phantom_fusionix.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"name": "Wan text2video Phantom FusioniX 14B",
|
| 4 |
+
"architecture": "phantom_14B",
|
| 5 |
+
"description": "A 14-billion-parameter Phantom-flavoured text-to-video merge derived from WAN 2.1 T2V plus open-source LoRAs for richer motion and coherence.",
|
| 6 |
+
"URLs": [
|
| 7 |
+
"ckpts/Wan14BT2VFusioniX_Phantom_pure_fp16.safetensors"
|
| 8 |
+
],
|
| 9 |
+
"preload_URLs": [],
|
| 10 |
+
"modules": [],
|
| 11 |
+
"auto_quantize": false
|
| 12 |
+
},
|
| 13 |
+
"negative_prompt": "",
|
| 14 |
+
"prompt": "",
|
| 15 |
+
"resolution": "832x480",
|
| 16 |
+
"video_length": 81,
|
| 17 |
+
"seed": -1,
|
| 18 |
+
"num_inference_steps": 8,
|
| 19 |
+
"guidance_scale": 7.5,
|
| 20 |
+
"flow_shift": 5,
|
| 21 |
+
"embedded_guidance_scale": 6,
|
| 22 |
+
"repeat_generation": 1,
|
| 23 |
+
"multi_images_gen_type": 0,
|
| 24 |
+
"tea_cache_setting": 0,
|
| 25 |
+
"tea_cache_start_step_perc": 0,
|
| 26 |
+
"loras_multipliers": "",
|
| 27 |
+
"temporal_upsampling": "",
|
| 28 |
+
"spatial_upsampling": "",
|
| 29 |
+
"RIFLEx_setting": 0,
|
| 30 |
+
"slg_switch": 0,
|
| 31 |
+
"slg_start_perc": 10,
|
| 32 |
+
"slg_end_perc": 90,
|
| 33 |
+
"cfg_star_switch": 0,
|
| 34 |
+
"cfg_zero_step": -1,
|
| 35 |
+
"prompt_enhancer": "on",
|
| 36 |
+
"activated_loras": []
|
| 37 |
+
}
|