prithivMLmods commited on
Commit
ec5a65f
·
verified ·
1 Parent(s): 10617f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +88 -3
app.py CHANGED
@@ -915,9 +915,94 @@ loras = [
915
  "weights": "Super-Paint.safetensors",
916
  "trigger_word": "Super Paint"
917
  },
918
-
919
-
920
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
921
  ]
922
 
923
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
 
915
  "weights": "Super-Paint.safetensors",
916
  "trigger_word": "Super Paint"
917
  },
918
+ #91
919
+ {
920
+ "image": "https://huggingface.co/strangerzonehf/Flux-Sketch-Flat-LoRA/resolve/main/images/11.png",
921
+ "title": "Sketch Flat",
922
+ "repo": "strangerzonehf/Flux-Sketch-Flat-LoRA",
923
+ "weights": "Sketch-Flat.safetensors",
924
+ "trigger_word": "Sketch Flat"
925
+ },
926
+ #92
927
+ {
928
+ "image": "https://huggingface.co/strangerzonehf/Flux-Claude-Art/resolve/main/images/3.png",
929
+ "title": "Flux Claude Art",
930
+ "repo": "strangerzonehf/Flux-Claude-Art",
931
+ "weights": "claude-art.safetensors",
932
+ "trigger_word": "claude art"
933
+ },
934
+ #93
935
+ {
936
+ "image": "https://huggingface.co/strangerzonehf/Flux-Sketch-Scribble-LoRA/resolve/main/images/1.png",
937
+ "title": "Sketch Scribble",
938
+ "repo": "strangerzonehf/Flux-Sketch-Scribble-LoRA",
939
+ "weights": "Sketch-Scribble.safetensors",
940
+ "trigger_word": "Sketch Scribble"
941
+ },
942
+ #94
943
+ {
944
+ "image": "https://huggingface.co/strangerzonehf/Flux-3D-Emojies-LoRA/resolve/main/images/2.png",
945
+ "title": "3D Emojies",
946
+ "repo": "strangerzonehf/Flux-3D-Emojies-LoRA",
947
+ "weights": "Flux-3D-Emojies-Mation.safetensors",
948
+ "trigger_word": "3D Emojies"
949
+ },
950
+ #95
951
+ {
952
+ "image": "https://huggingface.co/igorriti/flux-360/resolve/main/sample.png",
953
+ "title": "360 Panoramas ",
954
+ "repo": "strangerzonehf/Flux-3D-Emojies-LoRA",
955
+ "weights": "lora.safetensors",
956
+ "trigger_word": "TOK"
957
+ },
958
+ #96
959
+ {
960
+ "image": "https://huggingface.co/InstantX/FLUX.1-dev-LoRA-Makoto-Shinkai/resolve/main/images/example_1.png",
961
+ "title": "Makoto Shinkai",
962
+ "repo": "strangerzonehf/Flux-3D-Emojies-LoRA",
963
+ "weights": "Makoto_Shinkai_style.safetensors",
964
+ "trigger_word": "Makoto Shinkai Style"
965
+ },
966
+ #97
967
+ {
968
+ "image": "https://huggingface.co/fffiloni/wooly-play-doh/resolve/main/images/example_j0s9hnq2s.png",
969
+ "title": "Wooly Play Doh",
970
+ "repo": "fffiloni/wooly-play-doh",
971
+ "weights": "wooly-play-doh.safetensors",
972
+ "trigger_word": "in the style of TOK"
973
+ },
974
+ #98
975
+ {
976
+ "image": "https://huggingface.co/davidrd123/lora-Kirchner-flux/resolve/main/assets/image_0_0.png",
977
+ "title": "Lora Kirchner",
978
+ "repo": "davidrd123/lora-Kirchner-flux",
979
+ "weights": "pytorch_lora_weights.safetensors",
980
+ "trigger_word": "elk_style"
981
+ },
982
+ #99
983
+ {
984
+ "image": "https://huggingface.co/AiAF/Urcarta-ucrt_LoRA_Flux1/resolve/main/images/1000671824.png",
985
+ "title": "Urcarta",
986
+ "repo": "AiAF/Urcarta-ucrt_LoRA_Flux1",
987
+ "weights": "Urcarta-urct-裏方-Flux1.safetensors",
988
+ "trigger_word": "Urcarta \(Artist\), @urct, 裏方 \(芸術家\)"
989
+ },
990
+ #100
991
+ {
992
+ "image": "https://huggingface.co/mujibanget/vector-illustration/resolve/main/images/7da62627-da2a-4505-bb4e-a38dbf3da45b.png",
993
+ "title": "Vector Illustration",
994
+ "repo": "mujibanget/vector-illustration",
995
+ "weights": "lora-000002.TA_trained.safetensors",
996
+ "trigger_word": "mujibvector, vector"
997
+ },
998
+ #101
999
+ {
1000
+ "image": "https://huggingface.co/glif-loradex-trainer/goldenark__WaterColorSketchStyle/resolve/main/samples/1727240451672__000003000_0.jpg",
1001
+ "title": "Water Color Sketch",
1002
+ "repo": "glif-loradex-trainer/goldenark__WaterColorSketchStyle",
1003
+ "weights": "WaterColorSketchStyle.safetensors",
1004
+ "trigger_word": "WaterColorSketchStyle"
1005
+ },
1006
  ]
1007
 
1008
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#