How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "impactframes/llama3_IF_AI_SDPromptMkr_16bit"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "impactframes/llama3_IF_AI_SDPromptMkr_16bit",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/impactframes/llama3_IF_AI_SDPromptMkr_16bit
Quick Links

LLaMA3 License and Usage

Model Visualization

Introduction

The LLaMA3 model is equipped to deliver superior results in machine learning applications. This model is particularly effective when used in conjunction with the IF_AI_tools custom node for ComfyUI and the IF_PromptMKr, my extension for A1111 Forge and Next platforms.

Model Training

LLaMA3 has been meticulously trained on a synthetic dataset comprising over 50,000 high-quality, stable diffusion prompts, ensuring robustness and high performance across various tasks.

Useful Links

Support

Your support is invaluable in continuing the development and enhancement of tools like these. If you find this tool useful, please consider extending your support by:

Thank you for your interest and support!

  • Developed by: impactframes
  • License: apache-2.0
  • Finetuned from model : unsloth/llama-3-8b-bnb-4bit

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for impactframes/llama3_IF_AI_SDPromptMkr_16bit

Finetuned
(1158)
this model