DC
DC
agreed it's really annoying tab opens the menu all the time, and not just auto-completes. I have to instead use cmd- --> all the time. but if it did NOT...
I was thinking of something to find trending topics within a domain and then expand on them. eg "whats new in AI" your example above gave the actual keywords, where...
actually even adding random values I still get an error > Error: Sigma: could not find a valid position (x, y) for node "apple silicon". All your nodes must have...
added to S/O too https://stackoverflow.com/questions/78805061/react-sigma-sigmajs-example-using-a-force-layout
great thanks for your help. re data format / `addNode`, yes i found that in the end. I'm using graphology to generate the data and storing it but i guess...
nvm I got it to work something like this: ```tsx const Fa2: FC = () => { const { start, kill } = useWorkerLayoutForceAtlas2({ settings: { slowDown: 10 } });...
these are the current results. it's failing on the first frame within the tdqm loop, as no images are being returned I guess. same with this model: ` model: 'stable-diffusion-512-v2-1'`...
I confirmed animation is working with your default settings from `python3 -m stability_sdk animate --gui` so perhaps it's something in the config or animation settings for the new models.
OK i think the issue is that you have removed support for using a JPG/PNG as a video init image. this crashes: ``` "animation_mode": "Video Input", "video_init_path": "./assets/people/the-rock-9.jpg", ``` if...
I tried `4.7.0.72` and failing that also went back a few [versions](https://pypi.org/project/opencv-python-headless/#history) to ``` opencv-python==4.6.0.66 opencv-python-headless==4.6.0.66 ``` but still getting the error. repro: ``` git clone --recurse-submodules https://github.com/Stability-AI/stability-sdk # modified...