HackerTrans
トップ新着トレンドコメント過去質問紹介求人

latentdeepspace

no profile record

投稿

Show HN: Generate Images in Seconds, Without Limits, One Purchase

image-gen.com
3 ポイント·投稿者 latentdeepspace·2 年前·4 コメント

Show HN: Live Transcription with Whisper in a client-server setup

github.com
2 ポイント·投稿者 latentdeepspace·3 年前·0 コメント

Ask HN: What is the best option to host a low-traffic RestAPI with SQLite

6 ポイント·投稿者 latentdeepspace·3 年前·7 コメント

Show HN: Usage-Tracker.nvim Neovim Plugin

github.com
2 ポイント·投稿者 latentdeepspace·3 年前·0 コメント

Show HN: Prometh-Review an AI PR-Reviewer Companion (In the Command Line)

github.com
1 ポイント·投稿者 latentdeepspace·3 年前·0 コメント

Do Foundation Model Providers Comply with the EU AI Act?

crfm.stanford.edu
72 ポイント·投稿者 latentdeepspace·3 年前·69 コメント

Show HN: Conversational GPT cost estimation tool and writeup

gpt-calculator.gaborvecsei.com
4 ポイント·投稿者 latentdeepspace·3 年前·0 コメント

Ask HN: Is free-tier useful for a new service?

1 ポイント·投稿者 latentdeepspace·3 年前·0 コメント

Ask HN: Common minimal architectures to build SaaS products from pet projects

3 ポイント·投稿者 latentdeepspace·3 年前·4 コメント

コメント

latentdeepspace
·2 年前·議論
You are getting the code that is required to generate the images which you can use with Google Colab (as you can get free GPUs there). About the models you can use: literally any model (base model, LoRA) can be used, as these are handled automatically (you only need a download link from CivitAI or Huggingface or anywhere else)

Thank you for the input, I'll make sure to change these to make it more clear.
latentdeepspace
·2 年前·議論
If it fits your use case then it's great, but if you want to have more custom generations then you are limited with it.
latentdeepspace
·2 年前·議論
Where do you run the ads? And how did you set it up - how specific your targeting is?
latentdeepspace
·2 年前·議論
Can someone provide a bit of background how the crawling part works?
latentdeepspace
·3 年前·議論
I implemented a dummy real-time (tested on Mac M1) transcription approach with Whisper. You can find the project here: https://github.com/gaborvecsei/whisper-live-transcription

The idea was to provide transcription results as fast as you can, and you can refine it along the way by providing more and more context.
latentdeepspace
·3 年前·議論
I am wondering about the same question. Even the interface looks alike.
latentdeepspace
·3 年前·議論
Thank you for the advice. Your write up was valuable to me. I also want to have a lean approach to the problem, I am just overwhelmed with the whole architecture which is needed around something which should be simple (as a pet project).