chimera / app.py

Commit History

added multiple gr.Row()
e4e1a0b

sandz7 commited on

all prints now into logger.debug
5eeaeec
verified

sandz7 commited on

added the message['text'] on for conditions for bot_comms
d5fb537

sandz7 commited on

added message['text'] for condition on bot_comms
c0ba935

sandz7 commited on

added strings for the mode on bot_comms
6f82cf3

sandz7 commited on

brought back global mode instead of the class
ec5c99a

sandz7 commited on

added f string for debug next to mode
94aedbd

sandz7 commited on

debug above bot_comms for mode
fe78f53

sandz7 commited on

placed conditions to change for mode
663e528

sandz7 commited on

added on mode for chatting
a41297a

sandz7 commited on

removed other params from diffusors not being used in fn
373e5e4

sandz7 commited on

placed else condition for chatinterface
705f145
verified

sandz7 commited on

placed if condition on gr.Blocks
641e431
verified

sandz7 commited on

typo diffusing
79905ab
verified

sandz7 commited on

placed the same gradio format as osiris
a338474
verified

sandz7 commited on

typo
6eabca8
verified

sandz7 commited on

placed to.('cuda:0') for all cuda fits
e134cad
verified

sandz7 commited on

commented the 2 blocks and placed a single interface
052cab4
verified

sandz7 commited on

placed the vase and refiner the same as i had on osiris
99258b1
verified

sandz7 commited on

placed the chat_input and chabot outside the gr.Blocks()
0059c8b
verified

sandz7 commited on

Update app.py
06abb8b
verified

sandz7 commited on

remove the prompt to place as float32 as it's str not tensor
bde105a
verified

sandz7 commited on

formated prompt to float32 in diffusing function
0957301
verified

sandz7 commited on

placed history on diffusing fn
4ed2261
verified

sandz7 commited on

placed fn for Interface as diffusing
4981464
verified

sandz7 commited on

placed debug print on diffuser
0ea2acc
verified

sandz7 commited on

Update app.py
05c10c1
verified

sandz7 commited on

placed condition if message has dict and to make the message grab the text in bot_comms
3878973
verified

sandz7 commited on

unexpected indent
ab1f301
verified

sandz7 commited on

set condition for mode on mode_manager for gradio
3ea89e7
verified

sandz7 commited on

made unique block id's for each UI on gradio
054432b
verified

sandz7 commited on

placed if conditions to change UI on gradio depending on mode
0d883c8
verified

sandz7 commited on

added the returns for bot_comms as tuples
5f9798d
verified

sandz7 commited on

placed the typo for chatbot_output
7020e3c
verified

sandz7 commited on

placed the whole interface more into blocks instead of chatinterface
c266f85
verified

sandz7 commited on

made the image to return as the image instead of the yield image
7e71487
verified

sandz7 commited on

commented out the custom_fn
aa5d4dc
verified

sandz7 commited on

custom_fn converts generator output to a list and process it to a seperate text and image components
d23ecf7
verified

sandz7 commited on

typo on: result = bot_comms(*args, **kwargs)
196e1d5
verified

sandz7 commited on

placed custom_fn for chatbot to handle image outputs
81837b1
verified

sandz7 commited on

Placed the message for the imagery condition to be text for the diffusor
1781aea
verified

sandz7 commited on

debug class to imagery than chatting
8795021
verified

sandz7 commited on

Update app.py
7ea7d03
verified

sandz7 commited on

changed to view if it's chatting and changed it to mode
a4cb095
verified

sandz7 commited on

replaced the self.mode for __init__ as None instead of chatting
9b33095
verified

sandz7 commited on

set ModeManager class
3c218b1
verified

sandz7 commited on

placed spaces.get and set for using the mode variable
c6a3b9e
verified

sandz7 commited on

setup the logging
c8fdeaf
verified

sandz7 commited on

typo on 'import logging'
be51b34
verified

sandz7 commited on

added logging for logger.debug for the prints in bot_comms()
98beb1c
verified

sandz7 commited on