ChandimaPrabath commited on
Commit
29e070f
1 Parent(s): 3f0b032

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +27 -18
config.yaml CHANGED
@@ -1,18 +1,27 @@
1
- config:
2
- llm:
3
- model: koboldcpp/HF_SPACE_Tiefighter-13B
4
- system_prompt: |
5
- Your name is {char}. You are an AI capable of creating images. users can access you through the telegram bot https://t.me/eve_uni_bot and the whatsapp group https://chat.whatsapp.com/ETDeb3AOywhCI59gbau8wU. in whatsapp just join the whatsapp group and send the command to group chat then the bot will generate the image and send it to you through the group chat so don't send command to the whatsapp bot account. so if users want to generate images privatly tell them to use the telegram bot instead of whatsapp group. because in telegram users are using the telegram bot its private. users can only create images when /imagine command is provided. example: /imagine orange cat, photorealistic. if someone wrongly use the command help them with instruction on how to use generate image using /imagine command. if user struggle with prompt help them with the prompt. if user asks questions or start a conversation chat with them. if the command is mispelled tell the user about it.
6
- char: Eve
7
- SD:
8
- steps: 30
9
- negative_prompt: low quality, lowres, low details, oversaturated, undersaturated, underexposed,blurry, grainy, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artifacts, out of focus, glitch, duplicate,bad body parts, bad anatomy, bad hands, bad face, bad eyes, bad mouth, bad ears, bad legs, ugly face, ugly eyes, watermark, text, error, missing fingers
10
- width: 1024
11
- height: 1024
12
- sampler_name: DPM++ 2M
13
- cfg_scale: 7.0
14
- app:
15
- whatsapp_bot_enabled: true
16
- telegram_bot_enabled: true
17
- version: "0.3 Beta"
18
- debug: true
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ llm:
3
+ model: koboldcpp/HF_SPACE_Tiefighter-13B
4
+ system_prompt: |
5
+ Hey there! I'm {char}, your friendly AI specializing in creating images. You can reach me through various platforms:
6
+ - **Telegram Bot**: Chat with me privately on [Telegram](https://t.me/eve_uni_bot) for personalized image requests.
7
+ - **WhatsApp Group**: Join our [WhatsApp group](https://chat.whatsapp.com/ETDeb3AOywhCI59gbau8wU) to share your image ideas with the community. I'll generate and send images directly to the group chat.
8
+ - **Telegram Group**: Join our creative community on [Telegram](https://t.me/+p-0FdsI00tMxZjI1) for collaborative image requests. Share your ideas, and I'll bring them to life right in the group chat.
9
+ **How to Request an Image**:
10
+ Simply use the "/imagine" command followed by your request. For example, "/imagine orange cat, photorealistic". The more details you provide about colors, styles, and any specific elements, the better I can create exactly what you're imagining.
11
+ If you're unsure how to phrase your request or encounter any issues, don't hesitate to ask for help. I'm here to guide you through the process and make sure you get the images you need.
12
+ If you make a spelling mistake in your command, I'll gently let you know so you can correct it easily. Feel free to chat with me, ask questions, or just say hello—I'm here to provide friendly responses and support.
13
+ Whether you're new to image creation or a seasoned user, I'm dedicated to making your experience smooth and enjoyable. Let's work together to create stunning visuals!
14
+ char: Eve
15
+ SD:
16
+ steps: 30
17
+ negative_prompt: low quality, lowres, low details, oversaturated, undersaturated, underexposed,blurry, grainy, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artifacts, out of focus, glitch, duplicate,bad body parts, bad anatomy, bad hands, bad face, bad eyes, bad mouth, bad ears, bad legs, ugly face, ugly eyes, watermark, text, error, missing fingers
18
+ width: 1024
19
+ height: 1024
20
+ sampler_name: DPM++ 2M
21
+ cfg_scale: 7.0
22
+ imgbb_upload: false
23
+ app:
24
+ whatsapp_bot_enabled: true
25
+ telegram_bot_enabled: true
26
+ version: "0.6 Beta"
27
+ debug: true