codermert commited on
Commit
b18880e
·
verified ·
1 Parent(s): cd61c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ You should use `TOK` to trigger the image generation.
38
  from diffusers import AutoPipelineForText2Image
39
  import torch
40
 
41
- pipeline = AutoPipelineForText2Image.from_pretrained('Kijai/flux-fp8', torch_dtype=torch.float16).to('cuda')
42
  pipeline.load_lora_weights('codermert/anahaaaan_fluxx', weight_name='lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```
 
38
  from diffusers import AutoPipelineForText2Image
39
  import torch
40
 
41
+ pipeline = AutoPipelineForText2Image.from_pretrained('strangerzonehf/Flux-Super-Realism-LoRA', torch_dtype=torch.float16).to('cuda')
42
  pipeline.load_lora_weights('codermert/anahaaaan_fluxx', weight_name='lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```