nitrosocke
commited on
Commit
•
2ec4801
1
Parent(s):
c10e2f3
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
-
**Arcane Diffusion**
|
7 |
This is the fine-tuned Stable Diffusion model trained on images from the TV Show Arcane.
|
8 |
Use the tokens **arcane style** in your prompts for the effect.
|
9 |
|
10 |
-
|
11 |
-
![Training Samples](https://huggingface.co/nitrosocke/Arcane-Diffusion/resolve/main/arcane-diffusion-training-images.jpg)
|
12 |
|
13 |
-
Sample images from the model:
|
14 |
![output Samples](https://huggingface.co/nitrosocke/Arcane-Diffusion/resolve/main/arcane-diffusion-output-images.jpg)
|
|
|
|
|
15 |
|
16 |
**Version 2** (arcane-diffusion-v2): This uses the diffusers based dreambooth training and prior-preservation loss is way more effective. The diffusers where then converted with a script to a ckpt file in order to work with automatics repo.
|
17 |
Training was done with 5k steps for a direct comparison to v1 and results show that it needs more steps for a more prominent result. Version 3 will be tested with 11k steps.
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
+
# Arcane Diffusion
|
|
|
|
|
5 |
This is the fine-tuned Stable Diffusion model trained on images from the TV Show Arcane.
|
6 |
Use the tokens **arcane style** in your prompts for the effect.
|
7 |
|
8 |
+
If you enjoy this model, please check out my other models on [Huggingface](https://huggingface.co/nitrosocke)
|
|
|
9 |
|
10 |
+
### Sample images from the model:
|
11 |
![output Samples](https://huggingface.co/nitrosocke/Arcane-Diffusion/resolve/main/arcane-diffusion-output-images.jpg)
|
12 |
+
### Sample images used for training:
|
13 |
+
![Training Samples](https://huggingface.co/nitrosocke/Arcane-Diffusion/resolve/main/arcane-diffusion-training-images.jpg)
|
14 |
|
15 |
**Version 2** (arcane-diffusion-v2): This uses the diffusers based dreambooth training and prior-preservation loss is way more effective. The diffusers where then converted with a script to a ckpt file in order to work with automatics repo.
|
16 |
Training was done with 5k steps for a direct comparison to v1 and results show that it needs more steps for a more prominent result. Version 3 will be tested with 11k steps.
|