Commit History

removed the multimodal from the description
9524220

sandz7 commited on

removed the message['text'] from the input_prompt as there is no multimodal
0ffeed6

sandz7 commited on

replaced the label with title on Chatinterface
7bcc87d

sandz7 commited on

added chatinterface for the text generation
0bae6f9

sandz7 commited on

added debug statement in chunks for stream
6e54d32

sandz7 commited on

added longer fitted descriptions on markdown for the UI
a391a20

sandz7 commited on

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

Create steps.txt
3ed8539
verified

sandz7 commited on

Update app.py
7ea7d03
verified

sandz7 commited on