Skip to main content

Unanswered Questions

114 questions with no upvoted or accepted answers
6 votes
0 answers
484 views

I can't get my custom GPT to accept an API key - "error saving draft"

I'm trying to build a custom gpt with an action, basically the custom gpt can access an API if given proper instructions. I'm trying to get it to connect to plausible. I have built a simple code as a ...
6 votes
0 answers
426 views

How can I prompt midjourney to generate images of D&D weapons other than swords?

I'm trying to generate some cool magical weapons for my D&D campaign using midjourney, but I'm having a real struggle getting it to do things other than swords. I couldn't get it to do a bow at ...
5 votes
0 answers
123 views

How to fine-tune an LLM on a very small document

I am currently trying to fine-tune an LLM on a single document (about 1700 characters). I know that generally it is better to use prompt injection or something like a RAG system to provide specific ...
5 votes
1 answer
127 views

RAG: What is the advantage of using Llama Index with Langchain?

I'm creating a RAG (Retrieval-Augmented Generation) application and have a question about using LlamaIndex and Langchain. LlamaIndex is designed for document indexing, while Langchain supports ...
4 votes
0 answers
55 views

I'm writing a children's book and want to use Leonardo.ai to create all the characters in the same illustration style. Is that possible?

It seems that if I include the seed of the style I like, that's what creates consistency. Is that correct and complete? I'm a n00b, so if there's anything else you can suggest, I'd sure appreciate it....
4 votes
3 answers
6k views

Ollama GPU Support

I've just installed Ollama in my system and chatted with it a little. Unfortunately, the response time is very slow even for lightweight models like tinyllama. It seems that Ollama is in CPU-only mode ...
4 votes
0 answers
5k views

How to set ollama temperature from command line

I can run prompts from the command line like so: ollama run mixtral:latest 'Why is the sky blue?' But how do I change the temperature? I know that in the interactive mode (the REPL), I can run /set ...
4 votes
1 answer
203 views

Midjourney - Creating a consistent character from a reference image

I hope this is the right place to post: I've been at his for hours - I can't be the only one. Can Midjourney do this, or not? (and if so, how?): Here it is: I had midjourney create a dog that is the ...
4 votes
1 answer
103 views

Why is Poe.com's Assistant able to summarize a webpage, then suddenly says it can't visit external webpages in the next message?

Here's me getting Poe.com's Assistant to summarize (in Chinese) a news article: Link: https://poe.com/s/8Y5Gbw4tGUQvOJkokVlw Worked perfectly well, so I thought I'd try it again. Literally in the ...
3 votes
0 answers
74 views

How to avoid anti-aliasing in StableDiffusion output images?

I'm running stabilityai/stable-diffusion-xl-base-1.0 with the madebyollin/sdxl-vae-fp16-fix vae and custom lora weights. The lora was trained on a dataset of thousands of 512x512 images that contained ...
3 votes
0 answers
42 views

What's the most universally compatible structure for storing audio recording datasets for voice cloning?

I would like to know the best way to store a voice actor's voice for reuse with multiple platforms. Let's say I record my voice to be cloned, or pay a voice actor to narrate for the purpose of using ...
3 votes
0 answers
1k views

Prompt for generating two characters in the same scene

There's a core issue with the AI tools that i'm having trouble with. I generated my characters as I wanted, but then trying to combine them in a single image is very hard. Character one: https://cdn....
3 votes
0 answers
310 views

Poor concurrency and perf on multiple GPUs VM (running CodeLlama locally using Ollama)

I am trying to figure out if self hosting CodeLlama on a sufficiently powerful multi-GPU machine can be cost effective for my specific product needs. However, when I go from 1 GPU to 4 GPU VM, I see ...
3 votes
0 answers
150 views

What are the temperature and top_p values used on chat.openai.com?

What are the temperature and top_p values used on https://chat.openai.com/? I know that the temperature and top_p values with the openai.com API both default to 1 for chat completion, but I don't know ...
3 votes
0 answers
104 views

Denoise image without converting to latent space?

KSampler requires using a variational autoencoder to convert an initial image to latent space before it tries to de-noise it. And this is awesome, but if you simply encode to latent space and decode ...

15 30 50 per page
1
2 3 4 5
8