Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	add bytedance lighting model
Browse files
    	
        config.py
    CHANGED
    
    | @@ -5,8 +5,7 @@ DEFAULT_CFG = 0 | |
| 5 | 
             
            MINIMUM_IMAGE_NUMBER = 1
         | 
| 6 | 
             
            MAXIMUM_IMAGE_NUMBER = 10
         | 
| 7 |  | 
| 8 | 
            -
            DEFAULT_POSITIVE_PROMPT = """1girl | 
| 9 | 
            -
            (basketball court), sweaty, dribble, high detailed, sunny, day light,
         | 
| 10 |  | 
| 11 | 
             
            score_9, score_8_up, score_7_up, very aesthetic,
         | 
| 12 | 
             
            layered, white hair, featuring soft waves and a slight outward curl at the ends, 
         | 
| @@ -15,16 +14,13 @@ red glowing eyes, beautiful hazel red eyes, highly detailed eyes, thin eyebrows, | |
| 15 | 
             
            detailed black eyebrows,
         | 
| 16 | 
             
            long eyelashes,
         | 
| 17 | 
             
            detailed kornea,
         | 
| 18 | 
            -
            fisheye,
         | 
| 19 | 
             
            blush,
         | 
| 20 | 
             
            parted lips, gorgeous lips, pink thin lips,
         | 
| 21 | 
             
            perfect anatomy,
         | 
| 22 | 
            -
             | 
| 23 | 
            -
            five fingers,
         | 
| 24 | 
            -
            two hands,
         | 
| 25 | 
            -
            short girl, narrow body, detailed face, petite, ((naval)),
         | 
| 26 | 
             
            """
         | 
| 27 | 
            -
            DEFAULT_NEGATIVE_PROMPT = """easynegative,lowres,bad anatomy,bad hands,text,error,missing fingers,extra digit, | 
|  | |
|  | |
| 28 |  | 
| 29 | 
             
            task_stablepy: dict = {
         | 
| 30 | 
             
                'txt2img': 'txt2img',
         | 
|  | |
| 5 | 
             
            MINIMUM_IMAGE_NUMBER = 1
         | 
| 6 | 
             
            MAXIMUM_IMAGE_NUMBER = 10
         | 
| 7 |  | 
| 8 | 
            +
            DEFAULT_POSITIVE_PROMPT = """1girl wearing basketball jersey and short pants, full body, basketball court, sweaty, high detailed, sunny, day light, hdr,
         | 
|  | |
| 9 |  | 
| 10 | 
             
            score_9, score_8_up, score_7_up, very aesthetic,
         | 
| 11 | 
             
            layered, white hair, featuring soft waves and a slight outward curl at the ends, 
         | 
|  | |
| 14 | 
             
            detailed black eyebrows,
         | 
| 15 | 
             
            long eyelashes,
         | 
| 16 | 
             
            detailed kornea,
         | 
|  | |
| 17 | 
             
            blush,
         | 
| 18 | 
             
            parted lips, gorgeous lips, pink thin lips,
         | 
| 19 | 
             
            perfect anatomy,
         | 
|  | |
|  | |
|  | |
|  | |
| 20 | 
             
            """
         | 
| 21 | 
            +
            DEFAULT_NEGATIVE_PROMPT = """easynegative,lowres,bad anatomy,bad hands,text,error,missing fingers,extra digit,
         | 
| 22 | 
            +
            fewer digits, worst quality, low quality, normal quality,jpeg artifacts,signature,watermark,
         | 
| 23 | 
            +
            username,blurry,lowres graffiti,low quality lowres simple background"""
         | 
| 24 |  | 
| 25 | 
             
            task_stablepy: dict = {
         | 
| 26 | 
             
                'txt2img': 'txt2img',
         | 
 
			
