clipit
clipit copied to clipboard
CLIP + VQGAN / PixelDraw
KeyError Traceback (most recent call last) in () 69 # pixray.add_settings(iterations=500, display_every=50) 70 ---> 71 settings = pixray.apply_settings() 72 pixray.do_init(settings) 73 pixray.do_run(settings) [/content/pixray/pixray.py](https://localhost:8080/#) in apply_settings() 1567 1568 vq_parser = setup_parser(vq_parser)...
Appear this error after clicking setting cell. Try Restart Runtime but nothing help.
The pictures from this git in google colab are very beautiful. U've written, that this was a fork of a VQGAN+CLIP. I want to use it on Linux. However, VQGAN+CLIP(https://github.com/nerdyrodent/VQGAN-CLIP)...
I'm attempting to run this in PyCharm. I am getting the error `FileNotFoundError: [Errno 2] No such file or directory: 'wget'`. It looks to be coming from `output = subprocess.check_output(['wget',...
Hello, i'm trying the PixelDrawer_Init_Image.ipynb colab. And i get a blank image, using the default parameters in the colab, or if I made changes to it. https://colab.research.google.com/github/dribnet/clipit/blob/master/demos/PixelDrawer_Init_Image.ipynb
Messing with pixray and during the run I get `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 26 pixray.do_init(settings) 27 ---> 28 pixray.do_run(settings) 29 30 shutil.copyfile(f"/content/output.png", f"{OUTPUT_DIR}/{text}_{seed}.png") 11 frames...
When I try to run my script - import sys - sys.path.append("clipit") - import clipit - clipit.reset_settings() - prompts = "underwater city" - quality = "normal" - aspect = "widescreen"...
Updated to support CUDA 11.3 and Torch 1.10
COMMIT: - cleaned up imports - expose all model params TODO: - add preset param loadouts REQUEST: - it runs but if @dribnet could please double check for 'correctness' i.e...
``` 213 if return_transform is not None: 214 raise ValueError( --> 215 "`return_transform` is deprecated. Please access the transformation matrix with " 216 "`.transform_matrix`. For chained matrices, please use `AugmentationSequential`."...