File size: 1,488 Bytes
4b586b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fe0463
4b586b0
a59ca43
 
97fd6ba
4b586b0
 
de541de
fd2928e
b0bf73a
4a876c0
 
7b7a9e7
4b586b0
 
 
e4b21b6
c4a7a6a
 
c89565c
e4b21b6
 
 
 
 
c89565c
 
 
 
 
c7176cd
e4b21b6
4b586b0
 
 
d622e23
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
base_model: KHongJae/full_train_TE_D_0_10000to50000
library_name: diffusers
license: creativeml-openrail-m
tags:
- text-to-image
- dreambooth
- diffusers-training
- stable-diffusion
- stable-diffusion-diffusers
inference: true
---

<!-- This model card has been generated automatically according to the information the training script had access to. You
should probably proofread and complete it, then remove this comment. -->


# KHongJae/Chatting_Based_Emoji_Generation_Model

T-Academy ASAC 6๊ธฐ DL ํ”„๋กœ์ ํŠธ์—์„œ ์‚ฌ์šฉํ•œ ์ด๋ชจํ‹ฐ์ฝ˜ ์ƒ์„ฑ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.   
๊ธฐ์กด ๋ฌ˜์‚ฌํ˜• ํ”„๋กฌํ”„ํŠธ์—์„œ๋งŒ ์ž‘๋™ ํ•˜๋˜ Stable Diffusion์„ ๋Œ€ํ™”ํ˜• ํ”„๋กฌํ”„ํŠธ์—์„œ ์ž‘๋™ํ•  ์ˆ˜ ์žˆ๋„๋ก ์‹œ๋„ํ•œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.   

## Intended uses & limitations

- prompt : 'ํŒŒ๋ž€ ๊ท€๋ฅผ ๊ฐ€์ง„ ๊ณ ์–‘์ด, ์ด๋ชจํ‹ฐ์ฝ˜, ๋‹จ์ƒ‰ ๋ฐฐ๊ฒฝ, ๋””์ €ํŠธ ๋จน๋Š” ์ค‘!'

![img_0](./png1.png)
![img_1](./png2.png)
![img_2](./png3.png)

#### How to use

```python
pipeline = DiffusionPipeline.from_pretrained(
  "KHongJae/Chatting_Based_Emoji_Generation_Model",
  torch_dtype=torch.float16
).to("cuda")
pipeline.scheduler = UniPCMultistepScheduler.from_config(pipeline.scheduler.config)
prompt = "Create your own prompt"
negative_prompt = "Create your own negative prompt"

pipeline(
  prompt=prompt,
  negative_prompt=negative_prompt,
  width=200,
  height=200,
  num_inference_steps=50,
  num_images_per_prompt=1
).images[0]
```
## Training details

- ์นด์นด์˜คํ†ก ์ด๋ชจํ‹ฐ์ฝ˜ ๋ฐ์ดํ„ฐ
- ChatGPT4