Instructions to use gagong/korean-sumukhwa-model-ver-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gagong/korean-sumukhwa-model-ver-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("gagong/korean-sumukhwa-model-ver-1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,9 +12,14 @@ tags:
|
|
| 12 |
|
| 13 |
νκ΅ μ묡ν λͺ¨λΈ μ¬μ© κ°μ΄λ sd1.5κΈ°λ°
|
| 14 |
|
|
|
|
|
|
|
| 15 |
μ΄μ μ μ μνλ νμ΄νΌλ·νΈμν¬μ μ΄μ΄μ μ΄λ²μ νμΈνλ ν λμ¨ λͺ¨λΈμ 곡μ ν©λλ€. κ·Έλ¦¬κ³ λͺ¨λΈ μ¬μ© κ°μ΄λλ‘ λ¨κΉλλ€. λ°μ΄ν°λ 곡μ λ§λΉμ μλ κΉνλ κ·Έλ¦Ό μ€ μ λ³ ν μλ£μ AiνλΈμ μ¬λΌμ μλ νκ΅ν λ°μ΄ν°μ
μ
λλ€.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# λͺ¨λΈμ μ¬μ©λ μλ£ μΆμ²
|
|
|
|
| 18 |
|
| 19 |
- 곡μ λ§λΉ https://gongu.copyright.or.kr/gongu/search/search/list.do?viewType=&collection=gongu_wrt&kwd=%EA%B9%80%ED%99%8D%EB%8F%84&
|
| 20 |
- AiνλΈ https://www.aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=realm&dataSetSn=71380
|
|
|
|
| 12 |
|
| 13 |
νκ΅ μ묡ν λͺ¨λΈ μ¬μ© κ°μ΄λ sd1.5κΈ°λ°
|
| 14 |
|
| 15 |
+
Guide for Using Korean Painting Model based on SD1.5
|
| 16 |
+
|
| 17 |
μ΄μ μ μ μνλ νμ΄νΌλ·νΈμν¬μ μ΄μ΄μ μ΄λ²μ νμΈνλ ν λμ¨ λͺ¨λΈμ 곡μ ν©λλ€. κ·Έλ¦¬κ³ λͺ¨λΈ μ¬μ© κ°μ΄λλ‘ λ¨κΉλλ€. λ°μ΄ν°λ 곡μ λ§λΉμ μλ κΉνλ κ·Έλ¦Ό μ€ μ λ³ ν μλ£μ AiνλΈμ μ¬λΌμ μλ νκ΅ν λ°μ΄ν°μ
μ
λλ€.
|
| 18 |
|
| 19 |
+
Continuing from the previous Hypernetworks, I am sharing the fine-tuned model and providing a guide for its usage. The data used for training includes selected materials from Kim Hong-do's paintings available on the Gongu Sharing Market and the Korean painting dataset on AI Hub.
|
| 20 |
+
|
| 21 |
# λͺ¨λΈμ μ¬μ©λ μλ£ μΆμ²
|
| 22 |
+
Sources of the data used in the model:
|
| 23 |
|
| 24 |
- 곡μ λ§λΉ https://gongu.copyright.or.kr/gongu/search/search/list.do?viewType=&collection=gongu_wrt&kwd=%EA%B9%80%ED%99%8D%EB%8F%84&
|
| 25 |
- AiνλΈ https://www.aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=realm&dataSetSn=71380
|