tombetthauser commited on
Commit
10f7ab2
Β·
1 Parent(s): 0cbffa0

Minor text / visual edits

Browse files
Files changed (1) hide show
  1. app.py +6 -25
app.py CHANGED
@@ -433,11 +433,7 @@ with gr.Blocks() as depth_map:
433
  gr.Markdown('''
434
  # πŸ§‘β€πŸš€ Depth Map Processor
435
 
436
- This tool desn't exist yet!
437
-
438
- When it's built it will let you input any image from your phone or computer and process it into a depth map image using a Stable Diffusion control net process.
439
-
440
- Hopefully it'll be working soon. Check out the example below for now!
441
 
442
  ![Escher hands](https://cdn.discordapp.com/attachments/1065349726007992411/1089030239201534063/IMG_1874.jpg)
443
  ![Escher hands depth map](https://cdn.discordapp.com/attachments/1085605267481309197/1089031503612227705/tmp2bsa61a8.png)
@@ -454,13 +450,7 @@ with gr.Blocks() as control_net:
454
  gr.Markdown('''
455
  # πŸ§‘β€πŸš€ Control Net Processor
456
 
457
- This tool desn't exist yet!
458
-
459
- When it's built it will let you input any image from your phone or computer and process it using any text prompt or combination of trained artist styles / concepts.
460
-
461
- Coming soon! If you want to play with normal control net without ahx artist concepts check out the link below.
462
-
463
- [control net](https://huggingface.co/spaces/hysts/ControlNet)
464
  ''')
465
 
466
 
@@ -476,17 +466,12 @@ with gr.Blocks() as inversion:
476
 
477
  This tool lets you train your own new models / concepts from any images you want that will appear automatically be added to the Beta Concepts and Advanced Prompting tabs!
478
 
479
- For now the tool lives on Google Colab, which is Google's free tool for using their GPU's. Someday it might live here on our Hugging Face Space, but the process is a little too demanding for our current resources.
480
-
481
- To train your own concept visit the link below and follow the instructions and be prepared to wait several hours.
482
 
483
  [textual inversion training tool](https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#forceEdit=true&sandboxMode=true&scrollTo=ZajfEoWHKAr3)
484
-
485
- ---
486
 
487
- Note that you will need a access_token to run this. You can request this on our discord or get your own free one at the link below.
488
 
489
- [hugging face access token](https://huggingface.co/docs/hub/security-tokens)
490
  ''')
491
 
492
 
@@ -500,13 +485,9 @@ with gr.Blocks() as dream_booth:
500
  gr.Markdown('''
501
  # πŸ§‘β€πŸš€ Dream Booth Concept Trainer
502
 
503
- This tool desn't exist yet!
504
 
505
- When it's built it will let you input any image from your phone or computer and process it using any text prompt or combination of trained artist styles / concepts.
506
-
507
- Coming soon! If you want to play with normal control net without ahx artist concepts check out the link below.
508
-
509
- [control net](https://huggingface.co/spaces/hysts/ControlNet)
510
  ''')
511
 
512
 
 
433
  gr.Markdown('''
434
  # πŸ§‘β€πŸš€ Depth Map Processor
435
 
436
+ This tool desn't exist yet! When it's built it will let you input any image from your phone or computer and process it into a depth map image using a Stable Diffusion control net process. Hopefully it'll be working soon. Check out the example below for now!
 
 
 
 
437
 
438
  ![Escher hands](https://cdn.discordapp.com/attachments/1065349726007992411/1089030239201534063/IMG_1874.jpg)
439
  ![Escher hands depth map](https://cdn.discordapp.com/attachments/1085605267481309197/1089031503612227705/tmp2bsa61a8.png)
 
450
  gr.Markdown('''
451
  # πŸ§‘β€πŸš€ Control Net Processor
452
 
453
+ This tool desn't exist yet! When it's built it will let you input any image from your phone or computer and process it using any text prompt or combination of trained artist styles / concepts. If you want to play with normal control net without ahx artist concepts check out the link below. [control net](https://huggingface.co/spaces/hysts/ControlNet)
 
 
 
 
 
 
454
  ''')
455
 
456
 
 
466
 
467
  This tool lets you train your own new models / concepts from any images you want that will appear automatically be added to the Beta Concepts and Advanced Prompting tabs!
468
 
469
+ For now the tool lives on Google Colab, which is Google's free tool for using their GPU's. Someday it might live here on our Hugging Face Space, but the process is a little too demanding for our current resources. To train your own concept visit the link below and follow the instructions and be prepared to wait several hours.
 
 
470
 
471
  [textual inversion training tool](https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#forceEdit=true&sandboxMode=true&scrollTo=ZajfEoWHKAr3)
 
 
472
 
 
473
 
474
+ Note that you will need a access_token to run this. You can request this on our discord or get your own free one at the link below. [hugging face access token](https://huggingface.co/docs/hub/security-tokens)
475
  ''')
476
 
477
 
 
485
  gr.Markdown('''
486
  # πŸ§‘β€πŸš€ Dream Booth Concept Trainer
487
 
488
+ This tool desn't exist yet! When it's built it will let you train concepts using a process distinct from our current concept training tool which uses textual inversion training. To read more about Dream Booth check out the link below!
489
 
490
+ [dream booth](https://huggingface.co/spaces/multimodalart/dreambooth-training)
 
 
 
 
491
  ''')
492
 
493