Andyrasika
commited on
Commit
•
d59e138
1
Parent(s):
9fe794f
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ library_name: diffusers
|
|
4 |
pipeline_tag: text-to-image
|
5 |
---
|
6 |
The model is created using the following steps:
|
7 |
-
- Find the desired model (
|
8 |
- You can see some conversion scripts in diffusesrs. This time, only the scripts for converting checkpoit and lora are used.
|
9 |
It depends on the model type of Civitai. If it is a lora model, you need to specify a basic model
|
10 |
- Using __load_lora function from https://towardsdatascience.com/improving-diffusers-package-for-high-quality-image-generation-a50fff04bdd4
|
|
|
4 |
pipeline_tag: text-to-image
|
5 |
---
|
6 |
The model is created using the following steps:
|
7 |
+
- Find the desired model (checkpoint or lora) on Civitai
|
8 |
- You can see some conversion scripts in diffusesrs. This time, only the scripts for converting checkpoit and lora are used.
|
9 |
It depends on the model type of Civitai. If it is a lora model, you need to specify a basic model
|
10 |
- Using __load_lora function from https://towardsdatascience.com/improving-diffusers-package-for-high-quality-image-generation-a50fff04bdd4
|