How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="StableDiffusionVN/Flux",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Youtube:

Colab:

Colab Training Lora: Comfy Workflow:

=> Text-img

=> Img-img

=> Inpaint

=> Schnell Text-img

=> Schnell Text-img-upscale

=> Lora Tester

=> Lora Text to img

=> Lora Text to img Upscale

=> Schnell Lora Text to img

=> Union Controlnet

=> Hyper 8Steps Lora Upscale

Comfy Node:

Downloads last month
2,168
GGUF
Model size
5B params
Architecture
t5encoder
Hardware compatibility
Log In to add your hardware

4-bit

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

Collection including StableDiffusionVN/Flux