muverqqw commited on
Commit
74bf91e
·
verified ·
1 Parent(s): a387a3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: creativeml-openrail-m
3
  base_model:
4
- - muverqqw/DreamCoil-v0.1
5
- - dataautogovernance/pony-diffusion-v6-xl
6
  tags:
7
  - stable-diffusion-xl
8
  - text-to-image
@@ -52,7 +52,7 @@ from diffusers import StableDiffusionXLPipeline
52
  import torch
53
 
54
  pipeline = StableDiffusionXLPipeline.from_pretrained(
55
- "muverqqw/DreamCoil-PonyXL", # <-- Убедитесь, что это правильный путь
56
  torch_dtype=torch.float16,
57
  use_safetensors=True
58
  )
 
1
  ---
2
  license: creativeml-openrail-m
3
  base_model:
4
+ - muverqqw/DreamCoil-V0.1
5
+ - Polenov2024/Pony-Diffusion-V6-XL
6
  tags:
7
  - stable-diffusion-xl
8
  - text-to-image
 
52
  import torch
53
 
54
  pipeline = StableDiffusionXLPipeline.from_pretrained(
55
+ "muverqqw/DreamCoil-PonyXL",
56
  torch_dtype=torch.float16,
57
  use_safetensors=True
58
  )