changed paths
This commit is contained in:
		@@ -6,8 +6,8 @@ if __name__ == "__main__":
 | 
			
		||||
    base_url = "http://172.22.0.29:8188"
 | 
			
		||||
    client_id = "test_client"
 | 
			
		||||
    image_file_name = "test.png"
 | 
			
		||||
    image_file_folder = "CodeNight/text2image/images"
 | 
			
		||||
    workflow_json = load_workflow("CodeNight/text2image/malerisch.json")
 | 
			
		||||
    image_file_folder = "CodeNight-KI/text2image/images"
 | 
			
		||||
    workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json")
 | 
			
		||||
    nodes = Nodes(
 | 
			
		||||
        prompt=6,
 | 
			
		||||
        negative_prompt=7,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ def generate(prompt: str):
 | 
			
		||||
    base_url = "http://172.22.0.29:8188"
 | 
			
		||||
    client_id = "test_client"
 | 
			
		||||
    image_file_name = "test.png"
 | 
			
		||||
    image_file_folder = "CodeNight/text2image/images"
 | 
			
		||||
    workflow_json = load_workflow("CodeNight/text2image/malerisch.json")
 | 
			
		||||
    image_file_folder = "CodeNight-KI/text2image/images"
 | 
			
		||||
    workflow_json = load_workflow("CodeNight-KI/text2image/malerisch.json")
 | 
			
		||||
    nodes = Nodes(
 | 
			
		||||
        prompt=6,
 | 
			
		||||
        negative_prompt=7,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user