Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
# flux-lora-littletinies
|
4 |
|
5 |
-
This is a LoRA derived from [FLUX.1-dev/](https://huggingface.co
|
6 |
|
7 |
|
8 |
|
@@ -70,8 +70,8 @@ You may reuse the base model text encoder for inference.
|
|
70 |
import torch
|
71 |
from diffusers import DiffusionPipeline
|
72 |
|
73 |
-
model_id = '/
|
74 |
-
adapter_id = 'flux-lora-littletinies'
|
75 |
pipeline = DiffusionPipeline.from_pretrained(model_id)\pipeline.load_adapter(adapter_id)
|
76 |
|
77 |
prompt = "ethnographic photography of teddy bear at a picnic"
|
|
|
2 |
|
3 |
# flux-lora-littletinies
|
4 |
|
5 |
+
This is a LoRA derived from [FLUX.1-dev/](https://huggingface.co/black-forest-labs/FLUX.1-dev).
|
6 |
|
7 |
|
8 |
|
|
|
70 |
import torch
|
71 |
from diffusers import DiffusionPipeline
|
72 |
|
73 |
+
model_id = '/black-forest-labs/FLUX.1-dev'
|
74 |
+
adapter_id = '/pzc163/flux-lora-littletinies'
|
75 |
pipeline = DiffusionPipeline.from_pretrained(model_id)\pipeline.load_adapter(adapter_id)
|
76 |
|
77 |
prompt = "ethnographic photography of teddy bear at a picnic"
|