Zack Saadioui
8/26/2024
1
2
3
bash
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI1
pip1
2
bash
pip install -r requirements.txt1
2
bash
python main.py1
2
bash
docker run --gpus=all -p 11434:11434 ollama/ollama1
2
bash
ollama pull llama21
2
3
4
python
 def generate_image_from_text(text):
     response = request_ollama_api(text)
     create_image(response.data)1
temperature1
top_k1
max_tokensCopyright © Arsturn 2025