Silvelter commited on
Commit
570ecae
1 Parent(s): 3b15a34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -25
README.md CHANGED
@@ -23,35 +23,12 @@ To create this model, I made two finetunes based on the merge of [MidnightMixerV
23
 
24
  *SatharielV1C_DX is a merge of SatharielV1C and the model by DutchaAlex, it has better colors.*
25
 
26
-
27
- ## 🧨 Diffusers
28
-
29
- This model can be used just like any other Stable Diffusion model. For more information,
30
- please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
31
-
32
- ```python
33
- from diffusers import StableDiffusionPipeline
34
- import torch
35
- model_id = "ShussarSDFA/Sathariel"
36
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
37
- pipe = pipe.to("cuda")
38
- prompt = "masterpiece, best quality, 1girl, fox ears, looking at viewer"
39
- image = pipe(prompt).images[0]
40
- image.save("./SV1.png")
41
- ```
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
 
51
  ## Big Thanks to
52
  - [DrBob2142](https://huggingface.co/DrBob2142) for his mixes, which were used as a base for this model
53
  - [Neggles](https://huggingface.co/neggles) for testing, merging and something else.
54
- - DutchaAlex for his great model.
55
 
56
 
57
 
 
23
 
24
  *SatharielV1C_DX is a merge of SatharielV1C and the model by DutchaAlex, it has better colors.*
25
 
26
+ Tbh this model was an attempt to copy the style of artist Mito Nagishiro, but the attempt failed, i guess..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Big Thanks to
29
  - [DrBob2142](https://huggingface.co/DrBob2142) for his mixes, which were used as a base for this model
30
  - [Neggles](https://huggingface.co/neggles) for testing, merging and something else.
31
+ - DutchaAlex for his great model that was used to create SatharielV1C_DX.
32
 
33
 
34