qyoo commited on
Commit
6530a10
·
1 Parent(s): c2ed016

update demo

Browse files
app.py CHANGED
@@ -137,6 +137,18 @@ def save_image(img, index):
137
 
138
  def get_example() -> list[list[str | float | int]]:
139
  case = [
 
 
 
 
 
 
 
 
 
 
 
 
140
  [
141
  "A statue is reading the book in the cafe, best quality, high quality",
142
  "statue",
 
137
 
138
  def get_example() -> list[list[str | float | int]]:
139
  case = [
140
+ [
141
+ "A high-resolution photograph of a serene cat, its fur softly illuminated by dappled sunlight, sitting amidst a lush, vibrant forest with rays of light filtering through the trees.",
142
+ "cat",
143
+ "",
144
+ Image.open("demo/cat.jpg"),
145
+ 20,
146
+ 3.5,
147
+ 1.0,
148
+ 0.0,
149
+ 42,
150
+ "FLUX-schnell"
151
+ ],
152
  [
153
  "A statue is reading the book in the cafe, best quality, high quality",
154
  "statue",
ip_adapter/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (468 Bytes). View file
 
ip_adapter/__pycache__/attention_processor.cpython-310.pyc ADDED
Binary file (14.2 kB). View file
 
ip_adapter/__pycache__/custom_pipelines.cpython-310.pyc ADDED
Binary file (28.8 kB). View file
 
ip_adapter/__pycache__/ip_adapter.cpython-310.pyc ADDED
Binary file (17.9 kB). View file
 
ip_adapter/__pycache__/resampler.cpython-310.pyc ADDED
Binary file (5.6 kB). View file
 
ip_adapter/__pycache__/utils.cpython-310.pyc ADDED
Binary file (3.65 kB). View file
 
omini_control/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (133 Bytes). View file
 
omini_control/__pycache__/block.cpython-310.pyc ADDED
Binary file (6.13 kB). View file
 
omini_control/__pycache__/conceptrol.cpython-310.pyc ADDED
Binary file (4.08 kB). View file
 
omini_control/__pycache__/condition.cpython-310.pyc ADDED
Binary file (3.33 kB). View file
 
omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc ADDED
Binary file (7.53 kB). View file
 
omini_control/__pycache__/lora_controller.cpython-310.pyc ADDED
Binary file (2.98 kB). View file
 
omini_control/__pycache__/transformer.cpython-310.pyc ADDED
Binary file (5.1 kB). View file