uwcc commited on
Commit
37ac522
·
verified ·
1 Parent(s): 60ce581

Upload folder using huggingface_hub

Browse files
OrangeOrigami.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27c4bc236946630d2b705dbdc661e0d0fd416ca70e3627d21ac159d7ac379083
3
  size 171969416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22727f4e7647e9501f36ebef6bb6449b197779180a8b810d15eb653e523788a8
3
  size 171969416
README.md CHANGED
@@ -7,9 +7,15 @@ tags:
7
  - template:sd-lora
8
  - ai-toolkit
9
  widget:
10
- - text: ORANGEORIGAMI style
 
 
 
11
  output:
12
  url: samples/1726487951252__000001000_0.jpg
 
 
 
13
  base_model: black-forest-labs/FLUX.1-dev
14
  instance_prompt: ORANGEORIGAMI
15
  license: other
@@ -39,7 +45,7 @@ import torch
39
 
40
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
  pipeline.load_lora_weights('uwcc/OrangeOrigami', weight_name='OrangeOrigami')
42
- image = pipeline('ORANGEORIGAMI style').images[0]
43
  image.save("my_image.png")
44
  ```
45
 
 
7
  - template:sd-lora
8
  - ai-toolkit
9
  widget:
10
+ - text: A seal plays with a ball on the beach, [trigger] style.
11
+ output:
12
+ url: samples/1726492840618__000001000_0.jpg
13
+ - text: A church in a field on a sunny day, [trigger] style.
14
  output:
15
  url: samples/1726487951252__000001000_0.jpg
16
+ - text: A clown at the circus rides on a zebra, [trigger] style.
17
+ output:
18
+ url: samples/._1726487951252__000001000_0.jpg
19
  base_model: black-forest-labs/FLUX.1-dev
20
  instance_prompt: ORANGEORIGAMI
21
  license: other
 
45
 
46
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
  pipeline.load_lora_weights('uwcc/OrangeOrigami', weight_name='OrangeOrigami')
48
+ image = pipeline('A seal plays with a ball on the beach, [trigger] style.').images[0]
49
  image.save("my_image.png")
50
  ```
51
 
samples/1726492840618__000001000_0.jpg ADDED
samples/1726492858734__000001000_1.jpg ADDED
samples/1726492876907__000001000_2.jpg ADDED