Update README.md
Browse files
README.md
CHANGED
|
@@ -12,13 +12,13 @@ tags:
|
|
| 12 |
- anime
|
| 13 |
- dreamshaper
|
| 14 |
- lcm
|
| 15 |
-
duplicated_from: lykon/
|
| 16 |
pipeline_tag: text-to-image
|
| 17 |
---
|
| 18 |
|
| 19 |
# AAM_AnyLora_AnimeMix
|
| 20 |
|
| 21 |
-
`lykon/
|
| 22 |
|
| 23 |
Please consider supporting me:
|
| 24 |
- on [Patreon](https://www.patreon.com/Lykon275)
|
|
@@ -39,7 +39,7 @@ pip install diffusers transformers accelerate
|
|
| 39 |
from diffusers import AutoPipelineForText2Image, DEISMultistepScheduler
|
| 40 |
import torch
|
| 41 |
|
| 42 |
-
pipe = AutoPipelineForText2Image.from_pretrained('lykon/
|
| 43 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
| 44 |
pipe = pipe.to("cuda")
|
| 45 |
|
|
|
|
| 12 |
- anime
|
| 13 |
- dreamshaper
|
| 14 |
- lcm
|
| 15 |
+
duplicated_from: lykon/AAM_AnyLora_AnimeMix
|
| 16 |
pipeline_tag: text-to-image
|
| 17 |
---
|
| 18 |
|
| 19 |
# AAM_AnyLora_AnimeMix
|
| 20 |
|
| 21 |
+
`lykon/AAM_AnyLora_AnimeMix` is a Stable Diffusion model that has been fine-tuned on [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5).
|
| 22 |
|
| 23 |
Please consider supporting me:
|
| 24 |
- on [Patreon](https://www.patreon.com/Lykon275)
|
|
|
|
| 39 |
from diffusers import AutoPipelineForText2Image, DEISMultistepScheduler
|
| 40 |
import torch
|
| 41 |
|
| 42 |
+
pipe = AutoPipelineForText2Image.from_pretrained('lykon/AAM_AnyLora_AnimeMix', torch_dtype=torch.float16, variant="fp16")
|
| 43 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
| 44 |
pipe = pipe.to("cuda")
|
| 45 |
|