DC
DC
it looks like code was meant to handle this, but doesn't https://github.com/olegp/mongo-sync/blob/master/lib/mongo-sync.js#L35 ``` server = (server || '127.0.0.1').split(':'); var host = server[0], port = server[1] || 27017; ```
From @dcsan The bot project has been forked. The first version of the project was built and launched at https://stan.escapelabs.xyz/ Also launched the first generative art project on stacks https://www.dcards.art/...
some comments here as a generative artist working in the space, things that would make life more attractive in STX land: ## image (url) Agree on a list of image...
note: solana exchange.art seems to have adopted the opensea format field names, and starting to add more formats beyond just JPGs. they just launched a 3d collection, which doesn't support...
link to the PR: https://github.com/stacksgov/sips/pull/44
thanks for pointing this out as a workaround disabling: `log_weighted_subprompts` thats why only some people in the discord (me included) were having the issue.
I get this with a List of langchain_core.documents.base.Document also something like this? ```py import json from typing import List # from chromadb import Documents from langchain_core.documents.base import Document def pp_json(json_thing,...
since this library is rendering to a canvas surface, is it not possible to just dump every frame to a file and then use something like ffmpeg to generate a...
the server already exposes an endpoint https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/basic_api_example.py once the server is running it exposes an endpoint on $PORT which you can post a JSON file to with your workflow, models...
@sangzn34 did you publish a fork at all? this seems like a critical fix for many people! `Cannot read properties of null (reading 'src')`