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
|
@@ -82,4 +82,6 @@ Here is a sample image from txt2img
|
|
| 82 |
|
| 83 |
gksrnrghk, sky, tree Steps: 40, Sampler: DPM++ 2M SDE Karras, CFG scale: 2.0, Seed: 1271864954, Size: 768×512, Model hash: a710c70889, Model: gksrnrghk_15_512_60, Clip skip: 2, Script: X/Y/Z plot, X Type: Prompt S/R, X Values: “gksrnrghk,\”gksrnrghk, rlaghdeh\”,rlaghdeh “, Y Type: CFG Scale, Y Values: “2,3,4,5,7,9,12,15”, Version: v1.3.0
|
| 84 |
|
| 85 |
-
한국화의 경우 높은 CFG에서 흑백이 아닌 컬러가 나오기 시작합니다.
|
|
|
|
|
|
|
|
|
| 82 |
|
| 83 |
gksrnrghk, sky, tree Steps: 40, Sampler: DPM++ 2M SDE Karras, CFG scale: 2.0, Seed: 1271864954, Size: 768×512, Model hash: a710c70889, Model: gksrnrghk_15_512_60, Clip skip: 2, Script: X/Y/Z plot, X Type: Prompt S/R, X Values: “gksrnrghk,\”gksrnrghk, rlaghdeh\”,rlaghdeh “, Y Type: CFG Scale, Y Values: “2,3,4,5,7,9,12,15”, Version: v1.3.0
|
| 84 |
|
| 85 |
+
한국화의 경우 높은 CFG에서 흑백이 아닌 컬러가 나오기 시작합니다.
|
| 86 |
+
|
| 87 |
+
In the case of Korean ink wash painting, colors start to appear at higher CFG values instead of black and white.
|