top of page

Conversion image to new image

I setup a script on my pc to automatically add the image as a input with the correct prompt and then generate using a set seed then it automatically waits till done and downloads the image and names it based on its frame it goes through each frame 1 by 1 and isn't that fast guessing a full 2 days for 1 episode to finish

 

Original frame ^^^^^^

 

New frame ^^^^^^

5 views0 comments

Recent Posts

See All

Table Data to String Array

for row in range(self.table.rowCount()): for column in range(self.table.columnCount()): DATA = DATA + (self.table.item(row,column).text()) + "+" DATA = DATA[:-1

Run Latest File Program

import os import re import time def run_program(program): try: dir_path, base_name = os.path.split(program) base_name += ' ' max_version = [] m

Self Signing Cert Creator

import os from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QPushButton, QLineEdit, QLabel from OpenSSL import crypto, SSL class SSLGenerator(QWidget): def __init__(self): s

bottom of page