John6666 commited on
Commit
6c0c6da
·
verified ·
1 Parent(s): e54d0c9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +46 -2
app.py CHANGED
@@ -231,6 +231,7 @@ load_diffusers_format_model = [
231
  'rubbrband/realcartoonRealistic_v14',
232
  'KBlueLeaf/Kohaku-XL-Epsilon-rev2',
233
  'Raelina/Rae-Diffusion-XL-V2',
 
234
  ]
235
 
236
  load_diffusers_format_model = list_uniq(get_model_id_list() + load_diffusers_format_model)
@@ -1373,7 +1374,50 @@ with gr.Blocks(theme="NoCrypt/miku", elem_id="main", css=CSS) as app:
1373
  1024,
1374
  1024,
1375
  "Raelina/Rae-Diffusion-XL-V2",
1376
- "vaes/sdxl.vae.safetensors", # vae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1377
  "txt2img",
1378
  None, # img conttol
1379
  "Canny", # preprocessor
@@ -1425,7 +1469,7 @@ with gr.Blocks(theme="NoCrypt/miku", elem_id="main", css=CSS) as app:
1425
  None, # Style prompt
1426
  None, # Style json
1427
  None, # img Mask
1428
- 0.35, # strength
1429
  100, # low th canny
1430
  200, # high th canny
1431
  0.1, # value mstd
 
231
  'rubbrband/realcartoonRealistic_v14',
232
  'KBlueLeaf/Kohaku-XL-Epsilon-rev2',
233
  'Raelina/Rae-Diffusion-XL-V2',
234
+ 'Raelina/Raemu-XL-V4',
235
  ]
236
 
237
  load_diffusers_format_model = list_uniq(get_model_id_list() + load_diffusers_format_model)
 
1374
  1024,
1375
  1024,
1376
  "Raelina/Rae-Diffusion-XL-V2",
1377
+ None, # vae
1378
+ "txt2img",
1379
+ None, # img conttol
1380
+ "Canny", # preprocessor
1381
+ 512, # preproc resolution
1382
+ 1024, # img resolution
1383
+ None, # Style prompt
1384
+ None, # Style json
1385
+ None, # img Mask
1386
+ 0.35, # strength
1387
+ 100, # low th canny
1388
+ 200, # high th canny
1389
+ 0.1, # value mstd
1390
+ 0.1, # distance mstd
1391
+ 1.0, # cn scale
1392
+ 0., # cn start
1393
+ 1., # cn end
1394
+ False, # ti
1395
+ "Classic",
1396
+ None,
1397
+ ],
1398
+ [
1399
+ "1girl, akaza akari, yuru yuri, official art, anime artwork, anime style, key visual, vibrant, studio anime, highly detailed, masterpiece, best quality, very aesthetic, absurdres",
1400
+ "photo, deformed, black and white, realism, disfigured, low contrast, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract]",
1401
+ 1,
1402
+ 35,
1403
+ 7.0,
1404
+ True,
1405
+ -1,
1406
+ None,
1407
+ 1.0,
1408
+ None,
1409
+ 1.0,
1410
+ None,
1411
+ 1.0,
1412
+ None,
1413
+ 1.0,
1414
+ None,
1415
+ 1.0,
1416
+ "Euler a",
1417
+ 1024,
1418
+ 1024,
1419
+ "Raelina/Raemu-XL-V4",
1420
+ None, # vae
1421
  "txt2img",
1422
  None, # img conttol
1423
  "Canny", # preprocessor
 
1469
  None, # Style prompt
1470
  None, # Style json
1471
  None, # img Mask
1472
+ 0.6, # strength
1473
  100, # low th canny
1474
  200, # high th canny
1475
  0.1, # value mstd