Lykon commited on
Commit
141e58b
·
1 Parent(s): 75b3772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,13 +12,13 @@ tags:
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,7 +39,7 @@ pip install diffusers transformers accelerate
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
 
 
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