Norod78 commited on
Commit
bf3baa2
·
verified ·
1 Parent(s): 53f3269

Upload folder using huggingface_hub

Browse files
58389185.jpeg ADDED
58389746.jpeg ADDED
58389952.jpeg ADDED
58390257.jpeg ADDED
58390425.jpeg ADDED
README.md CHANGED
@@ -17,66 +17,31 @@ tags:
17
  base_model: black-forest-labs/FLUX.1-dev
18
  instance_prompt: ouat cartoon
19
  widget:
20
- - text: 'The American gothic couple ouat cartoon '
21
 
22
  output:
23
  url: >-
24
- 57429583.jpeg
25
- - text: 'A girl character with a pearl earring by Vermeer ouat cartoon '
26
 
27
  output:
28
  url: >-
29
- 57429605.jpeg
30
- - text: 'Once upon a time - Life ouat cartoon '
31
 
32
  output:
33
  url: >-
34
- 57433777.jpeg
35
- - text: 'Rick Sanchez ouat cartoon '
36
 
37
  output:
38
  url: >-
39
- 57429622.jpeg
40
- - text: 'A night elf dancer ouat cartoon '
41
 
42
  output:
43
  url: >-
44
- 57429943.jpeg
45
- - text: 'American gothic by Grant Wood ouat cartoon '
46
-
47
- output:
48
- url: >-
49
- 57429983.jpeg
50
- - text: 'An old farmer fighting a huge potato in the field ouat cartoon ouat cartoon '
51
-
52
- output:
53
- url: >-
54
- 57433356.jpeg
55
- - text: 'horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini ouat cartoon '
56
-
57
- output:
58
- url: >-
59
- 57433464.jpeg
60
- - text: 'A doctor woman fights an evil virus with the title "Once upon a time" ouat cartoon '
61
-
62
- output:
63
- url: >-
64
- 57432110.jpeg
65
- - text: 'A woman piloting a spaceship inside an alien cave ouat cartoon '
66
-
67
- output:
68
- url: >-
69
- 57432555.jpeg
70
- - text: 'Once upon a time - Man ouat cartoon '
71
-
72
- output:
73
- url: >-
74
- 57434280.jpeg
75
- - text: 'Dr. who next to their TARDIS ouat cartoon ouat cartoon '
76
-
77
- output:
78
- url: >-
79
- 57434474.jpeg
80
 
81
  ---
82
 
@@ -86,11 +51,11 @@ widget:
86
 
87
 
88
 
89
- ([CivitAI](https://civitai.com/models/1247430))
90
 
91
  ## Model description
92
 
93
- <p>Once Upon a Time... ("Il était une fois...") is a French <a target="_blank" rel="ugc" href="https://en.wikipedia.org/wiki/Once_Upon_a_Time...">educational animation</a> franchise.</p><p>Use <em>ouat cartoon</em> in your prompts</p><p>Fine tuned with <a target="_blank" rel="ugc" href="https://www.astria.ai">Astria AI</a></p>
94
 
95
  ## Trigger words
96
  You should use `ouat cartoon` to trigger the image generation.
@@ -111,8 +76,8 @@ import torch
111
  device = "cuda" if torch.cuda.is_available() else "cpu"
112
 
113
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
114
- pipeline.load_lora_weights('Norod78/once-upon-a-time-cartoon-style-flux', weight_name='ouat_cartoon-Flux-LoRA-2126374.safetensors')
115
- image = pipeline('Dr. who next to their TARDIS ouat cartoon ouat cartoon ').images[0]
116
  ```
117
 
118
  For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
 
17
  base_model: black-forest-labs/FLUX.1-dev
18
  instance_prompt: ouat cartoon
19
  widget:
20
+ - text: 'Girl with a pearl earring ouat cartoon '
21
 
22
  output:
23
  url: >-
24
+ 58389185.jpeg
25
+ - text: 'American gothic by grant wood ouat cartoon'
26
 
27
  output:
28
  url: >-
29
+ 58389746.jpeg
30
+ - text: 'Dr. who next to their TARDIS ouat cartoon'
31
 
32
  output:
33
  url: >-
34
+ 58389952.jpeg
35
+ - text: 'woman with red hair, playing chess at the park, bomb going off in the background ouat cartoon '
36
 
37
  output:
38
  url: >-
39
+ 58390257.jpeg
40
+ - text: 'A socially awkward potato ouat cartoon '
41
 
42
  output:
43
  url: >-
44
+ 58390425.jpeg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  ---
47
 
 
51
 
52
 
53
 
54
+ ([CivitAI](https://civitai.com/models/))
55
 
56
  ## Model description
57
 
58
+ <p>Once Upon a Time... ("Il était une fois...") is a French <a target="_blank" rel="ugc" href="https://en.wikipedia.org/wiki/Once_Upon_a_Time...">educational animation</a> franchise.</p><p>Use <em>ouat cartoon</em> in your prompts</p><p>Fine tuned with <a target="_blank" rel="ugc" href="https://www.astria.ai">Astria AI</a></p><p>A LoRA scale weight of 0.7-1.0 seems to be well (Click "Show more" for full image)</p><p></p><p><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd14503-9c3c-4a3b-923f-b6b35b1e172b/width=525/fcd14503-9c3c-4a3b-923f-b6b35b1e172b.jpeg" /></p><p>I've made the <a rel="ugc" href="https://huggingface.co/datasets/Norod78/OnceUponATime-florence2-captions">Florence-2 captioned Dataset</a> availble on Huggingface</p>
59
 
60
  ## Trigger words
61
  You should use `ouat cartoon` to trigger the image generation.
 
76
  device = "cuda" if torch.cuda.is_available() else "cpu"
77
 
78
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
79
+ pipeline.load_lora_weights('Norod78/once-upon-a-time-cartoon-style-flux', weight_name='ouat_cartoon-OnceUponATimeV3-Flux-2142990.safetensors')
80
+ image = pipeline('A socially awkward potato ouat cartoon ').images[0]
81
  ```
82
 
83
  For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
ouat_cartoon-OnceUponATimeV3-Flux-2142990.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de2ab540edea58015487c9c1491c1ef4efb4a106c739f927d0276a5b362bb7b
3
+ size 418453712