Skip to content

Commit

Permalink
Update README.md fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
continue-revolution committed Jul 18, 2023
1 parent de1b6e5 commit e8c88a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Batch size on WebUI will be replaced by GIF frame number: 1 full GIF generated i

You can try txt2gif on txt2img panel, img2gif on img2img panel with any LoRA/ControlNet. Due to the 1-batch behavior of AnimateDiff, it is probably not possible to support gif2gif. However, I need to discuss this with the authors of AnimateDiff.

You can access GIF outout via `stable-diffusion-webui/outputs/{txt2img or img2img}-images/AnimateDiff`. The Gradio gallary might just show one frame of your GIF. You can also use download/save buttons on WebUI, just like how you save your images.
You can access GIF output via `stable-diffusion-webui/outputs/{txt2img or img2img}-images/AnimateDiff`. The Gradio gallary might just show one frame of your GIF. You can also use download/save buttons on WebUI, just like how you save your images.

Motion modules will be **auto-downloaded** from [here](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI). If your terminal cannot access google due to whatever reason, please either configurate your proxy via `Settings/AnimateDiff` or manually download model weights and put to `sd-webui-animatediff/model/`. DO NOT change model filename. If you get a GIF with random images combined together, it is most likely because your terminal failed to download the model weights. Google `gdown` just silently print error messages on your terminal but do not throw an exception. You need to read your terminal log to see what was going wrong, especially whether or not you have successfully downloaded model weithts.
Motion modules will be **auto-downloaded** from [here](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI). If your terminal cannot access google due to whatever reason, please either configurate your proxy via `Settings/AnimateDiff` or manually download model weights and put to `sd-webui-animatediff/model/`. DO NOT change model filename. If you get a GIF with random images combined together, it is most likely because your terminal failed to download the model weights. Google `gdown` just silently print error messages on your terminal but do not throw an exception. You need to read your terminal log to see what was going wrong, especially whether or not you have successfully downloaded model weights.

You might also be interested in another extension I created: [Segment Anything for Stable Diffusion WebUI](https://github.com/continue-revolution/sd-webui-segment-anything).

Expand Down

0 comments on commit e8c88a4

Please sign in to comment.