Upload 2 files
Browse files- .gitattributes +1 -0
- APW 12.0.jpeg +3 -0
- readme.md +62 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Vision/Segmentation/YOLO/efficient_sam_s_cpu.jit filter=lfs diff=lfs merge=lfs -text
|
37 |
Vision/Segmentation/YOLO/efficient_sam_s_gpu.jit filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Vision/Segmentation/YOLO/efficient_sam_s_cpu.jit filter=lfs diff=lfs merge=lfs -text
|
37 |
Vision/Segmentation/YOLO/efficient_sam_s_gpu.jit filter=lfs diff=lfs merge=lfs -text
|
38 |
+
APW[[:space:]]12.0.jpeg filter=lfs diff=lfs merge=lfs -text
|
APW 12.0.jpeg
ADDED
![]() |
Git LFS Details
|
readme.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ***WORK IN PROGRESS***
|
2 |
+
|
3 |
+
----
|
4 |
+
|
5 |
+
# APW Models
|
6 |
+
|
7 |
+
Archive of all models orchestrated by [AP Workflows for ComfyUI](https://perilli.com/ai/comfyui/).
|
8 |
+
|
9 |
+

|
10 |
+
|
11 |
+
Wherever possible, the enforced naming convention is:
|
12 |
+
|
13 |
+
*[name of the model] [version] [[precision]] [[author]] [for which base model, if applicable] . safetensors*
|
14 |
+
|
15 |
+
For example: *Realism 1.0 [fp16] for FLUX [XLabs].safetensors*
|
16 |
+
|
17 |
+
## Licenses
|
18 |
+
|
19 |
+
This achive contains models contributed by different authors and research teams. Please refer to each model's individual license specific terms and conditions. The maintainers of this repository do not claim rights over any model unless explicitly stated.
|
20 |
+
|
21 |
+
Users are responsible for complying with the terms of the license attached to each model. Redistribution or commercial use may be restricted depending on the license.
|
22 |
+
|
23 |
+
## How to use this archive
|
24 |
+
|
25 |
+
1. Read the documentation of the AP Workflow you are installing: [APW](https://perilli.com/ai/comfyui-ap-workflow/), [AP Plot](https://perilli.com/ai/comfyui-ap-plot/), or [AP Trainer](https://perilli.com/ai/comfyui-ap-trainer/).
|
26 |
+
2. Replicate the exact folder structure used in this repo on your local hard drive. Your root folder should be apw_models.
|
27 |
+
3. Download the models you need. Not every workflow needs all the models.
|
28 |
+
4. Modify your extra_model_paths.yaml as follows:
|
29 |
+
|
30 |
+
```
|
31 |
+
comfyui:
|
32 |
+
base_path: [your_drive]\apw_models\
|
33 |
+
Generation_models: |
|
34 |
+
Generation\Image
|
35 |
+
Generation\Video
|
36 |
+
Generation\Audio
|
37 |
+
Upscaling\Image
|
38 |
+
checkpoints: |
|
39 |
+
Generation\Image
|
40 |
+
Generation\Video
|
41 |
+
Generation\Audio
|
42 |
+
Upscaling\Image
|
43 |
+
unet: |
|
44 |
+
Generation\Image
|
45 |
+
Generation\Video
|
46 |
+
Generation\Audio
|
47 |
+
Upscaling\Image
|
48 |
+
vae: VAE
|
49 |
+
text_encoders: Encoding\Text
|
50 |
+
clip_vision: Encoding\Image
|
51 |
+
loras: |
|
52 |
+
Conditioning\Image\LoRAs
|
53 |
+
Conditioning\Video\LoRAs
|
54 |
+
Conditioning\Audio\LoRAs
|
55 |
+
ipadapter: Conditioning\Image\IPAdapter
|
56 |
+
style_models: Conditioning\Image\Redux
|
57 |
+
controlnet: Conditioning\Image\ControlNet
|
58 |
+
upscale_models: Upscaling\Image
|
59 |
+
CogVideo: Generation\Video
|
60 |
+
cogvideox_loras: Conditioning\Video\LoRAs
|
61 |
+
embeddings: Conditioning\Image\Embeddings
|
62 |
+
```
|