Justin Güse
Justin Güse
it helps removing the sfw filter as the model takes ~2GB VRAM just disable the lines or use my txt2img.py https://github.com/JustinGuese/stable-diffusor-docker-text2image/blob/master/txt2img.py
you could also disable the watermark, but it does not use as much vram
nice feature, but some docs would be nice, as its currently only working with coinbase right ;)? so maybe a quick readme on how to add other brokers?
stupid question, but did you try strg + shift + c?
why not just something easy like: ``` apiVersion: tekton.dev/v1beta1 kind: CronTrigger metadata: name: breakout-bot-v1-cron spec: schedule: "0 9 * * *" timezone: "Europe/New_York" params: - name: taskRef value: name: breakout-bot-v1...
or is that functionality actually already there? ``` class _Data: """ A data array accessor. Provides access to OHLCV "columns" as a standard `pd.DataFrame` would, except it's not a DataFrame...
thanks for your help already! So this might be a noob question, but when I'm just using the ``` const user = $user; ``` it says unknown variabel... Even when...
Hey, my proposal ;) https://github.com/xtekky/chatgpt-clone/pull/95
just out of curiosity: if someone - say me :D - would offer this hosted, would you pay for it? or what is your (reader's) motivation behind this? Cost? Privacy?...
try a "higher" port as lower ones are usually blocked by the OS ``` ports: - "31000:8501" ```