throwromans commited on
Commit
d810324
1 Parent(s): 50ddd9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - style
12
  - merchant
13
 
14
- base_model: WarriorMama777/AbyssOrangeMix2
15
  instance_prompt: Merchant
16
  widget:
17
  - text: '(elon musk)'
@@ -53,7 +53,7 @@ You should use `merchant` to trigger the image generation.
53
  from diffusers import AutoPipelineForText2Image
54
  import torch
55
 
56
- pipeline = AutoPipelineForText2Image.from_pretrained('WarriorMama777/AbyssOrangeMix2', torch_dtype=torch.float16).to('cuda')
57
  pipeline.load_lora_weights('throwromans/merchant_v2', weight_name='merchants-v2.safetensors')
58
  image = pipeline('subversive jewish demon, ').images[0]
59
  ```
 
11
  - style
12
  - merchant
13
 
14
+ base_model: stablediffusionapi/abyssorangemix2-hard
15
  instance_prompt: Merchant
16
  widget:
17
  - text: '(elon musk)'
 
53
  from diffusers import AutoPipelineForText2Image
54
  import torch
55
 
56
+ pipeline = AutoPipelineForText2Image.from_pretrained('stablediffusionapi/abyssorangemix2-hard', torch_dtype=torch.float16).to('cuda')
57
  pipeline.load_lora_weights('throwromans/merchant_v2', weight_name='merchants-v2.safetensors')
58
  image = pipeline('subversive jewish demon, ').images[0]
59
  ```