Skip to content

Instantly share code, notes, and snippets.

View Amorano's full-sized avatar
👁️‍🗨️
I may be slow to respond.

Alexander G. Morano Amorano

👁️‍🗨️
I may be slow to respond.
View GitHub Profile
@Amorano
Amorano / cloudSettings
Last active February 21, 2019 19:22
7492218a443cb76dd6e1bf51a1f804619ff6d56a
{"lastUpload":"2019-02-21T19:22:06.625Z","extensionVersion":"v3.2.4"}
"""."""
import os
from dearpygui import core, simple
# hardcoded to windows bs...
_fontpath = 'c:/windows/fonts'
_fonts = {}
for x in os.listdir(_fontpath):
if x.endswith('otf') or x.endswith('ttf'):
@Amorano
Amorano / a_dynamic.js
Created February 12, 2024 19:11
Example of How to Add Dynamic Connections to Nodes in ComfyUI
/**
* Make a dynamic Input for ComfyUI
*/
import { app } from "/scripts/app.js"
const _prefix = '➡️'
const TypeSlot = {
Input: 1,