tema7707 commited on
Commit
f2172dc
1 Parent(s): 38a4c94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -7
README.md CHANGED
@@ -5,18 +5,43 @@ license: apache-2.0
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
- - unsloth
9
  - llama
10
  - trl
11
  base_model: unsloth/llama-3-70b-bnb-4bit
12
  ---
13
 
14
- # Uploaded model
15
-
16
- - **Developed by:** tema7707
17
  - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/llama-3-70b-bnb-4bit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
5
  tags:
6
  - text-generation-inference
7
  - transformers
 
8
  - llama
9
  - trl
10
  base_model: unsloth/llama-3-70b-bnb-4bit
11
  ---
12
 
13
+ # Uploaded Model
14
+ - **Developed by:** [Salt AI](https://getsalt.ai/)
 
15
  - **License:** apache-2.0
16
+ - **Finetuned from model:** unsloth/llama-3-70b-bnb-4bit
17
+
18
+ This is a llama3-70b model that was finetuned on ComfyUI data. This model can generate ComfyUI JSONs from text.
19
+
20
+ ## Example Prompts and Outputs
21
+
22
+ | Prompt | Generated Workflow |
23
+ |:---------------------------------------------------:|:----------------|
24
+ | `Create a simple ComfyUI pipeline that performs basic text-to-image generation.` | ![Example1](https://huggingface.co/tema7707/comfyui-llm-alpha/resolve/main/example-1.png) |
25
+ | `Create a simple ComfyUI pipeline that performs basic text-to-video generation.` | ![Example2](https://huggingface.co/tema7707/comfyui-llm-alpha/resolve/main/example-2.png) |
26
+ | `Create a simple ComfyUI pipeline that performs face swap and face enhancement.` | ![Example3](https://huggingface.co/tema7707/comfyui-llm-alpha/resolve/main/example-3.png) |
27
+ | `Create a simple ComfyUI pipeline that performs text-to-image generation with Instant ID and Openpose Controlnet.` | ![Example4](https://huggingface.co/tema7707/comfyui-llm-alpha/resolve/main/example-4.png) |
28
+ | `Create a ComfyUI pipeline that performs text-to-image generation using Lora. Format the pipeline using groups.` | ![Example5](https://huggingface.co/tema7707/comfyui-llm-alpha/resolve/main/example-5.png) |
29
+
30
+ ## Disclaimer
31
+
32
+ This is an alpha version. It can generate pipelines that may not work as intended and may require manual fixes.
33
+
34
+ The model was trained utilizing the Alpaca format for prompts. Consequently, it is recommended to structure the prompts in this format to potentially enhance the quality of the outputs:
35
+ ```
36
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
37
+
38
+ ### Instruction:
39
+ Below is a description of the ComfyUI pipeline; please generate a ComfyUI JSON for it.
40
+
41
+ ### Input:
42
+ {your idea}
43
 
44
+ ### Response:
45
+ ```
46
 
47
+ To improve quality, it is advisable to explicitly specify the main nodes to be used in the pipeline.