Update readme
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Anime & Cartoon
|
|
35 |
- [RCNZ Cartoon 3d](https://civitai.com/models/66347)
|
36 |
- [MajicMix Reverie](https://civitai.com/models/65055)
|
37 |
|
38 |
-
Additionally, feel free to explore different settings. We find using 3 inference steps on the 2-step model produces great results. We find certain base models produces better results with CFG.
|
39 |
|
40 |
## Diffusers Usage
|
41 |
|
@@ -61,4 +61,19 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config, times
|
|
61 |
|
62 |
output = pipe(prompt="A girl smiling", guidance_scale=1.0, num_inference_steps=step)
|
63 |
export_to_gif(output.frames[0], "animation.gif")
|
64 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
- [RCNZ Cartoon 3d](https://civitai.com/models/66347)
|
36 |
- [MajicMix Reverie](https://civitai.com/models/65055)
|
37 |
|
38 |
+
Additionally, feel free to explore different settings. We find using 3 inference steps on the 2-step model produces great results. We find certain base models produces better results with CFG. We also recommend using [Motion LoRAs](https://huggingface.co/guoyww/animatediff/tree/main) as they produce stronger motion. We use Motion LoRAs with strength 0.7~0.8 to avoid watermark.
|
39 |
|
40 |
## Diffusers Usage
|
41 |
|
|
|
61 |
|
62 |
output = pipe(prompt="A girl smiling", guidance_scale=1.0, num_inference_steps=step)
|
63 |
export_to_gif(output.frames[0], "animation.gif")
|
64 |
+
```
|
65 |
+
|
66 |
+
## ComfyUI Usage
|
67 |
+
|
68 |
+
1. Download [AnimateDiff-Lightning ComfyUI Workflow](https://huggingface.co/ByteDance/AnimateDiff-Lightning/raw/main/comfyui/animatediff_lightning_workflow.json)
|
69 |
+
|
70 |
+
2. Install nodes. You can install them manually or use [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager).
|
71 |
+
* [ComfyUI-AnimateDiff-Evolved](https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved)
|
72 |
+
* [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)
|
73 |
+
|
74 |
+
3. Download your favorite base model checkpoint and put them under `/models/checkpoints/`
|
75 |
+
|
76 |
+
4. Download AnimateDiff-Lightning checkpoint `animatediff_lightning_Nstep_comfyui.safetensors` and put them under `/custom_nodes/ComfyUI-AnimateDiff-Evolved/models/`
|
77 |
+
|
78 |
+
|
79 |
+
![ComfyUI Workflow](https://huggingface.co/ByteDance/AnimateDiff-Lightning/resolve/main/comfyui/animatediff_lightning_workflow.jpg)
|