CiaraRowles commited on
Commit
21dd5f9
1 Parent(s): 435ea5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,11 +15,11 @@ TemporalNet 2 is an evolution on the concept, where the generated outputs are gu
15
  This took some modification of the original controlnet code so you'll have to do some extra things. If you just want to run a gradio example or look at the modified controlnet code,
16
  that's here: https://github.com/CiaraStrawberry/TemporalNet Just drop the model from this directory into that model folder and make sure the gradio_temporalnet.py script poitns at the model.
17
 
18
- To use with stable diffusion, you can either use it with TemporalKit, or use it just by accessing the base api through the temporalvideo.py script:
19
 
20
  1) move your controlnet webui install to this branch: https://github.com/CiaraStrawberry/sd-webui-controlnet-TemporalNet-API
21
 
22
- 2) Add the model "diff_control_sd15_temporalnet_fp16.safetensors" to your models folder in the ControlNet extension in Automatic1111's Web UI.
23
 
24
  3) Check you have:
25
 
 
15
  This took some modification of the original controlnet code so you'll have to do some extra things. If you just want to run a gradio example or look at the modified controlnet code,
16
  that's here: https://github.com/CiaraStrawberry/TemporalNet Just drop the model from this directory into that model folder and make sure the gradio_temporalnet.py script poitns at the model.
17
 
18
+ To use with stable diffusion, you can either use it with TemporalKit by moving to the branch here after following steps 1 and 2: https://github.com/CiaraStrawberry/TemporalKit/tree/TemporalNet , or use it just by accessing the base api through the temporalvideo.py script:
19
 
20
  1) move your controlnet webui install to this branch: https://github.com/CiaraStrawberry/sd-webui-controlnet-TemporalNet-API
21
 
22
+ 2) Add the model to your models folder in the ControlNet extension in Automatic1111's Web UI.
23
 
24
  3) Check you have:
25