Chan-Y commited on
Commit
00e992c
1 Parent(s): a94036d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ from diffusers import AutoPipelineForText2Image
50
  import torch
51
 
52
  pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
53
- pipeline.load_lora_weights('Chan-Y/besni', weight_name='pytorch_lora_weights.safetensors')
54
 
55
  image = pipeline('in the style of TOK', num_inference_steps=50).images[0]
56
  image
 
50
  import torch
51
 
52
  pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
53
+ pipeline.load_lora_weights('Chan-Y/FantasticStyle-LoRA', weight_name='pytorch_lora_weights.safetensors')
54
 
55
  image = pipeline('in the style of TOK', num_inference_steps=50).images[0]
56
  image