robbsaber
robbsaber
Any update?
I would also like to know how to save the output frames.
Did so, also skipped the following on the second cell #parser.add_argument('--save_render', default='True', type=args_utils.str2bool, choices=[True, False]) #parser.add_argument('--verbose', default='False', type=args_utils.str2bool, choices=[True, False]) #parser = importlib.import_module(f'src.rome').ROME.add_argparse_args(parser) This cell works after that. The next...
I still get an error on importing Infer. How do I get the checkpoints? Would it be possible to update the colab?
/bin/bash: urle: command not found /bin/bash: urle: command not found Downloading FLAME... --2022-08-02 07:44:13-- https://download.is.tue.mpg.de/download.php?domain=flame&sfile=FLAME2020.zip&resume=1 Resolving download.is.tue.mpg.de (download.is.tue.mpg.de)... 192.124.27.139 Connecting to download.is.tue.mpg.de (download.is.tue.mpg.de)|192.124.27.139|:443... connected. HTTP request sent, awaiting response... 200...
Where do I find the models? cp: cannot stat '/gdrive/MyDrive/model.ckpt': No such file or directory
> @robbsaber > > 1. Navigate to https://huggingface.co/CompVis/stable-diffusion-v-1-4-original > 2. Click on “Access repository” on the left side of the page > 3. If you already have an account, sign...
Fixed after increasing the paging file. I just wish I didnt need to.
Traceback (most recent call last): File "/workspace/server.py", line 1, in from flask import Flask, request, make_response, send_from_directory ModuleNotFoundError: No module named 'flask' > Not an issue but I think this...
Same issue.