Gonna try this out when I get the time. Thanks for the explanation! To your point on the VRAM requirements, a 3070 would work, just produce shorter videos?
@@FrankTheTankGaming i hope they release a method for us to train our own models like dreambooth or something. i have a lot of rendered videos of mine i want to see what it does with those.
Dude I downloaded this and now when I hit the Python launch shortcut, Python opens and then after it says "Launching web ui with arguments" It spits out a bunch of lines that reference my C drive and then closes before I have a chance to read it. I tried deleting the extension and even the extensions folder and I'm still having the same problem. :(
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\launch.py", line 48, in main() File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\launch.py", line 44, in main start() File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\modules\launch_utils.py", line 465, in start import webui File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\webui.py", line 13, in initialize.imports() File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\modules\initialize.py", line 23, in imports import gradio # noqa: F401 File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\__init__.py", line 3, in import gradio.components as components File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\components\__init__.py", line 1, in from gradio.components.annotated_image import AnnotatedImage File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\components\annotated_image.py", line 8, in from gradio_client.documentation import document, set_documentation_group File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio_client\__init__.py", line 1, in from gradio_client.client import Client File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio_client\client.py", line 24, in from huggingface_hub import CommitOperationAdd, SpaceHardware, SpaceStage File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\huggingface_hub\__init__.py", line 503, in __getattr__ submod = importlib.import_module(submod_path) File "importlib\__init__.py", line 126, in import_module File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\huggingface_hub\hf_api.py", line 47, in from tqdm.auto import tqdm as base_tqdm ModuleNotFoundError: No module named 'tqdm.auto' this is the error message I got. I think I have to reinstall Stable diffusion. (unless I can figure out the files that are creating the errors but I am no coder and this is basically gibberish to me.) definitely do not recommend following this guide as it can break stable diffusion.
@@angrymurlocs3101 you need to reinstall TQDM, it's in one of the folders deep in the stable diffusion install. i cannot remember the path, just search for re-installing TQDM you will find it, i had the same error.
12 GB with a 3080ti at the moment. Hoping to upgrade soon too, especially for LLM stuff, but for this project it seems like there's a good possibility the VRAM requirements are going to come down shortly based on what I read
@@FrankTheTankGaming I bought a 8Gb GPU early this year specifically to muck about with SD. Then I realised I'd messed up a little and should have got at least 16gb. LLMs absolutely gorge themselves on VRAM, don't they?
Gonna try this out when I get the time. Thanks for the explanation! To your point on the VRAM requirements, a 3070 would work, just produce shorter videos?
Yeah that seems to be the case - there's a message that they are working on a VAE fix that will eventually reduce VRAM reqs
can you make a more in depth tutorial on how to install it? im like really new to this stuff
Pretty cool stuff
Thanks!
whats weird is that the shutter stock logo does not come when you are making something in the top view camera angle
Hmm. Good catch - I'd still guess maybe just based on a weird training material set or maybe a limited compute time. Id hope it gets cleaner
@@FrankTheTankGaming i hope they release a method for us to train our own models like dreambooth or something. i have a lot of rendered videos of mine i want to see what it does with those.
100% that would be amazing
Dude I downloaded this and now when I hit the Python launch shortcut, Python opens and then after it says "Launching web ui with arguments" It spits out a bunch of lines that reference my C drive and then closes before I have a chance to read it. I tried deleting the extension and even the extensions folder and I'm still having the same problem. :(
Maybe paste the error logs here?
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\launch.py", line 48, in
main()
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\launch.py", line 44, in main
start()
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\modules\launch_utils.py", line 465, in start
import webui
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\webui.py", line 13, in
initialize.imports()
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\webui\modules\initialize.py", line 23, in imports
import gradio # noqa: F401
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\__init__.py", line 3, in
import gradio.components as components
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\components\__init__.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio\components\annotated_image.py", line 8, in
from gradio_client.documentation import document, set_documentation_group
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio_client\__init__.py", line 1, in
from gradio_client.client import Client
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\gradio_client\client.py", line 24, in
from huggingface_hub import CommitOperationAdd, SpaceHardware, SpaceStage
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\huggingface_hub\__init__.py", line 503, in __getattr__
submod = importlib.import_module(submod_path)
File "importlib\__init__.py", line 126, in import_module
File "C:\Users\jonat\OneDrive\Desktop\SD2\sd.webui\system\python\lib\site-packages\huggingface_hub\hf_api.py", line 47, in
from tqdm.auto import tqdm as base_tqdm
ModuleNotFoundError: No module named 'tqdm.auto'
this is the error message I got. I think I have to reinstall Stable diffusion. (unless I can figure out the files that are creating the errors but I am no coder and this is basically gibberish to me.) definitely do not recommend following this guide as it can break stable diffusion.
@@angrymurlocs3101 you need to reinstall TQDM, it's in one of the folders deep in the stable diffusion install. i cannot remember the path, just search for re-installing TQDM you will find it, i had the same error.
How much vram you got?
12 GB with a 3080ti at the moment. Hoping to upgrade soon too, especially for LLM stuff, but for this project it seems like there's a good possibility the VRAM requirements are going to come down shortly based on what I read
@@FrankTheTankGaming I bought a 8Gb GPU early this year specifically to muck about with SD. Then I realised I'd messed up a little and should have got at least 16gb. LLMs absolutely gorge themselves on VRAM, don't they?