Rob
Rob
My fix was to create a maximum font size based on the largest size and scale all other words point size. I found that the words are always visible. If...
Call iconpicker in fnDrawCallback. It gets fired after the table is rendered... "fnDrawCallback": function (oSettings) { //when table is finished being drawn then call functions as required
setIcon function with Search filtered array ... "noIconClass" and data attributes for custom iconset
Solution is to clear the value (val)... $('.notify_icon').val('').iconpicker('setIcon', notify_icon);
Solution is to clear the value (val)... $('.notify_icon').val('').iconpicker('setIcon', notify_icon);
Tried your suggestion but get: RuntimeError: Error(s) in loading state_dict for Generator: Unexpected key(s) in state_dict: "upsampling.1.upsample_block.0.weight", "upsampling.1.upsample_block.0.bias", "upsampling.1.upsample_block.2.weight". I am using: model_path = "/results/pretrained_models/SRResNet_x4-ImageNet-2096ee7f.pth.tar"
Will this work or is there a better one: Discriminator_x2-DFO2K-e37ff529.pth.tar
in txt2img.py: move the following under imports so it populates device variable in function device = "cpu" # torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu") print(device) and change this '# model.cuda() model.to(device)...
place it in txt2Img.py and then fix other issues like these: in autoencoder.py by you need taming module which requires pip install taming-transformers and then change this: from taming.modules.vqvae.quantize import...
@BPplays it can't find the ldm folder/module. replace the top line with this at top of txt2img.py: import argparse, os, sys, glob, uuid sys.path.append('.')
I know animation is not there, but do the Zoom and Angle options work? Is there any chance we can get the Animations to work... just wondering what needs to...