Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,8 +191,17 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
| 191 |
torch.cuda.empty_cache()
|
| 192 |
yield self.image_processor.postprocess(image, output_type=output_type)[0]
|
| 193 |
|
| 194 |
-
|
| 195 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
#0
|
| 197 |
{
|
| 198 |
"image": "https://huggingface.co/prithivMLmods/Purple-Dreamy-Flux-LoRA/resolve/main/images/PD3.png",
|
|
|
|
| 191 |
torch.cuda.empty_cache()
|
| 192 |
yield self.image_processor.postprocess(image, output_type=output_type)[0]
|
| 193 |
|
| 194 |
+
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
| 195 |
loras = [
|
| 196 |
+
#Super-Realism
|
| 197 |
+
{
|
| 198 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Super-Realism-LoRA/resolve/main/images/2.png",
|
| 199 |
+
"title": "Super Realism",
|
| 200 |
+
"repo": "strangerzonehf/Flux-Super-Realism-LoRA",
|
| 201 |
+
"weights": "super-realism.safetensors",
|
| 202 |
+
"trigger_word": "Super Realism"
|
| 203 |
+
},
|
| 204 |
+
#-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
|
| 205 |
#0
|
| 206 |
{
|
| 207 |
"image": "https://huggingface.co/prithivMLmods/Purple-Dreamy-Flux-LoRA/resolve/main/images/PD3.png",
|